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
@@ -134,7 +134,7 @@ AC_DEFUN([GINT_CHECK_GUILE],
134 test "x$pfx" = xNONE && pfx=$ac_default_prefix 134 test "x$pfx" = xNONE && pfx=$ac_default_prefix
135 case $GUILE_SITE in 135 case $GUILE_SITE in
136 $pfx/*) ;; # OK 136 $pfx/*) ;; # OK
137 *) AC_MSG_WARN([guile site directory "$GUILE_SITE" lies outside your current prefix ($pfx).]) 137 *) AC_MSG_WARN([guile site directory $GUILE_SITE lies outside your current prefix ($pfx).])
138 GUILE_SITE='$(datadir)/guile/site' 138 GUILE_SITE='$(datadir)/guile/site'
139 AC_MSG_WARN([Falling back to ${GUILE_SITE} instead. Use --with-guile-site-dir to force using site directory.]) 139 AC_MSG_WARN([Falling back to ${GUILE_SITE} instead. Use --with-guile-site-dir to force using site directory.])
140 ;; 140 ;;

Return to:

Send suggestions and report system problems to the System administrator.