diff --git a/configure.ac b/configure.ac index 7d2e6a2..a2a2438 100644 --- a/configure.ac +++ b/configure.ac @@ -227,7 +227,6 @@ FC..............: ${FC} FCLAGS..........: ${FCFLAGS} LDFLAGS:........: ${LDFLAGS} LIBS............: ${LIBS} -USE CHAMELEON...: ${with_chameleon} Package features: ${ARGS} diff --git a/include/config.h.in b/include/config.h.in index ca089de..6d33cba 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -12,9 +12,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ASSERT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_CHAMELEON_H - /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H @@ -127,9 +124,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* CHAMELEON support is available */ -#undef USE_CHAMELEON - /* Version number of package */ #undef VERSION