1
0
Fork 0

Prevent the GTS and GLIB compiler flags from getting included three times on the command line.

This commit is contained in:
ehofman 2003-08-29 19:22:15 +00:00
parent 52ef60a056
commit cffdd093ea

View file

@ -85,8 +85,8 @@ fi
SUPPORT_FLAGS="`gts-config --cflags` `glib-config --cflags`"
CPPFLAGS="$CPPFLAGS $SUPPORT_FLAGS"
CFLAGS="$CFLAGS $SUPPORT_FLAGS"
CXXFLAGS="$CXXFLAGS $SUPPORT_FLAGS"
#CFLAGS="$CFLAGS $SUPPORT_FLAGS"
#CXXFLAGS="$CXXFLAGS $SUPPORT_FLAGS"
dnl Specify if we want logging (testing build) or not (release build)
# set logging default value