]> granicus.if.org Git - libx264/commitdiff
configure check for uclinux
authorMike Frysinger <vapier@gentoo.org>
Thu, 11 Jun 2009 08:29:27 +0000 (08:29 +0000)
committerLoren Merritt <pengvado@akuvian.org>
Thu, 11 Jun 2009 08:29:27 +0000 (08:29 +0000)
configure

index 6e4a1898acc820f1f7e069b7ececbf6605fdbfa1..53198e85a8d64924d19fc665032e4c07181bc1e7 100755 (executable)
--- a/configure
+++ b/configure
@@ -202,7 +202,7 @@ case $host_os in
     CFLAGS="$CFLAGS -I/usr/X11R6/include"
     LDFLAGS="$LDFLAGS -lm"
     ;;
-  linux*)
+  *linux*)
     SYS="LINUX"
     CFLAGS="$CFLAGS -DHAVE_MALLOC_H"
     LDFLAGS="$LDFLAGS -lm"