c0caeb1691
Copy from multimedia:libs/libdc1394 based on submit request 27754 from user tiwai OBS-URL: https://build.opensuse.org/request/show/27754 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdc1394?expand=0&rev=13
24 lines
428 B
Diff
24 lines
428 B
Diff
--- a/libdc1394-2.1.2/configure.in 2009-11-23 10:11:16.000000000 +0300
|
|
+++ b/libdc1394-2.1.2/configure.in 2009-11-23 10:11:51.000000000 +0300
|
|
@@ -5,12 +5,6 @@
|
|
|
|
AC_CANONICAL_SYSTEM
|
|
|
|
-case "$host" in
|
|
-*-*-cygwin* | *-*-mingw*)
|
|
-AC_LIBTOOL_WIN32_DLL
|
|
-;;
|
|
-esac
|
|
-
|
|
#
|
|
DX_HTML_FEATURE(OFF)
|
|
DX_CHM_FEATURE(OFF)
|
|
@@ -27,6 +21,7 @@
|
|
AC_CONFIG_HEADERS([config.h])
|
|
|
|
AC_PROG_CC
|
|
+AC_LIBTOOL_WIN32_DLL
|
|
AC_PROG_LIBTOOL
|
|
AM_PROG_CC_C_O
|
|
|