aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-05-11 14:24:22 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-05-11 14:24:22 +0300
commit4e48677eee5abf6a7190fc200d3085cc43643322 (patch)
tree347d2ce2323713881451fb323d0226220c780b2c
parentf1335bff82d6a0dc9a14f070d7f4cdbe8f01bdce (diff)
downloadgint-4e48677eee5abf6a7190fc200d3085cc43643322.tar.gz
gint-4e48677eee5abf6a7190fc200d3085cc43643322.tar.bz2
Minor fix.
* guile.m4: Remove superfluous double-quotes.
-rw-r--r--guile.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/guile.m4 b/guile.m4
index ccf9dc6..a0171a3 100644
--- a/guile.m4
+++ b/guile.m4
@@ -131,13 +131,13 @@ AC_DEFUN([GINT_CHECK_GUILE],
esac],
[GUILE_SITE=_gint_site_dir
pfx=$prefix
test "x$pfx" = xNONE && pfx=$ac_default_prefix
case $GUILE_SITE in
$pfx/*) ;; # OK
- *) AC_MSG_WARN([guile site directory "$GUILE_SITE" lies outside your current prefix ($pfx).])
+ *) AC_MSG_WARN([guile site directory $GUILE_SITE lies outside your current prefix ($pfx).])
GUILE_SITE='$(datadir)/guile/site'
AC_MSG_WARN([Falling back to ${GUILE_SITE} instead. Use --with-guile-site-dir to force using site directory.])
;;
esac])])
AC_DEFINE_UNQUOTED(GUILE_VERSION, "$GUILE_VERSION",
[Guile version number])

Return to:

Send suggestions and report system problems to the System administrator.