diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-17 15:50:58 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-17 15:50:58 +0000 |
commit | 6ce01bec119c96243a8d43e28681cc512fbd0950 (patch) | |
tree | 5cbc02c5c7fb0cfe2194976f95574b8c3e12999c /configure | |
parent | f9928cb319c2879a56b7280f09723b26035982d0 (diff) |
Undo -iquote change which seems to cause plenty of problems to people
using older/non-GCC compilers. :-/
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ else fi echo CFLAGS=$CFLAGS >> Makefile.settings -echo CFLAGS+=-I`pwd` -iquote`pwd`/lib -iquote`pwd`/protocols -I. >> Makefile.settings +echo CFLAGS+=-I`pwd` -I`pwd`/lib -I`pwd`/protocols -I. >> Makefile.settings echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings |