You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/rrdtool/files/rrdtool-1.4.7-configure.ac....

22 lines
451 B

--- a/configure.ac
+++ b/configure.ac
@@ -148,7 +148,7 @@
AC_PROG_CPP
AC_PROG_CC
AM_PROG_CC_C_O
-AC_PROG_LIBTOOL
+LT_INIT
dnl Try to detect/use GNU features
CFLAGS="$CFLAGS -D_GNU_SOURCE"
@@ -204,9 +204,6 @@
AC_CHECK_FUNC(acos, , AC_CHECK_LIB(m, acos))
-dnl add pic flag in any case this makes sure all our code is relocatable
-eval `./libtool --config | grep pic_flag=`
-CFLAGS="$CFLAGS $pic_flag"
dnl Checks for library functions.