summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 853a051..7708392 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,9 +15,8 @@ AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
# Prepare a version of $datadir that does not contain references to
# shell variables.
sly_prefix="`eval echo $prefix | sed -e"s|NONE|/usr/local|g"`"
-sly_datadir="`eval eval echo $datadir | sed -e "s|NONE|$guix_prefix|g"`"
+sly_datadir="`eval eval echo $datadir | sed -e "s|NONE|$sly_prefix|g"`"
AC_SUBST([sly_datadir])
-AC_SUBST([sly_prefix])
GUILE_PROGS([2.0.11])
GUILE_MODULE_REQUIRED([sdl sdl])