diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-11 18:56:33 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-12 09:53:10 +0100 |
commit | 5866b33bdd4be5dbe7981b4775ffa66430e75ad2 (patch) | |
tree | 1099a6dd8a76998ea4fa50caafc81feee45ef805 /connectivity | |
parent | adddbbc4c6cfdcb120eb2f51ee3b88409a2d09b4 (diff) |
normalize values of SYSTEM_HSQLDB, SYSTEM_POSTGRESQL
Change-Id: Ia29a173ab6bb3442f98cd6db4db67ad27e7fa9a1
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/Library_postgresql-sdbc-impl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk index bdb96c5ad027..d8a888c849d9 100644 --- a/connectivity/Library_postgresql-sdbc-impl.mk +++ b/connectivity/Library_postgresql-sdbc-impl.mk @@ -52,7 +52,7 @@ $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\ ) \ )) -ifneq ($(SYSTEM_POSTGRESQL),YES) +ifeq ($(SYSTEM_POSTGRESQL),) ifneq ($(OS)$(COM),WNTMSC) $(eval $(call gb_Library_add_libs,postgresql-sdbc-impl,\ |