From: Florian Forster Date: Sun, 5 Feb 2012 12:49:45 +0000 (+0100) Subject: Build system: Remove superfluous C(PP)FLAG. X-Git-Tag: collectd-4.10.6~6 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=98ee3804b22a16fb29b8498f8eec60b69df29f28 Build system: Remove superfluous C(PP)FLAG. Change-Id: Ic2f665869f863b1e0dca9b5ccde2803715386a3c --- diff --git a/configure.in b/configure.in index b5031203..023e21a1 100644 --- a/configure.in +++ b/configure.in @@ -1665,7 +1665,7 @@ CPPFLAGS="$SAVE_CPPFLAGS" if test "x$with_libiptc" = "xown" then - with_libiptc_cflags="-I${srcdir}/src/owniptc" + with_libiptc_cflags="" with_libiptc_libs="" fi if test "x$with_libiptc" = "xown"