diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 04:11:07 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 04:11:07 +0000 |
commit | b0679cb89861e1aec2700a22ee8be0570819f9ce (patch) | |
tree | de0b6d6d1ff0ac7b084a8e054ef552d42a2c0d65 /configure.ac | |
parent | a85959a46e205dc63b9d13bcfb0a22f246d82f95 (diff) |
Fix typo in XSET_LIBS setting so libXext is linked in properly.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |