aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/guile.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/guile.m4 b/m4/guile.m4
index 8e17799..c793a70 100644
--- a/m4/guile.m4
+++ b/m4/guile.m4
@@ -86,7 +86,7 @@ AC_DEFUN([MU_CHECK_GUILE],
[Specify the directory to install guile modules to]),
[case $withval in
/*) GUILE_SITE=$withval;;
- yes) GUILE_SITE=`$GUILE_CONFIG info pkgdatadir`;;
+ yes) GUILE_SITE=`$GUILE_CONFIG info pkgdatadir`/site;;
*) AC_MSG_ERROR([Argument to --with-guiledir must be an absolute directory name]);;
esac],
[GUILE_SITE=`$GUILE_CONFIG info pkgdatadir`/site

Return to:

Send suggestions and report system problems to the System administrator.