summaryrefslogtreecommitdiff
path: root/graphics/kisomandel/files/patch-configure
blob: 6722d1e11cda186ff51a4c9da46e9b08a4ff206e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- configure.orig	Mon Jun 11 01:43:57 2001
+++ configure	Mon Jun 11 01:44:30 2001
@@ -4476,15 +4476,6 @@
   qt_libdirs="$ac_qt_libraries $qt_libdirs"
 fi
 
-test=NONE
-qt_libdir=NONE
-for dir in $qt_libdirs; do
-  try="ls -1 $dir/libqt.*"
-  if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&5 ; fi
-done
-
-ac_qt_libraries="$qt_libdir"
-
 
 ac_ext=C
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.