[DVDnav-discuss] r992 - trunk/libdvdnav/configure2
nicodvb
subversion at mplayerhq.hu
Wed Jan 2 19:35:44 CET 2008
Author: nicodvb
Date: Wed Jan 2 19:35:44 2008
New Revision: 992
Log:
removed hideous and incomprehensible bashism
Modified:
trunk/libdvdnav/configure2
Modified: trunk/libdvdnav/configure2
==============================================================================
--- trunk/libdvdnav/configure2 (original)
+++ trunk/libdvdnav/configure2 Wed Jan 2 19:35:44 2008
@@ -57,7 +57,7 @@ optimizations="-O3"
threadlib="-lpthread"
for opt do
- optval="${opt#*=}"
+ optval=`echo $opt | cut -d '=' -f 2`
case "$opt" in
--enable-shared) SHARED=yes
;;
More information about the DVDnav-discuss
mailing list