X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=b0aa17300341c2694a60086ca6c329278b4adc88;hp=c85286f576dbcf50a7c9bf89ef2377fe61a5e2ec;hb=7b3a897f69c3b00b002020b0cdf29ddde3157f71;hpb=35ffe076512941377bb6f3cbdfa774a4ceaf9641 diff --git a/configure.ac b/configure.ac index c85286f..b0aa173 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ fi AC_CHECK_FUNC([gethostbyname], ,[AC_CHECK_LIB(nsl, main, [LIBS="$LIBS -lnsl"])]) dnl ------ libgcrypt libgcryptpath=NONE -AC_ARG_WITH(libgcrypt, [ --with-libgcrypt=DIR use libgcrypt-config in DIR],[libgcryptpath=$withval]) +AC_ARG_WITH(libgcrypt, [ --with-libgcrypt=DIR use libgcrypt-config in DIR],[libgcryptpath=$withval]) if test "$libgcryptpath" != "no"; then if test "$libgcryptpath" = "NONE"; then AC_PATH_PROG([libgcrypt],[libgcrypt-config],[NONE])