summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r--sci-mathematics/glpk/glpk-4.61-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/glpk/glpk-4.61-r1.ebuild b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
index 7861c425102c..0c701874fe58 100644
--- a/sci-mathematics/glpk/glpk-4.61-r1.ebuild
+++ b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
@@ -44,8 +44,8 @@ src_configure() {
myconf="--disable-dl"
fi
- econf ${myconf}
-\ $(use_enable mysql) \
+ econf ${myconf} \
+ $(use_enable mysql) \
$(use_enable odbc) \
$(use_enable static-libs static) \
$(use_with gmp)