From: Michael Orlitzky Date: Tue, 9 Jun 2015 00:42:17 +0000 (-0400) Subject: Remove redundant "if use odbc" check. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=5fc77b34f0e4ca4531638f8b5722467b8ed50540 Remove redundant "if use odbc" check. --- diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild index 892f2ff..72cb4cf 100644 --- a/dev-lang/php/php-5.6.9.ebuild +++ b/dev-lang/php/php-5.6.9.ebuild @@ -466,10 +466,8 @@ src_configure() { fi # ODBC support - if use odbc ; then - my_conf+=" - $(use_with odbc unixODBC ${EPREFIX}/usr)" - fi + my_conf+=" + $(use_with odbc unixODBC ${EPREFIX}/usr)" if use iodbc ; then my_conf+="