Index: mod_nsd/aclocal.m4 =================================================================== RCS file: /usr/local/cvsroot/mod_nsd/aclocal.m4,v diff -u -N -r1.1 -r1.2 --- mod_nsd/aclocal.m4 13 Apr 2001 21:09:32 -0000 1.1 +++ mod_nsd/aclocal.m4 6 May 2001 18:52:32 -0000 1.2 @@ -94,7 +94,7 @@ CPPFLAGS="$CPPFLAGS -I$1/include" LIBS="$LIBS -L$1/lib" else - CPPFLAGS="$CPPFLAGS -I/usr/include/pgsql" + CPPFLAGS="$CPPFLAGS -I/usr/include/postgresql" fi LIBS="$LIBS -lpq" ])