From de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:02:02 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kioslave/thumbnail/configure.in.in | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 kioslave/thumbnail/configure.in.in (limited to 'kioslave/thumbnail/configure.in.in') diff --git a/kioslave/thumbnail/configure.in.in b/kioslave/thumbnail/configure.in.in deleted file mode 100644 index 829727b69..000000000 --- a/kioslave/thumbnail/configure.in.in +++ /dev/null @@ -1,14 +0,0 @@ -AC_ARG_WITH(openexr, - [AC_HELP_STRING(--with-openexr, - [enable support for OpenEXR @<:@default=check@:>@])], - [], with_openexr=check) - -if test "x$with_openexr" != xno; then - KDE_FIND_LIBEXR - - if test "x$with_openexr" != xcheck && test -z "$LIB_EXR"; then - AC_MSG_ERROR([--with-openexr was given, but test for OpenEXR failed]) - fi -fi - -AM_CONDITIONAL(include_EXR_MODULES, test -n "$LIB_EXR") -- cgit v1.2.1