aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/configure.in
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2011-10-11 15:08:14 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2011-10-11 15:08:14 +0200
commit62cbcd271283070848a0d924ba25a061a2dff2da (patch)
treee57e4c1a2103dab7bcbc59dfc74cf8445816c605 /config/configure.in
parent1efec3952b780cc675ae111313017c3b91d20a01 (diff)
downloaderlang-slang-fork-62cbcd271283070848a0d924ba25a061a2dff2da.tar.gz
applied debian erlang-slang_1.0-3 patch: some slang_drv updates
most of this are useless whitespace changes, but slang_drv is updated and debian files are added
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)