forked from Lainports/freebsd-ports
The Unidata units library, udunits, supports conversion of unit specifications between formatted and binary forms, arithmetic manipulation of unit specifications, and conversion of values between compatible scales of measurement. WWW: http://www.unidata.ucar.edu/packages/udunits/ Obtained from: Gentoo (partially)
13 lines
393 B
Text
13 lines
393 B
Text
$FreeBSD$
|
|
|
|
--- configure.orig Sat Jan 1 00:30:00 2005
|
|
+++ configure Sat Jan 1 00:30:39 2005
|
|
@@ -4648,7 +4648,7 @@
|
|
exit(0);
|
|
}
|
|
EOF
|
|
- doit='$CC -o conftest ${CFLAGS-} ${CPPFLAGS-} ${LDFLAGS-} conftest.c ${LIBS-}'
|
|
+ doit='$CC -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c ${LIBS}'
|
|
if { (eval echo "$as_me:$LINENO: \"$doit\"") >&5
|
|
(eval $doit) 2>&5
|
|
ac_status=$?
|