default configure option
authorMichael Wallner <mike@php.net>
Thu, 23 Oct 2014 10:48:54 +0000 (12:48 +0200)
committerMichael Wallner <mike@php.net>
Thu, 23 Oct 2014 10:48:54 +0000 (12:48 +0200)
package.xml

index 39f8e58bec6a67565b183a53fffd21ddcd146c8a..6b65beebb87fcb4f799f2db316614cf00d119301 100644 (file)
@@ -42,7 +42,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fix build on MacOSX
+* Re-add the default configureoption for the PEAR/PECL installer
 ]]></notes>
  <contents>
   <dir name="/">
@@ -149,7 +149,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </dependencies>
  <providesextension>pq</providesextension>
  <extsrcrelease>
-  <configureoption default="yes" name="with-pq" prompt="whether to enable libpq support" />
+  <configureoption default="yes" name="with-pq" prompt="where to find the postgresql library/headers" />
  </extsrcrelease>
 </package>