X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=configure.ac;h=6e0967c22fbecfc13ace99d4546b23b77c12ac0d;hb=dae3073aaa8b7feb1c844fdaf711f79141b9cc65;hp=3ed9c4b74821cb0ee8c5c49bdb61317da23359f9;hpb=c96778297f5477448a676fcf0c61044bdbccc86d;p=gpgme.git diff --git a/configure.ac b/configure.ac index 3ed9c4b..6e0967c 100644 --- a/configure.ac +++ b/configure.ac @@ -194,7 +194,6 @@ AM_CONDITIONAL(HAVE_DOSISH_SYSTEM, test "$have_dosish_system" = yes) if test "$have_w32_system" = yes; then AC_DEFINE(HAVE_W32_SYSTEM,1, [Defined if we run on any kind of W32 API based system]) - ACSUBST fi AM_CONDITIONAL(HAVE_W32_SYSTEM, test "$have_w32_system" = yes) @@ -286,7 +285,7 @@ if test "$ac_cv_func_vasprintf" != yes; then fi # Try to find a thread-safe version of ttyname(). -AC_REPLACE_FUNCS(ttyname_r) +gnupg_REPLACE_TTYNAME_R if test "$ac_cv_func_ttyname_r" != yes; then AC_MSG_WARN([ ***