summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:49 -0400
committerJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:49 -0400
commit48663cb8af72ea5e0528a341a7dc8865aa84fad2 (patch)
tree283bebcdececcc42d50714202d54302de5dc8a34
parent2d43b9d1c3e3632176fccdb5017b6e196b05b37a (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 7878169..17e9c8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_SEARCH_LIBS([iconv], [iconv],
dnl Required dependencies
PKG_CHECK_MODULES(XCLOCK_X11, x11)
-XAW_CHECK_XPRINT_SUPPORT(XAW)
+PKG_CHECK_MODULES(XAW, xaw7)
XCLOCK_CFLAGS="$XCLOCK_X11_CFLAGS $XAW_CFLAGS"
XCLOCK_LIBS="$XCLOCK_X11_LIBS $XAW_LIBS"