CVS commit by mcamen: Fix description of pgsql configure flags. Patch by Andreas Leuner. CCMAIL: 79172-done@bugs.kde.org M +4 -4 configure.in.in 1.8 --- koffice/kexi/kexidb/drivers/configure.in.in #1.7:1.8 @@ -76,5 +76,5 @@ AC_ARG_WITH(pgsqlincdir, -AC_HELP_STRING([--with-pgsql-includes=DIR],[use PostgreSQL(libpq)-includes installed in this directory ]), +AC_HELP_STRING([--with-pgsqlincdir=DIR],[use PostgreSQL(libpq)-includes installed in this directory ]), [ ac_pgsql_incdir=$withval @@ -83,5 +83,5 @@ AC_ARG_WITH(pgsqllibdir, -AC_HELP_STRING([ --with-pgsql-libraries=DIR],[use PostgreSQL(libpq)-libraries installed in this directory ]), +AC_HELP_STRING([ --with-pgsqllibdir=DIR],[use PostgreSQL(libpq)-libraries installed in this directory ]), [ ac_pgsql_libdir=$withval @@ -94,5 +94,5 @@ AC_ARG_WITH(pqxxsincdir, -AC_HELP_STRING([--with-pqxx-includes=DIR],[use PostgreSQL(libpqxx)-includes installed in this directory ]), +AC_HELP_STRING([--with-pqxxsincdir=DIR],[use PostgreSQL(libpqxx)-includes installed in this directory ]), [ ac_ppqxx_incdir=$withval @@ -101,5 +101,5 @@ AC_ARG_WITH(pqxxlibdir, -AC_HELP_STRING([--with-pqxx-libraries=DIR],[use PostgreSQL(libpqxx)-libraries installed in this directory ]), +AC_HELP_STRING([--with-pqxxslibdir=DIR],[use PostgreSQL(libpqxx)-libraries installed in this directory ]), [ ac_pqxx_libdir=$withval