]> www.ginac.de Git - ginac.git/blobdiff - ginac/excompiler.cpp
* Fixed broken preprocessor instruction [Sheplyakov].
[ginac.git] / ginac / excompiler.cpp
index fe961236782cc5fa994b8b1486d4d2b9b53a5892..4cf284163036ee97f310c0b3bcc761ccbf9d4a02 100644 (file)
@@ -32,7 +32,9 @@
 #include <string>
 #include <vector>
 
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
 
 #ifdef HAVE_LIBDL
 #include <dlfcn.h>
@@ -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