blob: 39a969d6d2711d22f27b1513b8ab4efe5db62f8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $
--- configure.orig Thu Oct 14 17:47:15 1999
+++ configure Sat Oct 16 16:23:59 1999
@@ -1375,7 +1375,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpng $LIBS"
+LIBS="-lpng -lm $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1381 "configure"
#include "confdefs.h"
|