]> git.sesse.net Git - x264/commitdiff
Add Hurd support to configure
authorReinhard Tartler <siretart@tauware.de>
Wed, 10 Aug 2011 07:16:46 +0000 (00:16 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 24 Aug 2011 20:38:17 +0000 (13:38 -0700)
configure

index 433253728923be9fd0d3f0362eb0a7c6e860c5fe..7aea31fe025a3d8fdfd9dc20d4807a0ead9b3497 100755 (executable)
--- a/configure
+++ b/configure
@@ -437,6 +437,11 @@ case $host_os in
         define HAVE_MALLOC_H
         LDFLAGS="$LDFLAGS -lm"
         ;;
+    gnu*)
+        SYS="HURD"
+        define HAVE_MALLOC_H
+        LDFLAGS="$LDFLAGS -lm"
+        ;;
     cygwin*)
         EXE=".exe"
         if cc_check "" -mno-cygwin; then