changeset 29240:769e1237fae5

Fix misplaced 'fi' in external dvdread test. patch by Diogo Franco, diogomfranco gmail com
author diego
date Sat, 09 May 2009 12:52:44 +0000
parents 882a1f5613e1
children 47c34a878b95
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat May 09 10:56:37 2009 +0000
+++ b/configure	Sat May 09 12:52:44 2009 +0000
@@ -5813,7 +5813,6 @@
 #include <dvdread/nav_read.h>
 int main(void) { return 0; }
 EOF
-  fi
   _dvdreadcflags=$($_dvdreadconfig --cflags)
   _dvdreadlibs=$($_dvdreadconfig --libs)
   if cc_check -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
@@ -5823,6 +5822,7 @@
     extra_ldflags="$extra_ldflags $_dvdreadlibs"
     _res_comment="external"
   fi
+  fi
 fi
 
 if test "$_dvdread_internal" = yes; then