From: johanengelen Date: Sat, 17 Jan 2009 21:08:03 +0000 (+0000) Subject: fix/revert 20519 and 20521 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=63a8e65e2ecec41443753abead75eb13082810f9;p=inkscape.git fix/revert 20519 and 20521 --- diff --git a/build.xml b/build.xml index b4ac5d24a..281364e81 100644 --- a/build.xml +++ b/build.xml @@ -131,7 +131,7 @@ #define GETTEXT_PACKAGE "inkscape" - #define PACKAGE_STRING INKSCAPE_VERSION + #define PACKAGE_STRING VERSION #define HAVE_GETOPT_H 1 #define HAVE_STRING_H 1 @@ -367,7 +367,7 @@ -fopenmp - -DINKSCAPE_VERSION=\"${version}\" + -DVERSION=\"${version}\" -DHAVE_CONFIG_H -D_INTL_REDIRECT_INLINE -DHAVE_SSL diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index 3e28ec5b1..327eb7c73 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -1,7 +1,7 @@ #ifndef SEEN_MENUS_SKELETON_H #define SEEN_MENUS_SKELETON_H -#include +#include "config.h" #ifdef __cplusplus #undef N_ @@ -9,7 +9,7 @@ #endif static char const menus_skeleton[] = -"\n" "\n"