summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-09-21 02:15:13 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-09-21 02:15:13 +0000
commiteb5a0064833d40da32d191727c6a48c5e83b0397 (patch)
treef528cd240854cf9ce562ae3a025f4b8dcc56cf66 /configure.ac
parentafffa0eaf69d0706e4379eb4bdc30acf02d40a85 (diff)
downloadgpsd-eb5a0064833d40da32d191727c6a48c5e83b0397.tar.gz
matching quotation marks
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4b9fcdcd..4e2fdcc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ AC_CACHE_CHECK(for daylight external, mb_cv_var_daylight,
])
if test $mb_cv_var_daylight = yes; then
AC_DEFINE([HAVE_DAYLIGHT], 1,
- [Define if you have the external `daylight' variable.])
+ [Define if you have the external 'daylight' variable.])
fi
AC_CHECK_LIB(nsl, gethostbyname, LIBNSL="-lnsl")
@@ -120,7 +120,7 @@ XM_LIBS=""
XP_LIBS=""
if test "$motif_includes" != "no" && test "$motif_libraries" != "no"
then
-dnl Motif 2.1 wants `-lXp' (X11R6.3 print server)
+dnl Motif 2.1 wants '-lXp' (X11R6.3 print server)
AC_CHECK_LIB(Xp, XpSelectInput,
XP_LIBS="-lXp"
AC_DEFINE([HAVE_XP],1,[Xp available]),,