From: basney Date: Wed, 30 Apr 2008 23:29:21 +0000 (+0000) Subject: set blibpath to make AIX happy X-Git-Tag: OPENSSH_5_0P1_GSSAPI_20080701~5 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/7267e80717a7c9787e70004b902dddc35659d3c8 set blibpath to make AIX happy --- diff --git a/openssh/configure.ac b/openssh/configure.ac index 35211f2..555e620 100644 --- a/openssh/configure.ac +++ b/openssh/configure.ac @@ -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"