summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-24 17:40:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-24 17:41:51 +0100
commit9cbef2656e07867fd84c9350d8b9e9baeb9bcef5 (patch)
tree380793c373dd30710a0325e6af210fb6abd4c2d1
parentf3f79cc9e6c265baf48955d53f7e888205e0b3e0 (diff)
Removed unused --enable-ugly
-rw-r--r--config_host.mk.in1
-rw-r--r--configure.in17
2 files changed, 0 insertions, 18 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index f7dd207de18c..ff976a7af87c 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -130,7 +130,6 @@ export ENABLE_SCRIPTING_PYTHON=@ENABLE_SCRIPTING_PYTHON@
export ENABLE_SILENT_MSI=@ENABLE_SILENT_MSI@
export ENABLE_SYMBOLS=@ENABLE_SYMBOLS@
export ENABLE_SYSTRAY_GTK=@ENABLE_SYSTRAY_GTK@
-export ENABLE_UGLY=@ENABLE_UGLY@
export ENABLE_XMLSEC=@ENABLE_XMLSEC@
export ENABLE_ZENITY=@ENABLE_ZENITY@
export EPM=@EPM@
diff --git a/configure.in b/configure.in
index 9c244096a20f..3b27ac838781 100644
--- a/configure.in
+++ b/configure.in
@@ -751,12 +751,6 @@ AC_ARG_ENABLE(binfilter,
,enable_binfilter=no
)
-AC_ARG_ENABLE(ugly,
- AS_HELP_STRING([--enable-ugly],
- [Enables ugly pieces of functionality.]),
-,enable_ugly=no
-)
-
AC_ARG_ENABLE(rpath,
AS_HELP_STRING([--disable-rpath],
[Disable the use of relative paths in shared libraries.]),
@@ -3439,17 +3433,6 @@ else
AC_MSG_RESULT([no])
fi
-dnl Enable ugly pieces of code we're better off without
-dnl ===================================================================
-if test "$enable_ugly" = "yes"; then
- BUILD_TYPE="$BUILD_TYPE DICTIONARIES"
- SCPDEFS="$SCPDEFS -DWITH_UGLY"
- ENABLE_UGLY=YES
-else
- ENABLE_UGLY=NO
-fi
-AC_SUBST(ENABLE_UGLY)
-
dnl Test whether to include MySpell dictionaries
dnl ===================================================================
AC_MSG_CHECKING([whether to include MySpell dictionaries])