From: Måns Rullgård Date: Mon, 13 Nov 2006 23:22:41 +0000 (+0000) Subject: rename shell variable _malloc_h to malloc_h X-Git-Tag: v0.5~11063 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6194731ae4f9ae5185b23283d190e920d9e1b324;p=coroid%2Flibav_saccubus.git rename shell variable _malloc_h to malloc_h Originally committed as revision 7019 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 7493ed24a..44d7db05e 100755 --- a/configure +++ b/configure @@ -1299,9 +1299,9 @@ EOF # check availability of some header files _memalign=no -_malloc_h=no +malloc_h=no if check_header malloc.h; then - _malloc_h=yes + malloc_h=yes _memalign=yes check_func memalign || _memalign="no" fi @@ -2100,7 +2100,7 @@ if test "$targetos" = "Darwin"; then echo "CONFIG_DARWIN=yes" >> config.mak fi -if test "$_malloc_h" = "yes" ; then +if test "$malloc_h" = "yes" ; then echo "#define HAVE_MALLOC_H 1" >> $TMPH else echo "#undef HAVE_MALLOC_H" >> $TMPH