mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
syntax: Fully bracket m4 macro arguments.
This commit is contained in:
@@ -15,10 +15,10 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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])
|
[ --enable-guestfs-php Enable libguestfs support])
|
||||||
|
|
||||||
if test "$PHP_GUESTFS_PHP" = "yes"; then
|
if test "$PHP_GUESTFS_PHP" = "yes"; then
|
||||||
AC_DEFINE(HAVE_GUESTFS_PHP, 1, [Whether you have libguestfs PHP bindings])
|
AC_DEFINE([HAVE_GUESTFS_PHP], [1], [Whether you have libguestfs PHP bindings])
|
||||||
PHP_NEW_EXTENSION(guestfs_php, guestfs_php.c, $ext_shared)
|
PHP_NEW_EXTENSION([guestfs_php], [guestfs_php.c], [$ext_shared])
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user