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/libgda-0.2.96-r2.ebuild | |
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/libgda-0.2.96-r2.ebuild')
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.96-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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 |