check for XML support, for tests/rigmem

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1624 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Stéphane Fillod, F8CFE 2003-12-04 23:16:45 +00:00
rodzic 7ed7ab59e9
commit 64bef1c299
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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,