summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>1998-05-04 01:33:15 +0200
committerHan-Wen Nienhuys <hanwen@xs4all.nl>1998-05-04 01:33:15 +0200
commit69b9cead5afe7164b9053d26eba582fec3825ef8 (patch)
tree001e15c320a77594f85a5796b882d97e9cc5e4a2 /configure.in
parent7e6d1d18bac6d6d4667e614b759bf337190075fb (diff)
release: 0.1.61
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c1d2bb5cce..73ab40b1f5 100644
--- a/configure.in
+++ b/configure.in
@@ -51,7 +51,7 @@ ac_cv_prog_lex_root=lex.yy
OPTIMIZE="-O"
printing_b=no
checking_b=yes
-optimise_b=no
+optimise_b=tja
profile_b=no
CONFIGSUFFIX=
debug_b=yes
@@ -123,6 +123,10 @@ if test "$optimise_b" = yes; then
AC_DEFINE(STRINGS_UTILS_INLINED)
fi
+if test "$optimise_b" = no; then
+ OPTIMIZE=""
+fi
+
if test $profile_b = yes; then
EXTRA_LIBES="-pg"
DEFINES="$DEFINES -pg"