mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
dc9ee71ebf
- change my E-mail address.
16 lines
394 B
Plaintext
16 lines
394 B
Plaintext
--- 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"
|