Mercurial > mplayer.hg
changeset 27386:b73a76770765
Rename preprocessor definition in check skeleton.
author | diego |
---|---|
date | Tue, 05 Aug 2008 08:51:17 +0000 |
parents | 2113bd9c6bd9 |
children | eb7bdbd98210 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Aug 05 08:47:51 2008 +0000 +++ b/configure Tue Aug 05 08:51:17 2008 +0000 @@ -30,9 +30,9 @@ # _feature=no # cc_check && _feature=yes # if test "$_feature" = yes ; then -# _def_feature='#define HAVE_FEATURE 1' +# _def_feature='#define CONFIG_FEATURE 1' # else -# _def_feature='#undef HAVE_FEATURE' +# _def_feature='#undef CONFIG_FEATURE' # fi # echores "$_feature" #