--- loader/Makefile Fri Dec 16 14:47:24 2005 +++ loader/Makefile Wed Dec 28 14:23:13 2005 @@ -9,7 +9,7 @@ #--------------------------------------------------------------- ifeq ($(USE_ICONV),1) - override CFLAGS += -DUSE_ICONV + override CFLAGS += -DUSE_ICONV -I/usr/local/include override LDFLAGS += $(ICONV_LDFLAGS) endif --- loader/shp2pgsql.c Tue Nov 1 07:25:47 2005 +++ loader/shp2pgsql.c Wed Dec 28 14:23:13 2005 @@ -33,7 +33,7 @@ #include #include #include "getopt.h" -#ifdef HAVE_ICONV_H +#ifdef USE_ICONV #include #endif