From: basney Date: Mon, 4 Feb 2008 20:02:22 +0000 (+0000) Subject: Tweak the environment variables set by the configure script for the X-Git-Tag: OPENSSH_4_7P1_GSSAPI_20080313~3 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/5107d8f0aec2362143029410cc3c812409924b21?hp=666096b7e0845519a5f99e021775ebb46c2dfb3d Tweak the environment variables set by the configure script for the GSI patch (i.e., not the GPT package) to try to fix AIX build problems. --- diff --git a/openssh/configure.ac b/openssh/configure.ac index 20dafc5..92d90c8 100644 --- a/openssh/configure.ac +++ b/openssh/configure.ac @@ -1178,9 +1178,8 @@ if test "x$gsi_path" != "xno" ; then AC_DEFINE(HAVE_GSSAPI_H) LIBS="$LIBS $GLOBUS_LIBS $GLOBUS_PKG_LIBS" - LDFLAGS="$LDFLAGS $GLOBUS_LDFLAGS" - CPPFLAGS="$CPPFLAGS $GLOBUS_CPPFLAGS $GLOBUS_INCLUDES" - CFLAGS="$CFLAGS $GLOBUS_CFLAGS" + LDFLAGS="$LDFLAGS $GSI_LDFLAGS" + CPPFLAGS="$CPPFLAGS $GLOBUS_INCLUDES" # test that we got the libraries OK AC_TRY_LINK(