diff options
-rw-r--r-- | php-pecl-geoip.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-pecl-geoip.spec b/php-pecl-geoip.spec index 56a028e..01cc5f8 100644 --- a/php-pecl-geoip.spec +++ b/php-pecl-geoip.spec @@ -95,10 +95,12 @@ cd NTS %configure --with-php-config=%{_bindir}/php-config make %{?_smp_mflags} +%if %{with_zts} cd ../ZTS %{_bindir}/zts-phpize %configure --with-php-config=%{_bindir}/zts-php-config make %{?_smp_mflags} +%endif %install |