summaryrefslogtreecommitdiffstats
path: root/multimedia/libmovtar/files/patch-configure.in
blob: ead3cafc9502a661b4d35ffd141d599b0dc06987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- configure.in.orig	Wed Feb  7 09:25:06 2001
+++ configure.in	Tue Oct 16 02:23:14 2001
@@ -56,7 +56,7 @@
     JPEGDIR="$DEFAULT_JPEGDIR")
 
 OLDLIBS="$LIBS"
-LIBS="-L $JPEGDIR $LIBS"
+LIBS="-L $JPEGDIR $LIBS -L$LOCALBASE/lib"
 AC_SUBST(JPEG_INCLUDE)
 
 AC_CHECK_LIB( jpeg-mmx, jpeg_start_compress,
@@ -75,10 +75,11 @@
 dnl If that can't be found fall back to the system jpeg lib...
 if test ${have_jpeg} = "no"
 then
+LIBS="$LIBS -L$LOCALBASE/lib"
 AC_CHECK_LIB( jpeg, jpeg_start_compress,
              	[	 
   			   		have_jpeg="yes"
-					LIBS="$LIBS -ljpeg"
+					LIBS="$LIBS -L$LOCALBASE/lib -ljpeg"
  		     	],
              	[
              		have_jpeg="no"
OpenPOWER on IntegriCloud