Kaydet (Commit) 9cbef265 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Removed unused --enable-ugly

üst f3f79cc9
...@@ -130,7 +130,6 @@ export ENABLE_SCRIPTING_PYTHON=@ENABLE_SCRIPTING_PYTHON@ ...@@ -130,7 +130,6 @@ export ENABLE_SCRIPTING_PYTHON=@ENABLE_SCRIPTING_PYTHON@
export ENABLE_SILENT_MSI=@ENABLE_SILENT_MSI@ export ENABLE_SILENT_MSI=@ENABLE_SILENT_MSI@
export ENABLE_SYMBOLS=@ENABLE_SYMBOLS@ export ENABLE_SYMBOLS=@ENABLE_SYMBOLS@
export ENABLE_SYSTRAY_GTK=@ENABLE_SYSTRAY_GTK@ export ENABLE_SYSTRAY_GTK=@ENABLE_SYSTRAY_GTK@
export ENABLE_UGLY=@ENABLE_UGLY@
export ENABLE_XMLSEC=@ENABLE_XMLSEC@ export ENABLE_XMLSEC=@ENABLE_XMLSEC@
export ENABLE_ZENITY=@ENABLE_ZENITY@ export ENABLE_ZENITY=@ENABLE_ZENITY@
export EPM=@EPM@ export EPM=@EPM@
......
...@@ -751,12 +751,6 @@ AC_ARG_ENABLE(binfilter, ...@@ -751,12 +751,6 @@ AC_ARG_ENABLE(binfilter,
,enable_binfilter=no ,enable_binfilter=no
) )
AC_ARG_ENABLE(ugly,
AS_HELP_STRING([--enable-ugly],
[Enables ugly pieces of functionality.]),
,enable_ugly=no
)
AC_ARG_ENABLE(rpath, AC_ARG_ENABLE(rpath,
AS_HELP_STRING([--disable-rpath], AS_HELP_STRING([--disable-rpath],
[Disable the use of relative paths in shared libraries.]), [Disable the use of relative paths in shared libraries.]),
...@@ -3439,17 +3433,6 @@ else ...@@ -3439,17 +3433,6 @@ else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
fi 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 Test whether to include MySpell dictionaries
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([whether to include MySpell dictionaries]) AC_MSG_CHECKING([whether to include MySpell dictionaries])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment