aboutsummaryrefslogtreecommitdiffstats
path: root/editline/configure
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 14:27:56 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 14:27:56 +0000
commitd4edd03ff9e7a37a73e12890c2b4881719989441 (patch)
tree8b9c7a7e7a426edbbb861deace48e69441a7ee10 /editline/configure
parentc14fd145b7cdbcb88d91b52f567bb0faabc86162 (diff)
allow top-level OPTIMIZE setting to affect builds in these subdirectories too
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@23673 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'editline/configure')
-rwxr-xr-xeditline/configure2
1 files changed, 0 insertions, 2 deletions
diff --git a/editline/configure b/editline/configure
index 7265fe020..8f9075c5f 100755
--- a/editline/configure
+++ b/editline/configure
@@ -1923,8 +1923,6 @@ fi
if test "x$enable_debug" = "xyes" ; then
CPPFLAGS="$CPPFLAGS -DDEBUG_TTY -DDEBUG_KEY -DDEBUG_READ -DDEBUG"
CPPFLAGS="$CPPFLAGS -DDEBUG_REFRESH -DDEBUG_PASTE"
-else
- CFLAGS="$CFLAGS -O"
fi