summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-10-27 03:22:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-10-27 03:22:40 +0000
commit601b22d606e35194204fe486eda20dfce2145b9e (patch)
treeea43e6163b5142943e6b3f45fb29a6c8a71b35c5 /configure.ac
parenta0a8cf14d4e1720a62ff0951df43077f4679b686 (diff)
downloadgpsd-601b22d606e35194204fe486eda20dfce2145b9e.tar.gz
Switch us to using lesstif rather than OpenMotif, as OpenMotif won't ship
with FCS. Fortunately, lesstif seems to be a drop-in replacement; all this took was installing lesstif-devel and changing the BuildRequre in the spec file. Also, fix a reveresed test in my True North patch of earlier today.
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 ff155373..d9186bd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,7 +141,7 @@ AC_CHECK_LIB(Xp, XpSelectInput,
AC_DEFINE([HAVE_XP],1,[Xp available]),,
${X_PRE_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN})
dnl
-AC_CHECK_LIB(Xm, XmCreateOptionMenu,
+AC_CHECK_LIB(Xm, XmInternAtom,
XM_LIBS="-lXm"
AC_DEFINE([HAVE_MOTIF],1,[Motif available]),,
${X_PRE_LIBS} ${XP_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN})