[libgda] Misc build corrections



commit 2ae05e6c889e087763b8c804578e4ad04b71dc9e
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Sep 7 15:04:17 2014 +0200

    Misc build corrections

 libgda/libgda.symbols |    1 +
 m4/postgresql.m4      |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgda/libgda.symbols b/libgda/libgda.symbols
index 935b956..761ec26 100644
--- a/libgda/libgda.symbols
+++ b/libgda/libgda.symbols
@@ -173,6 +173,7 @@
        gda_connection_statement_execute_select_fullv
        gda_connection_statement_prepare
        gda_connection_statement_to_sql
+       gda_connection_status_get_type
        gda_connection_string_split
        gda_connection_supports_feature
        gda_connection_update_meta_store
diff --git a/m4/postgresql.m4 b/m4/postgresql.m4
index 252d905..c20d9d3 100644
--- a/m4/postgresql.m4
+++ b/m4/postgresql.m4
@@ -124,7 +124,7 @@ m4_define([_POSTGRES_CHECK_INTERNAL],
                for d in $postgres_test_dir
                do
                    AC_MSG_CHECKING([checking for PostgreSQL files in $d])
-                   echo "looking for $d/include/libpq-fe.h -a -f $d/$pg_loclibdir/libpq$postgres_libext"
+                   #echo "looking for $d/include/libpq-fe.h -a -f $d/$pg_loclibdir/libpq$postgres_libext"
                    if test -a $d/include/libpq-fe.h -a -f $d/$pg_loclibdir/libpq$postgres_libext
                    then
                        save_CFLAGS="$CFLAGS"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]