Loading configure.ac +12 −7 Original line number Diff line number Diff line Loading @@ -495,14 +495,19 @@ AC_ARG_WITH(spnego, AC_MSG_CHECKING([if SPNEGO support is requested]) if test x"$want_spnego" = xyes; then if test X"$SPNEGO_ROOT" = Xyes; then AC_MSG_ERROR([FBOpenSSL libs and/or directories were not found where specified!]) AC_MSG_RESULT(no) else if test -z "$SPNEGO_LIB_DIR"; then LDFLAGS="$LDFLAGS -L$SPNEGO_ROOT $(wl)-R$SPNEGO_ROOT -lfbopenssl" LDFLAGS="$LDFLAGS -L$SPNEGO_ROOT ${wl}-R$SPNEGO_ROOT -lfbopenssl" else LDFLAGS="$LDFLAGS $SPNEGO_LIB_DIR" fi AC_DEFINE(HAVE_SPNEGO, 1, [Define this if you have the SPNEGO library fbopenssl]) AC_MSG_RESULT(yes) AC_DEFINE(HAVE_SPNEGO, 1, [Define this if you have the SPNEGO library fbopenssl]) fi else AC_MSG_RESULT(no) fi Loading Loading
configure.ac +12 −7 Original line number Diff line number Diff line Loading @@ -495,14 +495,19 @@ AC_ARG_WITH(spnego, AC_MSG_CHECKING([if SPNEGO support is requested]) if test x"$want_spnego" = xyes; then if test X"$SPNEGO_ROOT" = Xyes; then AC_MSG_ERROR([FBOpenSSL libs and/or directories were not found where specified!]) AC_MSG_RESULT(no) else if test -z "$SPNEGO_LIB_DIR"; then LDFLAGS="$LDFLAGS -L$SPNEGO_ROOT $(wl)-R$SPNEGO_ROOT -lfbopenssl" LDFLAGS="$LDFLAGS -L$SPNEGO_ROOT ${wl}-R$SPNEGO_ROOT -lfbopenssl" else LDFLAGS="$LDFLAGS $SPNEGO_LIB_DIR" fi AC_DEFINE(HAVE_SPNEGO, 1, [Define this if you have the SPNEGO library fbopenssl]) AC_MSG_RESULT(yes) AC_DEFINE(HAVE_SPNEGO, 1, [Define this if you have the SPNEGO library fbopenssl]) fi else AC_MSG_RESULT(no) fi Loading