Update to 2.0.0 tree from current Fremantle build
[opencv] / debian / patches / 010_enable_static.diff
1 Index: opencv-1.0.0/configure.in
2 ===================================================================
3 --- opencv-1.0.0.orig/configure.in      2006-11-03 16:54:33.000000000 +0100
4 +++ opencv-1.0.0/configure.in   2006-11-14 10:11:29.000000000 +0100
5 @@ -48,7 +48,6 @@
6  
7  # disable building static libraries,
8  # allow Cygwin to build DLLs
9 -AC_DISABLE_STATIC
10  AC_LIBTOOL_WIN32_DLL
11  
12  # does the user want to build universal binaries on Mac OS X?