configure: Chose right target-os for iOS
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 23 Sep 2013 13:08:18 +0000 (15:08 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 28 Sep 2013 18:39:15 +0000 (20:39 +0200)
configure.ac

index ecc2135..10fb8ac 100644 (file)
@@ -355,6 +355,9 @@ else
       *android*)
         target_os=linux
       ;;
+      *darwin*)
+        target_os=darwin
+      ;;
       *)
         target_os=`echo $host_os | sed 's/-gnu//'`
       ;;