summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2015-05-09 11:17:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2015-05-09 11:17:45 -0700
commit9ffefd5b3d38e9ed2b5ed59bc50e8a7da761fb77 (patch)
tree04c125d8c2fc3a8786fff8168756ca3f12c1de8c /configure.ac
parent15f9d88e13bda2617c05c278a1ca9f6ce26df479 (diff)
Replace XtMalloc+sprintf pair with XtAsprintf call
Raises required version of libXt to >= 1.0.99.1 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3fdc37d..9f10229 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Obtain compiler/linker options from depedencies
-PKG_CHECK_MODULES(EDITRES, xaw7 x11 xt xmu)
+PKG_CHECK_MODULES(EDITRES, [xaw7 x11 xt >= 1.0.99.1 xmu])
PKG_CHECK_MODULES(APPDEFS, xt)
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`