]> www.ginac.de Git - ginac.git/blobdiff - configure.in
Include files were not properly included in package
[ginac.git] / configure.in
index 1f49f2d4d31a130f767f37944c36b0aca3605d9e..4fd7db90b2669c2750502ad9fae90e1b4f5a6eb0 100644 (file)
@@ -111,7 +111,7 @@ AC_CHECK_HEADERS(sstream strstream)
 dnl We need to have Bruno Haible's CLN installed.
 dnl (CLN versions >= 1.1.0 must have installed cln.m4 at a visible place,
 dnl which provides this macro):
-AC_PATH_LIBCLN(1.1.0, [
+AC_PATH_CLN(1.1.0, [
   LIBS="$LIBS $CLN_LIBS"
   CPPFLAGS="$CPPFLAGS $CLN_CPPFLAGS"
 ], GINAC_ERROR([No suitable installed version of CLN could be found.]))