]> andersk Git - gssapi-openssh.git/commitdiff
Tweak the environment variables set by the configure script for the
authorbasney <basney>
Mon, 4 Feb 2008 20:02:22 +0000 (20:02 +0000)
committerbasney <basney>
Mon, 4 Feb 2008 20:02:22 +0000 (20:02 +0000)
GSI patch (i.e., not the GPT package) to try to fix AIX build problems.

openssh/configure.ac

index 20dafc5b91b231006e749b2da766a87f99d8ad7b..92d90c8d6b3066c8abae0a373c1b74857c427522 100644 (file)
@@ -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(
This page took 0.049867 seconds and 5 git commands to generate.