diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:03:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:03:37 -0600 |
commit | 2e25fa39cd67cca2472d3eabdb478feb517d72a5 (patch) | |
tree | 63725962f632d152cbf20709191d39f6fc865966 /kfile-plugins/configure.in.bot | |
parent | 190d88dfc662f3fc466c9d1f53acbbea65f33c49 (diff) | |
download | tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.tar.gz tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kfile-plugins/configure.in.bot')
-rw-r--r-- | kfile-plugins/configure.in.bot | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/kfile-plugins/configure.in.bot b/kfile-plugins/configure.in.bot deleted file mode 100644 index f03bc711..00000000 --- a/kfile-plugins/configure.in.bot +++ /dev/null @@ -1,32 +0,0 @@ -if test -z "$LIBTIFF"; then - echo "" - echo "You're missing libtiff. The additional info plugin for TIFF images" - echo "files won't be compiled without libtiff." - echo "You can download it from http://www.libtiff.org" - echo "" - all_tests=bad -fi - -#if test -z "$POPPLER_LIBS"; then -# echo "" -# echo "You're missing poppler. The additional info plugin for PDF files" -# echo "files won't be compiled without poppler >= 0.3.1." -# echo "You can download poppler from http://poppler.freedesktop.org/" -# echo "" -#fi - -if test "$EXRSTATUS" = "no"; then - echo "" - echo "No OpenEXR Libraries were found" - echo "Install the OpenEXR package (from http://www.openexr.org)" - echo "if you want EXR image format support" - echo "" -fi - -if test "$EXRSTATUS" = "old"; then - echo "" - echo "OpenEXR libraries were found, but at least version 1.1.0 is required" - echo "Install a newer OpenEXR package (from http://www.openexr.org)" - echo "if you want EXR image format support" - echo "" -fi |