diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 7ac1775..9503006 100644 --- a/configure.in +++ b/configure.in @@ -272,13 +272,13 @@ PLP_HELP_MSG([Options for activating sub packages:]) ac_enable_kde=no AM_CONDITIONAL(BUILD_KDE, false) AC_ARG_ENABLE(kde, - [ --enable-kde build KDE2 stuff [no]], + [ --enable-kde build KDE stuff [no]], if test "$enableval" = "yes" ; then - AC_MSG_RESULT([Will build KDE2 stuff]) + AC_MSG_RESULT([Will build KDE stuff]) ac_enable_kde=yes fi ) -PLP_HELP_MSG([Options, only needed when building KDE2 stuff:]) +PLP_HELP_MSG([Options, only needed when building KDE stuff:]) if test "x$ac_enable_kde" = "xyes" ; then AC_PATH_KDE if test -n "${kde_cv_path_kde_config}" ; then |