- Timestamp:
- 2010-08-07T16:33:02Z (14 years ago)
- Branches:
- master
- Children:
- 7b87539
- Parents:
- 289bd2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r289bd2d rdaae10f 184 184 fi 185 185 186 echo CFLAGS=$CFLAGS >> Makefile.settings186 echo CFLAGS=$CFLAGS $CPPFLAGS >> Makefile.settings 187 187 echo CFLAGS+=-I${srcdir} -I${srcdir}/lib -I${srcdir}/protocols -I. >> Makefile.settings 188 188 … … 201 201 202 202 echo "CC=$CC" >> Makefile.settings; 203 if echo $CC | grep -qw gcc; then 204 # Apparently -Wall is gcc-specific? 205 echo CFLAGS+=-Wall >> Makefile.settings 206 fi 203 207 204 208 if [ -z "$LD" ]; then
Note: See TracChangeset
for help on using the changeset viewer.