summaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
parentResolves fdo#46074: Fix Partial::contains for paths that go past a leaf node (diff)
downloadcore-9cbef2656e07867fd84c9350d8b9e9baeb9bcef5.tar.gz
core-9cbef2656e07867fd84c9350d8b9e9baeb9bcef5.zip
Removed unused --enable-ugly
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in17
1 files changed, 0 insertions, 17 deletions
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])