From 64bef1c2994fa0322f76aaeb5a076020093f0ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Thu, 4 Dec 2003 23:16:45 +0000 Subject: [PATCH] check for XML support, for tests/rigmem git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1624 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 4a258d1a1..9cd21ffc0 100644 --- a/configure.ac +++ b/configure.ac @@ -173,6 +173,9 @@ AC_TRY_COMPILE(,[struct{char a;int b;}s[8]={[3]={.b=5}};], [AC_MSG_RESULT(yes)], "Have you considered GCC lately?.")]); +dnl Check if libxml2 present for rigmem support +AM_PATH_XML2(2.0.0,[AC_DEFINE(HAVE_XML2,[1],[Define if libxml2 is available])]) + dnl Check if libgd-dev is installed, so we can enable rigmatrix AC_ARG_WITH(rigmatrix,