f414672364
add a debug flavor
13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2005/09/04 23:48:35 espie Exp $
|
|
--- configure.orig Tue Jul 5 15:14:21 2005
|
|
+++ configure Sun Aug 28 13:43:28 2005
|
|
@@ -4969,7 +4969,7 @@ if test "${ac_cv_lib_tiff_TIFFOpen+set}"
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-ltiff -lm $LIBS"
|
|
+LIBS="-ltiff -ljpeg -lz -lm $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|