summaryrefslogtreecommitdiffstats
path: root/server/external/libini_config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'server/external/libini_config.m4')
-rw-r--r--server/external/libini_config.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/server/external/libini_config.m4 b/server/external/libini_config.m4
deleted file mode 100644
index 20291efa5..000000000
--- a/server/external/libini_config.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-AC_SUBST(SYSTEM_INI_CONFIG_OBJ)
-AC_SUBST(SYSTEM_INI_CONFIG_CFLAGS)
-AC_SUBST(SYSTEM_INI_CONFIG_LIBS)
-
-PKG_CHECK_MODULES(SYSTEM_INI_CONFIG, ini_config >= 0.4.0,
- have_system_ini_config=true,
- have_system_ini_config=false
- )
-# This is future-compatible. Right now, we'll force the use of our
-# in-tree copy. When ini_config is split off as its own source package, we'll
-# fix this test
-AM_CONDITIONAL(HAVE_SYSTEM_INI_CONFIG, test x$have_system_ini_config = xtrue_FORCE_IN_TREE)