summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:51 -0400
committerJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:51 -0400
commitb91f8e903b1004a35dfe01204852c628367475b7 (patch)
treecf62e5209b62a6a737967fa7a8db7d1a8416c451
parent5c84833c7f383685763550a348a3493025948cba (diff)
xaw8 is gone, use xaw7
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d310de8..cc8cbfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_PROG_INSTALL
AC_CHECK_LIB([kstat], [kstat_open])
# Checks for pkg-config packages
-XAW_CHECK_XPRINT_SUPPORT(XLOAD)
+PKG_CHECK_MODULES(XLOAD, xaw7)
AC_SUBST(XLOAD_CFLAGS)
AC_SUBST(XLOAD_LIBS)