summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 30e928d)
raw | patch | inline | side by side (parent: 30e928d)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 19 Dec 2011 16:03:09 +0000 (16:03 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 19 Dec 2011 16:03:09 +0000 (16:03 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@2247 a5681a0c-68f1-0310-ab6d-d61299d08faa
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 93e6f766ee9b8982d0f56220511ef1be360c8888..28d0fb7e81ca663906192eb436058741c015128c 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl add pic flag in any case this makes sure all our code is relocatable
-eval `./libtool --config | grep pic_flag`
+eval `./libtool --config | grep pic_flag=`
CFLAGS="$CFLAGS $pic_flag"