summaryrefslogtreecommitdiff
path: root/ext/mime_magic/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mime_magic/config.m4')
-rw-r--r--ext/mime_magic/config.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/mime_magic/config.m4 b/ext/mime_magic/config.m4
deleted file mode 100644
index 9342ed2306..0000000000
--- a/ext/mime_magic/config.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-dnl $Id$
-dnl config.m4 for extension mime_magic
-
-PHP_ARG_ENABLE(mime_magic, whether to enable mime_magic support,
-[ --enable-mime_magic Enable mime_magic support])
-
-if test "$PHP_MIME_MAGIC" = "yes"; then
- dnl PHP_SUBST(MIME_MAGIC_SHARED_LIBADD)
-
- PHP_NEW_EXTENSION(mime_magic, mime_magic.c, $ext_shared)
-fi