diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-24 17:40:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-24 17:41:51 +0100 |
commit | 9cbef2656e07867fd84c9350d8b9e9baeb9bcef5 (patch) | |
tree | 380793c373dd30710a0325e6af210fb6abd4c2d1 /configure.in | |
parent | f3f79cc9e6c265baf48955d53f7e888205e0b3e0 (diff) |
Removed unused --enable-ugly
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 17 |
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]) |