summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 04:11:07 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 04:11:07 +0000
commitb0679cb89861e1aec2700a22ee8be0570819f9ce (patch)
treede0b6d6d1ff0ac7b084a8e054ef552d42a2c0d65
parenta85959a46e205dc63b9d13bcfb0a22f246d82f95 (diff)
Fix typo in XSET_LIBS setting so libXext is linked in properly.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c3a65bc..0cfa3ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-19 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ Fix typo in XSET_LIBS setting so libXext is linked in properly.
+
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 6dbf7cd..a7a0cee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ PKG_CHECK_MODULES(SET_XPRINT, xp,
CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"])
XSET_CFLAGS="$XSET_CFLAGS $SET_XEXT_CFLAGS $SET_XKB_CFLAGS $SET_XF86MISC_CFLAGS $SET_FONTCACHE_CFLAGS $SET_XPRINT_CFLAGS"
-XSET_LIBS="$XSET_LIBS $SET_XSET_LIBS $SET_XKB_LIBS $SET_XF86MISC_LIBS $SET_FONTCACHE_LIBS $SET_XPRINT_LIBS"
+XSET_LIBS="$XSET_LIBS $SET_XEXT_LIBS $SET_XKB_LIBS $SET_XF86MISC_LIBS $SET_FONTCACHE_LIBS $SET_XPRINT_LIBS"
AC_SUBST(XSET_CFLAGS)
AC_SUBST(XSET_LIBS)