diff options
Diffstat (limited to 'third_party/yasm/source/config/linux/config.h')
-rw-r--r-- | third_party/yasm/source/config/linux/config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/third_party/yasm/source/config/linux/config.h b/third_party/yasm/source/config/linux/config.h index 9e3653957b..6ca1f6a017 100644 --- a/third_party/yasm/source/config/linux/config.h +++ b/third_party/yasm/source/config/linux/config.h @@ -2,7 +2,7 @@ /* config.h.in. Generated from configure.ac by autoheader. */ /* Command name to run C preprocessor */ -#define CPP_PROG "gcc -E" +#define CPP_PROG "cc -E" /* */ #define ENABLE_NLS 1 @@ -13,11 +13,11 @@ /* */ /* #undef HAVE_CATGETS */ -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the +/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ /* #undef HAVE_CFLOCALECOPYCURRENT */ -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in +/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ @@ -119,7 +119,7 @@ #define PACKAGE_NAME "yasm" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "yasm 1.2.0" +#define PACKAGE_STRING "yasm 1.3.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "yasm" @@ -128,7 +128,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.2.0" +#define PACKAGE_VERSION "1.3.0" /* Define to 1 if the C compiler supports function prototypes. */ #define PROTOTYPES 1 @@ -152,7 +152,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "1.2.0" +#define VERSION "1.3.0" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ |