git.wh0rd.org
/
patches.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
initial import
[patches.git]
/
fillets-ng-no-local-paths.patch
1
--- configure.in
2
+++ configure.in
3
@@ -13,9 +13,6 @@ AC_PROG_CC
4
AC_PROG_INSTALL
5
AC_PROG_RANLIB
6
7
-CPPFLAGS="-I/usr/local/include $CPPFLAGS"
8
-LIBS="-L/usr/local/lib $LIBS"
9
-
10
###################################################
11
# Check for libm
12
AC_CHECK_LIB(m, sin, LIBS="$LIBS -lm")