[Ffmpeg-cvslog] r7019 - trunk/configure
mru
subversion
Tue Nov 14 00:22:42 CET 2006
Author: mru
Date: Tue Nov 14 00:22:41 2006
New Revision: 7019
Modified:
trunk/configure
Log:
rename shell variable _malloc_h to malloc_h
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Nov 14 00:22:41 2006
@@ -1299,9 +1299,9 @@
# 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 @@
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
More information about the ffmpeg-cvslog
mailing list