comparison configure @ 23066:9fa58c749c03

include inttypes.h in the check for dvdnav
author nicodvb
date Sun, 22 Apr 2007 20:03:09 +0000
parents 41d042563508
children 03107c6ea534
comparison
equal deleted inserted replaced
23065:f1a5b0eb87cd 23066:9fa58c749c03
5204 if test "$_dvdnav" = auto ; then 5204 if test "$_dvdnav" = auto ; then
5205 $_dvdnavconfig --version >> $TMPLOG 2>&1 || _dvdnav=no 5205 $_dvdnavconfig --version >> $TMPLOG 2>&1 || _dvdnav=no
5206 fi 5206 fi
5207 if test "$_dvdnav" = auto ; then 5207 if test "$_dvdnav" = auto ; then
5208 cat > $TMPC <<EOF 5208 cat > $TMPC <<EOF
5209 #include <inttypes.h>
5209 #include <dvdnav.h> 5210 #include <dvdnav.h>
5210 int main(void) { dvdnav_t *dvd=0; return 0; } 5211 int main(void) { dvdnav_t *dvd=0; return 0; }
5211 EOF 5212 EOF
5212 _dvdnav=no 5213 _dvdnav=no
5213 _dvdnavdir=`$_dvdnavconfig --cflags` 5214 _dvdnavdir=`$_dvdnavconfig --cflags`