Prevent the GTS and GLIB compiler flags from getting included three times on the command line.
This commit is contained in:
parent
52ef60a056
commit
cffdd093ea
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue