]> andersk Git - gssapi-openssh.git/commitdiff
set blibpath to make AIX happy
authorbasney <basney>
Wed, 30 Apr 2008 23:29:21 +0000 (23:29 +0000)
committerbasney <basney>
Wed, 30 Apr 2008 23:29:21 +0000 (23:29 +0000)
openssh/configure.ac

index 35211f2221c5639301745a7e7c779a343cdab2d3..555e620e5ca32eaa46f835fc8fdcc4ac52ec1222 100644 (file)
@@ -117,6 +117,10 @@ if test "x$gsi_path" != "xno" ; then
                AC_MSG_ERROR(globus-makefile-header failed)
        fi
 
+       if (test -n "$LIBPATH"); then
+               blibpath="$LIBPATH"
+       fi
+
        AC_DEFINE(HAVE_GSSAPI_H)
 
     CC="$GLOBUS_CC"
This page took 0.051005 seconds and 5 git commands to generate.