From 203028b0686c75248f0f55100da0f4836da881e7 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 13 Sep 2013 17:12:01 +1000 Subject: [PATCH] Put corefoundation and iokit separate in ldflags for darwin. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e16380bc..148eb5ee 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=""