aboutsummaryrefslogtreecommitdiff
path: root/palm/imgvtopgm/files/patch-aa
blob: b9d8d5208a123205d67bd7b01ccc042f72b6a724 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- configure-	Tue May  9 00:19:53 2000
+++ configure	Tue May  9 00:21:16 2000
@@ -2330,11 +2330,10 @@
 		X_CFLAGS="-I$pnm_includes $X_CFLAGS"
 	fi
 
-	PNM_LIBS=""
 	if test "$pnm_libraries" != "" \
 	&& test "$pnm_libraries" != "$x_libraries" \
 	&& test "$pnm_libraries" != "no"; then
-		PNM_LIBS="-L$pnm_libraries"
+		X_LIBS="-L$pnm_libraries"
 	fi
 
 	pnm_libraries_result="$pnm_libraries"