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
commitf4db3aa38240038496d99b1368f5b6fb412f53a9 (patch)
tree6263e3a2575870622a30d9d8b12e36f4b40ed772
parent67322880f26c3e4818b9b36b18487951769372a7 (diff)
xaw8 is gone, use xaw7
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 82fc806..269049f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AM_PROG_CC_C_O
AC_PROG_INSTALL
# xkbvleds checks
-XAW_CHECK_XPRINT_SUPPORT(XKBVLEDS)
+PKG_CHECK_MODULES(XKBVLEDS, xaw7)
AC_SUBST(XKBVLEDS_CFLAGS)
AC_SUBST(XKBVLEDS_LIBS)
@@ -43,7 +43,7 @@ AC_SUBST(XKBBELL_CFLAGS)
AC_SUBST(XKBBELL_LIBS)
# xkbwatch checks
-XAW_CHECK_XPRINT_SUPPORT(XKBWATCH)
+PKG_CHECK_MODULES(XKBWATCH, xaw7)
AC_SUBST(XKBWATCH_CFLAGS)
AC_SUBST(XKBWATCH_LIBS)