[Mplayer-cvslog] CVS: main configure,1.790,1.791
Gabucino
gabucino at mplayerhq.hu
Wed Oct 22 20:24:09 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv15863
Modified Files:
configure
Log Message:
detection of 'Alpha' architecture
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.790
retrieving revision 1.791
diff -u -r1.790 -r1.791
--- configure 22 Oct 2003 12:35:03 -0000 1.790
+++ configure 22 Oct 2003 18:23:28 -0000 1.791
@@ -86,6 +86,13 @@
esac
}
+alpha() {
+ case "$host_arch" in
+ alpha) return 0;;
+ *) return 1;;
+ esac
+}
+
# not boolean test: implement the posix shell "!" operator for a
# non-posix /bin/sh.
# usage: not {command}
More information about the MPlayer-cvslog
mailing list