trivial patch to configure.in messages
Enver ALTIN <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Parkyeri |
| Message-ID | <[email protected]> |
Hi,
I think it's PostgreSQL, not PostgresSQL; trivial patch fixes this:
Index: configure.in
===================================================================
RCS file: /home/cvs/gateway/configure.in,v
retrieving revision 1.145
diff -u -r1.145 configure.in
--- configure.in 28 Aug 2004 13:29:10 -0000 1.145
+++ configure.in 7 Sep 2004 11:27:16 -0000
@@ -1007,7 +1007,7 @@
dnl Implement the --with-pgsql option. This will set HAVE_PGSQL in gw-config.h
dnl accordingly and enable the usage of the libpq routines.
-AC_MSG_CHECKING([whether to compile with PostgresSQL support])
+AC_MSG_CHECKING([whether to compile with PostgreSQL support])
AC_ARG_WITH(pgsql,
[ --with-pgsql enable PostgreSQL storage [disabled]], [
if test "$withval" != yes ; then
@@ -1031,7 +1031,7 @@
found=""
for loc in $pgsqlloc /usr /usr/local ; do
if test "x$found" = "x" ; then
- AC_MSG_CHECKING([for PostgresSQL include files in])
+ AC_MSG_CHECKING([for PostgreSQL include files in])
AC_MSG_RESULT($loc)
AC_CHECK_FILE("$loc/include/postgresql/libpq-fe.h",
[CFLAGS="$CFLAGS -I$loc/include/postgresql"; LIBS="$LIBS -L$loc/lib/postgresql -lpq"]; found=1,
--
Enver ALTIN | http://skyblue.gen.tr/
Software developer @ Parkyeri | http://www.parkyeri.com/
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD4DBQBBPZttZCB2FZvqK0sRAtvFAKCCks/jV4jYLK6JaqiImeBSu7rzUwCXfzGj g+VLsy8id84mOw2AS/mNkg== =YXLH -----END PGP SIGNATURE-----