summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/cf/check-x.m4
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kerberosIV/cf/check-x.m4')
-rw-r--r--crypto/kerberosIV/cf/check-x.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/kerberosIV/cf/check-x.m4 b/crypto/kerberosIV/cf/check-x.m4
index 2635e7d..1791e5a 100644
--- a/crypto/kerberosIV/cf/check-x.m4
+++ b/crypto/kerberosIV/cf/check-x.m4
@@ -1,7 +1,7 @@
dnl
dnl See if there is any X11 present
dnl
-dnl $Id: check-x.m4,v 1.1 1999/06/03 00:22:10 joda Exp $
+dnl $Id: check-x.m4,v 1.2 1999/11/05 04:25:23 assar Exp $
AC_DEFUN(KRB_CHECK_X,[
AC_PATH_XTRA
@@ -31,7 +31,7 @@ if test "$no_x" != yes; then
esac
done
fi
- LIBS="$ac_save_libs $foo -lX11"
+ LIBS="$ac_save_libs $foo $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
AC_TRY_RUN([
#include <X11/Xlib.h>
foo()
OpenPOWER on IntegriCloud