summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-01-03 21:12:07 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-01-03 21:12:07 -0800
commitc653eb5742b0ef50570a8371d7787eeb1e7b5667 (patch)
tree89b10b289ec7ff79c57e2cc68e96e0a74be70e3a /configure.ac
parent32d0891b982b4cea322bdc2d8ecd32e912c70f54 (diff)
downloadxorg-lib-libXaw-c653eb5742b0ef50570a8371d7787eeb1e7b5667.tar.gz
Add call to PKG_PROG_PKG_CONFIG so configure doesn't break with --disable-xaw6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 68456a9..744febb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,6 +15,10 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_LIBTOOL
+# Need to call this explicitly since the first call to PKG_CHECK_MODULES
+# is in an if statement, and later calls would break if it's skipped.
+PKG_PROG_PKG_CONFIG
+
#
# fix libtool to set SONAME to libXaw.so.$major
#