xref: /OK3568_Linux_fs/buildroot/package/ifplugd/0003-no-cxx.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun[PATCH] ifplugd: configure: don't check for C++ compiler
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunThe configure script was checking for a C++ compiler (and erroring out
4*4882a593Smuzhiyunif not found), even though it isn't used for anything.
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunSigned-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7*4882a593Smuzhiyundiff -urpN ifplugd-0.28/configure.ac ifplugd-0.28.new/configure.ac
8*4882a593Smuzhiyun--- ifplugd-0.28/configure.ac	2005-06-04 21:21:51.000000000 +0200
9*4882a593Smuzhiyun+++ ifplugd-0.28.new/configure.ac	2008-12-13 20:31:13.000000000 +0100
10*4882a593Smuzhiyun@@ -33,7 +33,6 @@ if type -p stow > /dev/null && test -d /
11*4882a593Smuzhiyun fi
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun # Checks for programs.
14*4882a593Smuzhiyun-AC_PROG_CXX
15*4882a593Smuzhiyun AC_PROG_CC
16*4882a593Smuzhiyun AC_PROG_CPP
17*4882a593Smuzhiyun AC_PROG_INSTALL
18