summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-13 00:40:00 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-13 00:40:00 +0000
commitcc372e0aee54b1dedb000a2ba26e7d80739f47e8 (patch)
tree96f84b03a8c1ec4a259c25906203be4ce0cbf481 /configure.ac
parent9e33950ec5bac9d31f88b78f81c9d66ebf220329 (diff)
downloadgpsd-cc372e0aee54b1dedb000a2ba26e7d80739f47e8.tar.gz
Another gallimaufry of small fixes:
1. Use libxslt for the correct dependency in the spec file. 2. Fix somedocumentation typos. 3. Fix gpsctl man page as suggested by Pert Slansky. 4. Suppress leading zeros in xgps satellite-data display. 5. Change "Course" to "Track" in xgps display.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e235d076..b1db1c08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,8 +152,7 @@ AC_CHECK_LIB(Xm, XmInternAtom,
fi
AC_SUBST(XP_LIBS)
AC_SUBST(XM_LIBS)
-AM_CONDITIONAL([HAVE_MOTIF], [test "$XM_LIBS" != "" && test "$motif_includes" !
-= "no"])
+AM_CONDITIONAL([HAVE_MOTIF], [test "$XM_LIBS" != "" -a "$motif_includes" != "no"])
ac_x="yes"
else
dnl X11 disabled