summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-01-28 12:18:38 +0000
committerfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-01-28 12:18:38 +0000
commitd03b24c71bc3568f1e50c062eabd19edf3ad0f9c (patch)
tree43f1d83e1d0d08e6cfee940ca6244ca7d699257d /configure.in
parentee3bce2b72aa5bcf06fce98caeaae452872beff9 (diff)
downloadlibapr-d03b24c71bc3568f1e50c062eabd19edf3ad0f9c.tar.gz
Remove --with-optim option in favor of OPTIM env variable.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61155 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 89b72387d..c6b512e03 100644
--- a/configure.in
+++ b/configure.in
@@ -69,8 +69,6 @@ dnl #----------------------------- Checks for compiler flags
nl='
'
echo $ac_n "${nl}Check for compiler flags..."
-AC_ARG_WITH(optim,[ --with-optim="FLAGS" compiler optimisation flags],
- [OPTIM="$withval"])
AC_ARG_WITH(debug,[ --with-debug Turn on debugging and compile time warnings],
[if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -g -Wall"; else CFLAGS="$CFLAGS -g"; fi])