]> granicus.if.org Git - php/commitdiff
- Make ext/unicode an extension that is always there and can not be disabled.
authorDerick Rethans <derick@php.net>
Tue, 21 Mar 2006 13:56:50 +0000 (13:56 +0000)
committerDerick Rethans <derick@php.net>
Tue, 21 Mar 2006 13:56:50 +0000 (13:56 +0000)
ext/unicode/config.m4

index 68a0cddf988603ef6b293ac1612c204f2a788c57..ae9ed568c3cb1c9c6491a52fdf41eb47ff0f7684 100644 (file)
@@ -2,12 +2,6 @@ dnl
 dnl $Id$
 dnl
 
-PHP_ARG_ENABLE(unicode, whether to enable unicode functions,
-[  --disable-unicode       Disable Unicode API support])
-
-if test "$PHP_UNICODE" != "no"; then
-  PHP_SUBST(UNICODE_SHARED_LIBADD)
-  AC_DEFINE(HAVE_UNICODE, 1, [ ])
-  PHP_NEW_EXTENSION(unicode, unicode.c locale.c unicode_filter.c unicode_iterators.c, $ext_shared)
-fi
-
+PHP_SUBST(UNICODE_SHARED_LIBADD)
+AC_DEFINE(HAVE_UNICODE, 1, [ ])
+PHP_NEW_EXTENSION(unicode, unicode.c locale.c unicode_filter.c unicode_iterators.c, $ext_shared)