Commit 203028b0686c75248f0f55100da0f4836da881e7

Con Kolivas 2013-09-13T17:12:01

Put corefoundation and iokit separate in ldflags for darwin.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.ac b/configure.ac
index e16380b..148eb5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -331,7 +331,7 @@ if test "x$want_usbutils" != xfalse; then
 	fi
 	if test "x$have_darwin" = "xtrue"; then
 		LIBUSB_LIBS+=" -lobjc"
-		LDFLAGS+=" -framework CoreFoundation,IOKit"
+		LDFLAGS+=" -framework CoreFoundation -framework IOKit"
 	fi
 else
 	LIBUSB_LIBS=""