From b6ad1ec5dde5f54e4806141c58ba206a126afeab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Jun 2013 15:20:03 +0200 Subject: [PATCH] typo --- php.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index 2085c4d..ace71fd 100644 --- a/php.spec +++ b/php.spec @@ -962,7 +962,7 @@ build --libdir=%{_libdir}/php \ %if %{with_json} --enable-json=shared \ %else - --disable-json + --disable-json \ %endif %if %{with_zip} --enable-zip=shared \ @@ -1098,7 +1098,7 @@ build --includedir=%{_includedir}/php-zts \ %if %{with_json} --enable-json=shared \ %else - --disable-json + --disable-json \ %endif %if %{with_zip} --enable-zip=shared \