aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-24 22:03:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-24 22:03:01 +0000
commit2723eda1e406beb3c62d792931a0b52a56a609ca (patch)
tree0bbd0371f1149b5ff6c21c137112c483edd959cf /configure.ac
parent1fa3a5cce937168eaa3be11f7949ed046390afa7 (diff)
Bernard Leak fixed configure --with-gssapi-libs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 157e8b814..52d281834 100644
--- a/configure.ac
+++ b/configure.ac
@@ -747,7 +747,7 @@ AC_ARG_WITH(gssapi-includes,
AC_ARG_WITH(gssapi-libs,
AC_HELP_STRING([--with-gssapi-libs=DIR],
[Specify location of GSSAPI libs]),
- [ GSSAPI_LIBS="-L$withval"
+ [ GSSAPI_LIB_DIR="-L$withval"
want_gss="yes" ]
)