Browse Source

Put corefoundation and iokit separate in ldflags for darwin.

Con Kolivas 12 years ago
parent
commit
203028b068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -331,7 +331,7 @@ if test "x$want_usbutils" != xfalse; then
 	fi
 	fi
 	if test "x$have_darwin" = "xtrue"; then
 	if test "x$have_darwin" = "xtrue"; then
 		LIBUSB_LIBS+=" -lobjc"
 		LIBUSB_LIBS+=" -lobjc"
-		LDFLAGS+=" -framework CoreFoundation,IOKit"
+		LDFLAGS+=" -framework CoreFoundation -framework IOKit"
 	fi
 	fi
 else
 else
 	LIBUSB_LIBS=""
 	LIBUSB_LIBS=""