msi: Pass the control name to ControlEvent_SubscribeToEvent instead of uninitialized...
[wine] / configure
index fe69a20..82d969b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for Wine 1.2-rc1.
+# Generated by GNU Autoconf 2.65 for Wine 1.2-rc2.
 #
 # Report bugs to <wine-devel@winehq.org>.
 #
@@ -552,8 +552,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='Wine'
 PACKAGE_TARNAME='wine'
-PACKAGE_VERSION='1.2-rc1'
-PACKAGE_STRING='Wine 1.2-rc1'
+PACKAGE_VERSION='1.2-rc2'
+PACKAGE_STRING='Wine 1.2-rc2'
 PACKAGE_BUGREPORT='wine-devel@winehq.org'
 PACKAGE_URL='http://www.winehq.org'
 
@@ -671,6 +671,7 @@ CPP
 OPENGL_LIBS
 XLIB
 PRELINK
+MAINTAINER_MODE
 ICOTOOL
 CONVERT
 RSVG
@@ -715,7 +716,6 @@ build_os
 build_vendor
 build_cpu
 build
-MAINTAINER_MODE
 target_alias
 host_alias
 build_alias
@@ -1364,7 +1364,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Wine 1.2-rc1 to adapt to many kinds of systems.
+\`configure' configures Wine 1.2-rc2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1433,7 +1433,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Wine 1.2-rc1:";;
+     short | recursive ) echo "Configuration of Wine 1.2-rc2:";;
    esac
   cat <<\_ACEOF
 
@@ -1576,7 +1576,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Wine configure 1.2-rc1
+Wine configure 1.2-rc2
 generated by GNU Autoconf 2.65
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2096,7 +2096,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Wine $as_me 1.2-rc1, which was
+It was created by Wine $as_me 1.2-rc2, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   $ $0 $@
@@ -2490,9 +2490,6 @@ fi
 # Check whether --enable-maintainer-mode was given.
 if test "${enable_maintainer_mode+set}" = set; then :
   enableval=$enable_maintainer_mode;
-else
-  MAINTAINER_MODE=\#
-
 fi
 
 
@@ -5106,8 +5103,11 @@ done
 test -n "$ICOTOOL" || ICOTOOL="false"
 
 
-if test "${enable_maintainer_mode+set}" = set
+if test "x$enable_maintainer_mode" != "xyes"
 then
+  MAINTAINER_MODE=\#
+
+else
   if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
   if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
 
@@ -5781,8 +5781,6 @@ done
 for ac_header in \
        AL/al.h \
        AudioToolbox/AudioConverter.h \
-       AudioToolbox/AudioFile.h \
-       AudioToolbox/AudioFileStream.h \
        AudioUnit/AudioUnit.h \
        Carbon/Carbon.h \
        CoreAudio/CoreAudio.h \
@@ -5837,6 +5835,7 @@ for ac_header in \
        machine/cpu.h \
        machine/limits.h \
        machine/soundcard.h \
+       machine/sysarch.h \
        mntent.h \
        mpg123.h \
        ncurses.h \
@@ -6545,24 +6544,6 @@ fi
     then
                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
 
-        ac_save_LIBS="$LIBS"
-        if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
-        then
-            LIBS="$LIBS $COREAUDIO"
-            for ac_func in AudioFileStreamOpen
-do :
-  ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
-if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_AUDIOFILESTREAMOPEN 1
-_ACEOF
-
-fi
-done
-
-            LIBS="$ac_save_LIBS"
-        fi
-        test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
     fi
     if test "$ac_cv_header_OpenAL_al_h" = "yes"
     then
@@ -11477,7 +11458,7 @@ if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_Co
 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
 esac
 fi
-test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
+test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_header_AudioToolbox_AudioConverter_h" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
 
 if test "$ac_cv_header_AL_al_h" = "yes"
 then
@@ -11894,7 +11875,7 @@ $as_echo "$ac_cv_c_string_h_warnings" >&6; }
     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
   fi
 
-    if test "${enable_maintainer_mode+set}" = set
+    if test "x$enable_maintainer_mode" = "xyes"
   then
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
@@ -15371,7 +15352,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Wine $as_me 1.2-rc1, which was
+This file was extended by Wine $as_me 1.2-rc2, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15442,7 +15423,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Wine config.status 1.2-rc1
+Wine config.status 1.2-rc2
 configured by $0, generated by GNU Autoconf 2.65,
   with options \\"\$ac_cs_config\\"