[DVDnav-discuss] r990 - trunk/libdvdnav/configure2

nicodvb subversion at mplayerhq.hu
Tue Jan 1 14:14:46 CET 2008


Author: nicodvb
Date: Tue Jan  1 14:14:46 2008
New Revision: 990

Log:
added missing quotes around arguments of 'test'

Modified:
   trunk/libdvdnav/configure2

Modified: trunk/libdvdnav/configure2
==============================================================================
--- trunk/libdvdnav/configure2	(original)
+++ trunk/libdvdnav/configure2	Tue Jan  1 14:14:46 2008
@@ -100,9 +100,9 @@ done
 
 PREFIX=`cd $PREFIX && pwd`
 
-test -z $libdir && libdir=$PREFIX/lib
-test -z $shlibdir && shlibdir=$PREFIX/lib
-test -z $incdir && incdir=$PREFIX/include/dvdnav && dvdread_incdir=$PREFIX/include/dvdread
+test -z "$libdir" && libdir=$PREFIX/lib
+test -z "$shlibdir" && shlibdir=$PREFIX/lib
+test -z "$incdir" && incdir=$PREFIX/include/dvdnav && dvdread_incdir=$PREFIX/include/dvdread
 
 if [ "$DVDREAD" != "internal" ] ; then
   if [ -d "$DVDREAD" -a -f "$DVDREAD/dvd_reader.h" ] ; then



More information about the DVDnav-discuss mailing list