Build system: Remove superfluous C(PP)FLAG.
authorFlorian Forster <octo@collectd.org>
Sun, 5 Feb 2012 12:49:45 +0000 (13:49 +0100)
committerFlorian Forster <octo@collectd.org>
Sun, 5 Feb 2012 12:49:45 +0000 (13:49 +0100)
Change-Id: Ic2f665869f863b1e0dca9b5ccde2803715386a3c

configure.in

index b503120..023e21a 100644 (file)
@@ -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"