diff options
author | Florian Dold <florian@dold.me> | 2021-01-05 12:14:25 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-05 12:14:25 +0100 |
commit | 8c55968452b4c297660e2fa8fffa7e7df37908ba (patch) | |
tree | b8b95c37163ea44ebe01808ef4198b12be211c9b /m4/libgnurl.m4 | |
parent | 792d1f5f207dac31cb0b648e66970442933039c9 (diff) |
autoconf obsoletions, gitignore
Diffstat (limited to 'm4/libgnurl.m4')
-rw-r--r-- | m4/libgnurl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libgnurl.m4 b/m4/libgnurl.m4 index da72e5e87..412709373 100644 --- a/m4/libgnurl.m4 +++ b/m4/libgnurl.m4 @@ -61,7 +61,7 @@ AC_DEFUN([LIBGNURL_CHECK_CONFIG], AH_TEMPLATE([LIBGNURL_PROTOCOL_SMTP],[Defined if libgnurl supports SMTP]) AC_ARG_WITH(libgnurl, - AC_HELP_STRING([--with-libgnurl=PREFIX],[look for the gnurl library in PREFIX/lib and headers in PREFIX/include]), + AS_HELP_STRING([--with-libgnurl=PREFIX],[look for the gnurl library in PREFIX/lib and headers in PREFIX/include]), [_libgnurl_with=$withval],[_libgnurl_with=ifelse([$1],,[yes],[$1])]) if test "$_libgnurl_with" != "no" ; then |