From: Jens Vollinga Date: Wed, 21 Nov 2007 04:28:26 +0000 (+0000) Subject: * Fixed broken preprocessor instruction [Sheplyakov]. X-Git-Tag: release_1-5-0~124 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=e9ae06f2ddceabb66ff93bacc059d6fa0348beee * 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