diff --git a/main/share/gambas.h b/main/share/gambas.h index 599085ecc..7c2cb2a22 100644 --- a/main/share/gambas.h +++ b/main/share/gambas.h @@ -29,8 +29,17 @@ #endif #ifndef NO_CONFIG_H +#ifdef PACKAGE_NAME + #undef PACKAGE_NAME + #undef PACKAGE_BUGREPORT + #undef PACKAGE_STRING + #undef PACKAGE_TARNAME + #undef PACKAGE_VERSION + #undef PACKAGE_URL +#endif #include "config.h" #endif + #include #include #include