From: Julian Ospald Date: Wed Apr 3 17:55:10 UTC 2013 Subject: build system respect system CFLAGS --- hexchat-2.9.5/configure.ac +++ hexchat-2.9.5/configure.ac @@ -807,14 +807,6 @@ if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then CFLAGS="$CFLAGS -Wall" fi - if test "$system" = "Linux" -o "$system" = "FreeBSD"; then - if test -z "`echo "$CFLAGS" | grep "\-pipe" 2> /dev/null`" ; then - CFLAGS="$CFLAGS -pipe" - fi - fi - if test -z "`echo "$CFLAGS" | grep "\-g " 2> /dev/null`" ; then - CFLAGS="$CFLAGS -g" - fi fi dnl does this compiler support -Wno-pointer-sign ?