diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:05 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:05 +0200 |
commit | c3b78c84d83b7d815961e2bfc831faaac415aa0d (patch) | |
tree | 86a132896c95fdd4cea9825b3e20cf9297b66cb9 /configure.in.in | |
parent | c13efa999262ca6fb250d025301c504a8b5ae547 (diff) | |
download | krusader-c3b78c84d83b7d815961e2bfc831faaac415aa0d.tar.gz krusader-c3b78c84d83b7d815961e2bfc831faaac415aa0d.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in.in b/configure.in.in index b54a31a..bdd2801 100644 --- a/configure.in.in +++ b/configure.in.in @@ -81,11 +81,11 @@ fi AM_CONDITIONAL(include_libkjsembed, test "$have_libkjsembed" = yes) ################################################### -# If our own tar-KIO should be built +# If our own tar-TDEIO should be built ################################################### AC_ARG_WITH(kiotar, - AC_HELP_STRING([--with-kiotar],[use our write-enabled version of KDE's tar KIO-Slave [default=without]]), + AC_HELP_STRING([--with-kiotar],[use our write-enabled version of KDE's tar TDEIO-Slave [default=without]]), [with_tar=$withval], [with_tar=no] ) @@ -95,11 +95,11 @@ AM_CONDITIONAL(with_tar, test "$with_tar" != "no") ################################################### ################################################### -# If our own iso-KIO should be built +# If our own iso-TDEIO should be built ################################################### AC_ARG_WITH(kioiso, - AC_HELP_STRING([--with-kioiso],[use our version of Trinity's iso KIO-slave [default=without]]), + AC_HELP_STRING([--with-kioiso],[use our version of Trinity's iso TDEIO-slave [default=without]]), [with_iso=$withval], [with_iso=no] ) |