X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f0323d68eb0e0b982bb79880527bb9c5b3524f1e..785abd4802ccf885483d3f7ef4ad91ad1753deb2:/configure.in diff --git a/configure.in b/configure.in index eee9bada..93b2643b 100644 --- a/configure.in +++ b/configure.in @@ -86,10 +86,10 @@ then fi AC_ARG_WITH(included-popt, - [ --with-included-popt use bundled popt library, not from system]) + AC_HELP_STRING([--with-included-popt], [use bundled popt library, not from system])) AC_ARG_WITH(rsync-path, - [ --with-rsync-path=PATH set default --rsync-path to PATH (default: rsync)], + AC_HELP_STRING([--with-rsync-path=PATH], [set default --rsync-path to PATH (default: rsync)]), [ RSYNC_PATH="$with_rsync_path" ], [ RSYNC_PATH="rsync" ]) @@ -377,7 +377,7 @@ if test x"$ac_cv_func_connect" = x"no"; then fi fi -AC_CHECK_LIB(resolv, inet_ntop) +AC_SEARCH_LIBS(inet_ntop, resolv) dnl AC_MSG_NOTICE([Looking in libraries: $LIBS])