From 7267e80717a7c9787e70004b902dddc35659d3c8 Mon Sep 17 00:00:00 2001 From: basney Date: Wed, 30 Apr 2008 23:29:21 +0000 Subject: [PATCH] set blibpath to make AIX happy --- openssh/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.45.1