Changeset 4978

Show
Ignore:
Timestamp:
06/20/03 16:21:35 (5 years ago)
Author:
warmerda
Message:

improve --with-pg error reporting

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.in

    r4734 r4978  
    816816 
    817817else 
     818  if test -d $PG_CONFIG ; then 
     819      AC_MSG_RESULT([no]) 
     820      AC_MSG_ERROR([--with-pg argument is a directory, but it should be the path to the pg_config script]) 
     821  fi 
    818822 
    819823  HAVE_PG=yes