diff options
-rw-r--r-- | databases/libgda2/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 7144cb976..0af664d59 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -159,15 +159,6 @@ pre-everything:: .if !defined(WITH_MYSQL) @${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL." .endif -.if !defined(WITH_POSTGRES73) - @${ECHO_MSG} "You can enable support for Postgres 7.3 databases by defining WITH_POSTGRES73." -.endif -.if !defined(WITH_POSTGRES74) - @${ECHO_MSG} "You can enable support for Postgres 7.4 databases by defining WITH_POSTGRES74." -.endif -.if !defined(WITH_POSTGRES80) - @${ECHO_MSG} "You can enable support for Postgres 8.0 databases by defining WITH_POSTGRES80." -.endif .if !defined(WITH_LDAP) @${ECHO_MSG} "You can enable support for LDAP databases by defining WITH_LDAP." .endif |