From: Robert Millan Date: Sun, 8 Nov 2009 22:55:12 +0000 (+0000) Subject: Remove support for non-Autoconf build mode. X-Git-Tag: 1.98~443^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd2dbe8d2eec549076a7fd2c72658a9841acee2c;p=thirdparty%2Fgrub.git Remove support for non-Autoconf build mode. --- diff --git a/util/mkisofs/include/mconfig.h b/util/mkisofs/include/mconfig.h index 1725217d3..1891d7ded 100644 --- a/util/mkisofs/include/mconfig.h +++ b/util/mkisofs/include/mconfig.h @@ -28,22 +28,7 @@ #ifndef _MCONFIG_H #define _MCONFIG_H -/* - * This hack that is needed as long as VMS has no POSIX shell. - */ -#ifdef VMS -# define USE_STATIC_CONF -#endif - -#ifdef VANILLA_AUTOCONF #include -#else -#ifdef USE_STATIC_CONF -#include /* This is the current static autoconf stuff */ -#else -#include /* This is the current dynamic autoconf stuff */ -#endif -#endif #ifdef __cplusplus extern "C" {