diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-13 01:42:42 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-13 01:42:42 +0000 |
commit | 781ea699b73ea9b6ad4d3a42de73a8ec65a5ec0b (patch) | |
tree | 88b4ba7cca920618ae4e324c51a9e8cccca94efe /gnome-extra/libgda | |
parent | Depfix (diff) | |
download | gentoo-2-781ea699b73ea9b6ad4d3a42de73a8ec65a5ec0b.tar.gz gentoo-2-781ea699b73ea9b6ad4d3a42de73a8ec65a5ec0b.tar.bz2 gentoo-2-781ea699b73ea9b6ad4d3a42de73a8ec65a5ec0b.zip |
configure detection problem fix
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.96-r2.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index da57bcc464f1..8d9ce17c46ac 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/libgda # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.12 2002/12/13 10:56:56 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.13 2003/01/13 01:42:42 foser Exp $ + + 13 Jan 2003; foser <foser@gentoo.org> libgda-0.2.96-r2.ebuild : + Removed --without-ldap line, it did just the opposite (#12513) 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild b/gnome-extra/libgda/libgda-0.2.96-r2.ebuild index 50b3969a1744..a91679470aa0 100644 --- a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild +++ b/gnome-extra/libgda/libgda-0.2.96-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.6 2002/12/09 04:22:40 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.7 2003/01/13 01:42:42 foser Exp $ IUSE="odbc postgres mysql" @@ -60,7 +60,6 @@ src_compile() { # fi # # LDAP support is currently broken - myconf="$myconf --without-ldap" if [ "`use odbc`" ] then |