aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/configure.in')
-rw-r--r--config/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/configure.in b/config/configure.in
index 1c3ac53..bcf3280 100644
--- a/config/configure.in
+++ b/config/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl while debugging configure.in
-dnl it's good to disable the cache
+dnl it's good to disable the cache
dnl define([AC_CACHE_LOAD], )dnl
dnl define([AC_CACHE_SAVE], )dnl
@@ -26,7 +26,7 @@ AC_ARG_WITH(slang-include, [ --with-slang-include=DIR installed slang library
if test "x$SLANG_INCLUDE" = x; then
SLANG_INCLUDE=/usr/include/slang
fi
- echo using $SLANG_INCLUDE
+ echo using $SLANG_INCLUDE
)
AC_SUBST(SLANG_INCLUDE)