1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 13:14:36 +00:00

Rename preprocessor definition in check skeleton.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27418 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-08-05 08:51:17 +00:00
parent 0a749ffdc5
commit f7faf638d4

4
configure vendored
View File

@ -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"
#