X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=inline;f=php%2Fextension%2Fconfig.m4;h=00c06b4686d2940bdb7a45ac56d566c9c3ee498e;hb=HEAD;hp=2bac2ea585638f6b1e211f2e10602b6e3e941d44;hpb=2c61e04c4599536fee771431fb1ebc8384523b2a;p=libguestfs.git diff --git a/php/extension/config.m4 b/php/extension/config.m4 index 2bac2ea..00c06b4 100644 --- a/php/extension/config.m4 +++ b/php/extension/config.m4 @@ -13,12 +13,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -PHP_ARG_ENABLE(guestfs_php, enable libguestfs PHP bindings, +PHP_ARG_ENABLE([guestfs_php], [enable libguestfs PHP bindings], [ --enable-guestfs-php Enable libguestfs support]) if test "$PHP_GUESTFS_PHP" = "yes"; then - AC_DEFINE(HAVE_GUESTFS_PHP, 1, [Whether you have libguestfs PHP bindings]) - PHP_NEW_EXTENSION(guestfs_php, guestfs_php.c, $ext_shared) + AC_DEFINE([HAVE_GUESTFS_PHP], [1], [Whether you have libguestfs PHP bindings]) + PHP_NEW_EXTENSION([guestfs_php], [guestfs_php.c], [$ext_shared]) fi