From 8d9c02c05cde3d5215052e0f9d9eb23f09165083 Mon Sep 17 00:00:00 2001 From: vijay gopal chilkuri Date: Wed, 23 Jun 2021 17:34:37 +0530 Subject: [PATCH] Removed chameleon from header. #22 --- configure.ac | 1 - include/config.h.in | 6 ------ 2 files changed, 7 deletions(-) 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