summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/configure.in b/configure.in
index c8252048a..d0d15e0ca 100644
--- a/configure.in
+++ b/configure.in
@@ -51,27 +51,6 @@ AC_ARG_ENABLE(
#
-# mapregsql
-#
-AC_ARG_ENABLE(
- [mapregsql],
- AC_HELP_STRING(
- [--enable-mapregsql],
- [Makes map-wide script variables be saved to SQL instead of TXT files in the sql map-server. (disabled by default)]
- ),
- [
- enable_mapregsql="$enableval"
- case $enableval in
- no);;
- yes);;
- *) AC_MSG_ERROR([[invalid argument --enable-mapregsql=$enableval... stopping]]);;
- esac
- ],
- [enable_mapregsql="no"]
-)
-
-
-#
# debug
#
AC_ARG_ENABLE(
@@ -339,14 +318,6 @@ fi
#
-# Mapregsql
-#
-if test "$enable_mapregsql" = "yes" ; then
- CFLAGS="$CFLAGS -DMAPREGSQL"
-fi
-
-
-#
# Debug
#
case $enable_debug in