mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
New style
This commit is contained in:
parent
e223693d0c
commit
dec71471df
@ -1,14 +1,9 @@
|
||||
dnl $Id$
|
||||
|
||||
AC_MSG_CHECKING(whether to enable calendar conversion support)
|
||||
AC_ARG_ENABLE(calendar,
|
||||
[ --enable-calendar Enable support for calendar conversion],
|
||||
if test "$withval" = "yes"; then
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(HAVE_CALENDAR,1,[ ])
|
||||
PHP_EXTENSION(calendar)
|
||||
fi
|
||||
[
|
||||
],[
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
PHP_ARG_ENABLE(calendar,whether to enable calendar conversion support,
|
||||
[ --enable-calendar Enable support for calendar conversion])
|
||||
|
||||
if test "$PHP_CALENDAR" = "yes"; then
|
||||
AC_DEFINE(HAVE_CALENDAR,1,[ ])
|
||||
PHP_EXTENSION(calendar)
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user