blob: b19b60f10b31e72ea0af4234d119eeda1e3c0954 (
plain) (
tree)
|
|
--- configure.in.orig Wed Feb 26 17:32:32 2003
+++ configure.in Wed Feb 26 17:33:13 2003
@@ -170,7 +170,7 @@
AC_SUBST(INSTALLCLIENTLIB)
# compile with optimization and without debugging by default
-CFLAGS="-O ${CFLAGS}"
+CFLAGS="${CFLAGS}"
AC_ARG_ENABLE(debug,
[ --enable-debug Turn on compiler debugging information (default=no)],
@@ -1981,7 +1981,7 @@
yes)
AC_MSG_RESULT(yes)
AC_DEFINE(KRB5_AUTH)
- LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err"
+ LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err"
CFLAGS="$CFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"
;;
|