]> git.pld-linux.org Git - packages/ifplugd.git/blame - ifplugd-nostdc99.patch
- up to 0.28
[packages/ifplugd.git] / ifplugd-nostdc99.patch
CommitLineData
d9af1b95 1--- ifplugd-0.26/configure.ac.orig 2005-05-02 17:57:57.000000000 +0100
2+++ ifplugd-0.26/configure.ac 2005-05-02 17:58:23.000000000 +0100
3@@ -45,7 +45,7 @@
4 CFLAGS="$CFLAGS -pipe -W -Wall -pedantic"
5
6 AC_LANG_CONFTEST([int main() {}])
7- $CC -c conftest.c -std=c99 -Wno-unused-parameter $CFLAGS > /dev/null 2> /dev/null && CFLAGS="$CFLAGS -std=c99 -Wno-unused-parameter"
8+ $CC -c conftest.c -Wno-unused-parameter $CFLAGS > /dev/null 2> /dev/null && CFLAGS="$CFLAGS -Wno-unused-parameter"
9 rm -f conftest.o
10 fi
11
This page took 0.054291 seconds and 4 git commands to generate.