]> git.pld-linux.org Git - packages/php.git/commitdiff
- turn on mysqli by default
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 Jan 2005 21:11:28 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.409

php.spec

index 0a1f642eb396885d837a8f405d9aa7a77e7d88e3..a33003378b111811a7a00bf1756239c5f66cc6f0 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -21,7 +21,7 @@
 %bcond_with    interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
 %bcond_with    oci8            # with Oracle oci8 extension module     (BR: proprietary libs)
 %bcond_with    oracle          # with oracle extension module          (BR: proprietary libs)
-%bcond_with    mysqli          # with mysqli support (Requires mysql > 4.1)
+%bcond_without mysqli          # with mysqli support (Requires mysql > 4.1)
 %bcond_without cpdf            # without cpdf extension module
 %bcond_without curl            # without CURL extension module
 %bcond_without fam             # without FAM (File Alteration Monitor) extension module
This page took 0.042849 seconds and 4 git commands to generate.