0003-no-cxx.patch 583 B

1234567891011121314151617
  1. [PATCH] ifplugd: configure: don't check for C++ compiler
  2. The configure script was checking for a C++ compiler (and erroring out
  3. if not found), even though it isn't used for anything.
  4. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  5. diff -urpN ifplugd-0.28/configure.ac ifplugd-0.28.new/configure.ac
  6. --- ifplugd-0.28/configure.ac 2005-06-04 21:21:51.000000000 +0200
  7. +++ ifplugd-0.28.new/configure.ac 2008-12-13 20:31:13.000000000 +0100
  8. @@ -33,7 +33,6 @@ if type -p stow > /dev/null && test -d /
  9. fi
  10. # Checks for programs.
  11. -AC_PROG_CXX
  12. AC_PROG_CC
  13. AC_PROG_CPP
  14. AC_PROG_INSTALL