Changeset 6ce01be


Ignore:
Timestamp:
2010-03-17T15:50:58Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
638feab
Parents:
f9928cb
Message:

Undo -iquote change which seems to cause plenty of problems to people
using older/non-GCC compilers. :-/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rf9928cb r6ce01be  
    156156
    157157echo CFLAGS=$CFLAGS >> Makefile.settings
    158 echo CFLAGS+=-I`pwd` -iquote`pwd`/lib -iquote`pwd`/protocols -I. >> Makefile.settings
     158echo CFLAGS+=-I`pwd` -I`pwd`/lib -I`pwd`/protocols -I. >> Makefile.settings
    159159
    160160echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings
Note: See TracChangeset for help on using the changeset viewer.