From: Jens Vollinga Date: Wed, 21 Nov 2007 04:28:51 +0000 (+0000) Subject: Synced to HEAD: X-Git-Tag: release_1-4-1~4 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=417f36fd101e247235b06cd634a23fd6be64b3b6;p=ginac.git Synced to HEAD: * Fixed broken preprocessor instruction [Sheplyakov]. --- diff --git a/ginac/excompiler.cpp b/ginac/excompiler.cpp index fe961236..4cf28416 100644 --- a/ginac/excompiler.cpp +++ b/ginac/excompiler.cpp @@ -32,7 +32,9 @@ #include #include +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #ifdef HAVE_LIBDL #include @@ -302,7 +304,7 @@ void unlink_ex(const std::string filename) global_excompiler.unlink(filename); } -#elif // def HAVE_LIBDL +#else // def HAVE_LIBDL /* * In case no working libdl has been found by configure, the following function