]> www.ginac.de Git - cln.git/blobdiff - cln.m4
* Fix typo.
[cln.git] / cln.m4
diff --git a/cln.m4 b/cln.m4
index 01bab3bcf863e7bb6f5763a4dc4cf3159e00ed12..e012b9b8bde231907c573f124238cdd44be4499d 100644 (file)
--- a/cln.m4
+++ b/cln.m4
@@ -10,7 +10,7 @@
 dnl AC_PATH_CLN([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
 dnl Test for installed CLN library, and define CLN_CPPFLAGS and CLN_LIBS
 dnl
-AC_DEFUN(AC_PATH_CLN,
+AC_DEFUN([AC_PATH_CLN],
 [dnl 
 dnl Get the cppflags and libraries from the cln-config script
 dnl
@@ -93,9 +93,6 @@ extern "C" int system(const char *);
 
 int main(void)
 {
-    int major, minor, micro;
-    char *tmp_version;
-
     system("touch conf.clntest");
 
     if ((CL_VERSION_MAJOR != $cln_config_major_version) ||