~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/configure

Version: ~ [ wine-1.5.30 ] ~ [ wine-1.5.29 ] ~ [ wine-1.5.28 ] ~ [ wine-1.5.27 ] ~ [ wine-1.5.26 ] ~ [ wine-1.5.25 ] ~ [ wine-1.5.24 ] ~ [ wine-1.5.23 ] ~ [ wine-1.5.22 ] ~ [ wine-1.5.21 ] ~ [ wine-1.5.20 ] ~ [ wine-1.5.19 ] ~ [ wine-1.5.18 ] ~ [ wine-1.5.17 ] ~ [ wine-1.5.16 ] ~ [ wine-1.5.15 ] ~ [ wine-1.5.14 ] ~ [ wine-1.5.13 ] ~ [ wine-1.5.12 ] ~ [ wine-1.5.11 ] ~ [ wine-1.5.10 ] ~ [ wine-1.5.9 ] ~ [ wine-1.5.8 ] ~ [ wine-1.5.7 ] ~ [ wine-1.4.1 ] ~ [ wine-1.5.6 ] ~ [ wine-1.5.5 ] ~ [ wine-1.5.4 ] ~ [ wine-1.5.3 ] ~ [ wine-1.5.2 ] ~ [ wine-1.5.1 ] ~ [ wine-1.5.0 ] ~ [ wine-1.4 ] ~ [ wine-1.4-rc6 ] ~ [ wine-1.4-rc5 ] ~ [ wine-1.4-rc4 ] ~ [ wine-1.4-rc3 ] ~ [ wine-1.4-rc2 ] ~ [ wine-1.4-rc1 ] ~ [ wine-1.3.37 ] ~ [ wine-1.3.36 ] ~ [ wine-1.3.35 ] ~ [ wine-1.3.34 ] ~ [ wine-1.3.33 ] ~ [ wine-1.3.32 ] ~ [ wine-1.3.31 ] ~ [ wine-1.3.30 ] ~ [ wine-1.3.29 ] ~ [ wine-1.3.28 ] ~ [ wine-1.3.27 ] ~ [ wine-1.3.26 ] ~ [ wine-1.3.25 ] ~ [ wine-1.3.24 ] ~ [ wine-1.3.23 ] ~ [ wine-1.3.22 ] ~ [ wine-1.3.21 ] ~ [ wine-1.3.20 ] ~ [ wine-1.3.19 ] ~ [ wine-1.3.18 ] ~ [ wine-1.2.3 ] ~ [ wine-1.3.17 ] ~ [ wine-1.3.16 ] ~ [ wine-1.3.15 ] ~ [ wine-1.3.14 ] ~ [ wine-1.3.13 ] ~ [ wine-1.3.12 ] ~ [ wine-1.3.11 ] ~ [ wine-1.3.10 ] ~ [ wine-1.3.9 ] ~ [ wine-1.2.2 ] ~ [ wine-1.3.8 ] ~ [ wine-1.3.7 ] ~ [ wine-1.3.6 ] ~ [ wine-1.3.5 ] ~ [ wine-1.2.1 ] ~ [ wine-1.3.4 ] ~ [ wine-1.3.3 ] ~ [ wine-1.3.2 ] ~ [ wine-1.3.1 ] ~ [ wine-1.3.0 ] ~ [ wine-1.2 ] ~ [ wine-1.2-rc7 ] ~ [ wine-1.2-rc6 ] ~ [ wine-1.2-rc5 ] ~ [ wine-1.2-rc4 ] ~ [ wine-1.2-rc3 ] ~ [ wine-1.2-rc2 ] ~ [ wine-1.2-rc1 ] ~ [ wine-1.1.44 ] ~ [ wine-1.1.43 ] ~ [ wine-1.1.42 ] ~ [ wine-1.1.41 ] ~ [ wine-1.1.40 ] ~ [ wine-1.1.39 ] ~ [ wine-1.1.38 ] ~ [ wine-1.1.37 ] ~ [ wine-1.1.36 ] ~ [ wine-1.1.35 ] ~ [ wine-1.1.34 ] ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 #! /bin/sh
  2 # Guess values for system-dependent variables and create Makefiles.
  3 # Generated by GNU Autoconf 2.65 for Wine 1.3.3.
  4 #
  5 # Report bugs to <wine-devel@winehq.org>.
  6 #
  7 #
  8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
 10 # Inc.
 11 #
 12 #
 13 # This configure script is free software; the Free Software Foundation
 14 # gives unlimited permission to copy, distribute and modify it.
 15 ## -------------------- ##
 16 ## M4sh Initialization. ##
 17 ## -------------------- ##
 18 
 19 # Be more Bourne compatible
 20 DUALCASE=1; export DUALCASE # for MKS sh
 21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
 22   emulate sh
 23   NULLCMD=:
 24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 25   # is contrary to our usage.  Disable this feature.
 26   alias -g '${1+"$@"}'='"$@"'
 27   setopt NO_GLOB_SUBST
 28 else
 29   case `(set -o) 2>/dev/null` in #(
 30   *posix*) :
 31     set -o posix ;; #(
 32   *) :
 33      ;;
 34 esac
 35 fi
 36 
 37 
 38 as_nl='
 39 '
 40 export as_nl
 41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
 42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 45 # Prefer a ksh shell builtin over an external printf program on Solaris,
 46 # but without wasting forks for bash or zsh.
 47 if test -z "$BASH_VERSION$ZSH_VERSION" \
 48     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 49   as_echo='print -r --'
 50   as_echo_n='print -rn --'
 51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 52   as_echo='printf %s\n'
 53   as_echo_n='printf %s'
 54 else
 55   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 56     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 57     as_echo_n='/usr/ucb/echo -n'
 58   else
 59     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 60     as_echo_n_body='eval
 61       arg=$1;
 62       case $arg in #(
 63       *"$as_nl"*)
 64         expr "X$arg" : "X\\(.*\\)$as_nl";
 65         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 66       esac;
 67       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 68     '
 69     export as_echo_n_body
 70     as_echo_n='sh -c $as_echo_n_body as_echo'
 71   fi
 72   export as_echo_body
 73   as_echo='sh -c $as_echo_body as_echo'
 74 fi
 75 
 76 # The user is always right.
 77 if test "${PATH_SEPARATOR+set}" != set; then
 78   PATH_SEPARATOR=:
 79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 81       PATH_SEPARATOR=';'
 82   }
 83 fi
 84 
 85 
 86 # IFS
 87 # We need space, tab and new line, in precisely that order.  Quoting is
 88 # there to prevent editors from complaining about space-tab.
 89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 90 # splitting by setting IFS to empty value.)
 91 IFS=" ""        $as_nl"
 92 
 93 # Find who we are.  Look in the path if we contain no directory separator.
 94 case $0 in #((
 95   *[\\/]* ) as_myself=$0 ;;
 96   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 97 for as_dir in $PATH
 98 do
 99   IFS=$as_save_IFS
100   test -z "$as_dir" && as_dir=.
101     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102   done
103 IFS=$as_save_IFS
104 
105      ;;
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110   as_myself=$0
111 fi
112 if test ! -f "$as_myself"; then
113   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114   exit 1
115 fi
116 
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there.  '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
128 
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
134 
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 
138 if test "x$CONFIG_SHELL" = x; then
139   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140   emulate sh
141   NULLCMD=:
142   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143   # is contrary to our usage.  Disable this feature.
144   alias -g '\${1+\"\$@\"}'='\"\$@\"'
145   setopt NO_GLOB_SUBST
146 else
147   case \`(set -o) 2>/dev/null\` in #(
148   *posix*) :
149     set -o posix ;; #(
150   *) :
151      ;;
152 esac
153 fi
154 "
155   as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
160 
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167 
168 else
169   exitcode=1; echo positional parameters were not saved.
170 fi
171 test x\$exitcode = x0 || exit 1"
172   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177   if (eval "$as_required") 2>/dev/null; then :
178   as_have_required=yes
179 else
180   as_have_required=no
181 fi
182   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183 
184 else
185   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188 do
189   IFS=$as_save_IFS
190   test -z "$as_dir" && as_dir=.
191   as_found=:
192   case $as_dir in #(
193          /*)
194            for as_base in sh bash ksh sh5; do
195              # Try only shells that exist, to save several forks.
196              as_shell=$as_dir/$as_base
197              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   CONFIG_SHELL=$as_shell as_have_required=yes
200                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201   break 2
202 fi
203 fi
204            done;;
205        esac
206   as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210   CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
213 
214 
215       if test "x$CONFIG_SHELL" != x; then :
216   # We cannot yet assume a decent shell, so we have to provide a
217         # neutralization value for shells without unset; and this also
218         # works around shells that cannot unset nonexistent variables.
219         BASH_ENV=/dev/null
220         ENV=/dev/null
221         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222         export CONFIG_SHELL
223         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224 fi
225 
226     if test x$as_have_required = xno; then :
227   $as_echo "$0: This script requires a shell more modern than all"
228   $as_echo "$0: the shells that I found on your system."
229   if test x${ZSH_VERSION+set} = xset ; then
230     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232   else
233     $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
238   fi
239   exit 1
240 fi
241 fi
242 fi
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
248 
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
256 {
257   { eval $1=; unset $1;}
258 }
259 as_unset=as_fn_unset
260 
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
265 {
266   return $1
267 } # as_fn_set_status
268 
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
273 {
274   set +e
275   as_fn_set_status $1
276   exit $1
277 } # as_fn_exit
278 
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
283 {
284 
285   case $as_dir in #(
286   -*) as_dir=./$as_dir;;
287   esac
288   test -d "$as_dir" || eval $as_mkdir_p || {
289     as_dirs=
290     while :; do
291       case $as_dir in #(
292       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293       *) as_qdir=$as_dir;;
294       esac
295       as_dirs="'$as_qdir' $as_dirs"
296       as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298          X"$as_dir" : 'X\(//\)[^/]' \| \
299          X"$as_dir" : 'X\(//\)$' \| \
300          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303             s//\1/
304             q
305           }
306           /^X\(\/\/\)[^/].*/{
307             s//\1/
308             q
309           }
310           /^X\(\/\/\)$/{
311             s//\1/
312             q
313           }
314           /^X\(\/\).*/{
315             s//\1/
316             q
317           }
318           s/.*/./; q'`
319       test -d "$as_dir" && break
320     done
321     test -z "$as_dirs" || eval "mkdir $as_dirs"
322   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323 
324 
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333   eval 'as_fn_append ()
334   {
335     eval $1+=\$2
336   }'
337 else
338   as_fn_append ()
339   {
340     eval $1=\$$1\$2
341   }
342 fi # as_fn_append
343 
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350   eval 'as_fn_arith ()
351   {
352     as_val=$(( $* ))
353   }'
354 else
355   as_fn_arith ()
356   {
357     as_val=`expr "$@" || test $? -eq 1`
358   }
359 fi # as_fn_arith
360 
361 
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
368 {
369   as_status=$?; test $as_status -eq 0 && as_status=1
370   if test "$3"; then
371     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
373   fi
374   $as_echo "$as_me: error: $1" >&2
375   as_fn_exit $as_status
376 } # as_fn_error
377 
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379    test "X`expr 00001 : '.*\(...\)'`" = X001; then
380   as_expr=expr
381 else
382   as_expr=false
383 fi
384 
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386   as_basename=basename
387 else
388   as_basename=false
389 fi
390 
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392   as_dirname=dirname
393 else
394   as_dirname=false
395 fi
396 
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399          X"$0" : 'X\(//\)$' \| \
400          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402     sed '/^.*\/\([^/][^/]*\)\/*$/{
403             s//\1/
404             q
405           }
406           /^X\/\(\/\/\)$/{
407             s//\1/
408             q
409           }
410           /^X\/\(\/\).*/{
411             s//\1/
412             q
413           }
414           s/.*/./; q'`
415 
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
422 
423 
424   as_lineno_1=$LINENO as_lineno_1a=$LINENO
425   as_lineno_2=$LINENO as_lineno_2a=$LINENO
426   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
429   sed -n '
430     p
431     /[$]LINENO/=
432   ' <$as_myself |
433     sed '
434       s/[$]LINENO.*/&-/
435       t lineno
436       b
437       :lineno
438       N
439       :loop
440       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441       t loop
442       s/-\n.*//
443     ' >$as_me.lineno &&
444   chmod +x "$as_me.lineno" ||
445     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
446 
447   # Don't try to exec as it changes $[0], causing all sort of problems
448   # (the dirname of $[0] is not the place where we might find the
449   # original and so on.  Autoconf is especially sensitive to this).
450   . "./$as_me.lineno"
451   # Exit status is that of the last command.
452   exit
453 }
454 
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458   case `echo 'xy\c'` in
459   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
460   xy)  ECHO_C='\c';;
461   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
462        ECHO_T=' ';;
463   esac;;
464 *)
465   ECHO_N='-n';;
466 esac
467 
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470   rm -f conf$$.dir/conf$$.file
471 else
472   rm -f conf$$.dir
473   mkdir conf$$.dir 2>/dev/null
474 fi
475 if (echo >conf$$.file) 2>/dev/null; then
476   if ln -s conf$$.file conf$$ 2>/dev/null; then
477     as_ln_s='ln -s'
478     # ... but there are two gotchas:
479     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481     # In both cases, we have to default to `cp -p'.
482     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483       as_ln_s='cp -p'
484   elif ln conf$$.file conf$$ 2>/dev/null; then
485     as_ln_s=ln
486   else
487     as_ln_s='cp -p'
488   fi
489 else
490   as_ln_s='cp -p'
491 fi
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
494 
495 if mkdir -p . 2>/dev/null; then
496   as_mkdir_p='mkdir -p "$as_dir"'
497 else
498   test -d ./-p && rmdir ./-p
499   as_mkdir_p=false
500 fi
501 
502 if test -x / >/dev/null 2>&1; then
503   as_test_x='test -x'
504 else
505   if ls -dL / >/dev/null 2>&1; then
506     as_ls_L_option=L
507   else
508     as_ls_L_option=
509   fi
510   as_test_x='
511     eval sh -c '\''
512       if test -d "$1"; then
513         test -d "$1/.";
514       else
515         case $1 in #(
516         -*)set "./$1";;
517         esac;
518         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519         ???[sx]*):;;*)false;;esac;fi
520     '\'' sh
521   '
522 fi
523 as_executable_p=$as_test_x
524 
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
527 
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
530 
531 
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
534 
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
539 
540 #
541 # Initializations.
542 #
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
551 
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.3.3'
556 PACKAGE_STRING='Wine 1.3.3'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
559 
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 #  include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 #  include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
596 
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_TEST_BINARIES
600 ALL_WINETEST_DEPENDS
601 LDAPLIBS
602 LIBPOLL
603 LIBDL
604 EXTRA_BINARIES
605 MAIN_BINARY
606 SOCKETLIBS
607 CRTLIBS
608 TOOLSEXT
609 LDPATH
610 UNWINDFLAGS
611 BUILTINFLAG
612 EXTRACFLAGS
613 LIBKSTAT
614 LIBOPENAL
615 LIBMPG123
616 PNGINCL
617 FONTCONFIGINCL
618 CUPSINCL
619 AUDIOIOLIBS
620 ALSALIBS
621 ESDLIBS
622 ESDINCL
623 ESDCONFIG
624 ZLIB
625 FREETYPEINCL
626 FREETYPELIBS
627 ft_devel
628 LCMSLIBS
629 RESOLVLIBS
630 GPHOTO2INCL
631 GPHOTO2LIBS
632 gphoto2port_devel
633 gphoto2_devel
634 SANEINCL
635 sane_devel
636 GNUTLSINCL
637 HALINCL
638 XSLTINCL
639 XML2INCL
640 XML2LIBS
641 NASLIBS
642 X_EXTRA_LIBS
643 X_LIBS
644 X_PRE_LIBS
645 X_CFLAGS
646 XMKMF
647 LIBPTHREAD
648 CROSSTARGET
649 CROSSCC
650 CROSSTEST_DISABLE
651 PRELINK
652 CARBONLIB
653 FRAMEWORK_OPENAL
654 COREAUDIO
655 DISKARBITRATIONLIB
656 LDEXECFLAGS
657 IOKITLIB
658 COREFOUNDATIONLIB
659 SECURITYLIB
660 DLLWRAP
661 DLLTOOL
662 LDD
663 LDRPATH_LOCAL
664 LDRPATH_INSTALL
665 IMPLIBEXT
666 LIBEXT
667 LDDLLFLAGS
668 LDSHARED
669 DLLFLAGS
670 DLLEXT
671 CPP
672 OPENGL_LIBS
673 XLIB
674 MAINTAINER_MODE
675 ICOTOOL
676 CONVERT
677 RSVG
678 PKG_CONFIG
679 FONTFORGE
680 LINTFLAGS
681 LINT
682 INSTALL_DATA
683 INSTALL_SCRIPT
684 INSTALL_PROGRAM
685 LDCONFIG
686 EGREP
687 GREP
688 LN_S
689 STRIP
690 RANLIB
691 ARFLAGS
692 ac_ct_AR
693 AR
694 BISON
695 FLEX
696 TOOLSDIR
697 WOW64_DISABLE
698 TARGETFLAGS
699 CPPBIN
700 ac_ct_CXX
701 CXXFLAGS
702 CXX
703 OBJEXT
704 EXEEXT
705 ac_ct_CC
706 CPPFLAGS
707 LDFLAGS
708 CFLAGS
709 CC
710 SET_MAKE
711 host_os
712 host_vendor
713 host_cpu
714 host
715 build_os
716 build_vendor
717 build_cpu
718 build
719 target_alias
720 host_alias
721 build_alias
722 LIBS
723 ECHO_T
724 ECHO_N
725 ECHO_C
726 DEFS
727 mandir
728 localedir
729 libdir
730 psdir
731 pdfdir
732 dvidir
733 htmldir
734 infodir
735 docdir
736 oldincludedir
737 includedir
738 localstatedir
739 sharedstatedir
740 sysconfdir
741 datadir
742 datarootdir
743 libexecdir
744 sbindir
745 bindir
746 program_transform_name
747 prefix
748 exec_prefix
749 PACKAGE_URL
750 PACKAGE_BUGREPORT
751 PACKAGE_STRING
752 PACKAGE_VERSION
753 PACKAGE_TARNAME
754 PACKAGE_NAME
755 PATH_SEPARATOR
756 SHELL'
757 ac_subst_files='MAKE_RULES
758 MAKE_TEST_RULES
759 MAKE_DLL_RULES
760 MAKE_IMPLIB_RULES
761 MAKE_PROG_RULES'
762 ac_user_opts='
763 enable_option_checking
764 enable_win16
765 enable_win64
766 enable_tests
767 enable_maintainer_mode
768 with_alsa
769 with_audioio
770 with_capi
771 with_cms
772 with_coreaudio
773 with_cups
774 with_curses
775 with_esd
776 with_fontconfig
777 with_freetype
778 with_gphoto
779 with_glu
780 with_gnutls
781 with_gsm
782 with_hal
783 with_icns
784 with_jack
785 with_jpeg
786 with_ldap
787 with_mpg123
788 with_nas
789 with_openal
790 with_opengl
791 with_openssl
792 with_oss
793 with_png
794 with_pthread
795 with_sane
796 with_tiff
797 with_v4l
798 with_xcomposite
799 with_xcursor
800 with_xinerama
801 with_xinput
802 with_xml
803 with_xrandr
804 with_xrender
805 with_xshape
806 with_xshm
807 with_xslt
808 with_xxf86vm
809 with_wine_tools
810 with_wine64
811 enable_largefile
812 with_x
813 '
814       ac_precious_vars='build_alias
815 host_alias
816 target_alias
817 CC
818 CFLAGS
819 LDFLAGS
820 LIBS
821 CPPFLAGS
822 CXX
823 CXXFLAGS
824 CCC
825 CPP
826 XMKMF'
827 
828 
829 # Initialize some variables set by options.
830 ac_init_help=
831 ac_init_version=false
832 ac_unrecognized_opts=
833 ac_unrecognized_sep=
834 # The variables have the same names as the options, with
835 # dashes changed to underlines.
836 cache_file=/dev/null
837 exec_prefix=NONE
838 no_create=
839 no_recursion=
840 prefix=NONE
841 program_prefix=NONE
842 program_suffix=NONE
843 program_transform_name=s,x,x,
844 silent=
845 site=
846 srcdir=
847 verbose=
848 x_includes=NONE
849 x_libraries=NONE
850 
851 # Installation directory options.
852 # These are left unexpanded so users can "make install exec_prefix=/foo"
853 # and all the variables that are supposed to be based on exec_prefix
854 # by default will actually change.
855 # Use braces instead of parens because sh, perl, etc. also accept them.
856 # (The list follows the same order as the GNU Coding Standards.)
857 bindir='${exec_prefix}/bin'
858 sbindir='${exec_prefix}/sbin'
859 libexecdir='${exec_prefix}/libexec'
860 datarootdir='${prefix}/share'
861 datadir='${datarootdir}'
862 sysconfdir='${prefix}/etc'
863 sharedstatedir='${prefix}/com'
864 localstatedir='${prefix}/var'
865 includedir='${prefix}/include'
866 oldincludedir='/usr/include'
867 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
868 infodir='${datarootdir}/info'
869 htmldir='${docdir}'
870 dvidir='${docdir}'
871 pdfdir='${docdir}'
872 psdir='${docdir}'
873 libdir='${exec_prefix}/lib'
874 localedir='${datarootdir}/locale'
875 mandir='${datarootdir}/man'
876 
877 ac_prev=
878 ac_dashdash=
879 for ac_option
880 do
881   # If the previous option needs an argument, assign it.
882   if test -n "$ac_prev"; then
883     eval $ac_prev=\$ac_option
884     ac_prev=
885     continue
886   fi
887 
888   case $ac_option in
889   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
890   *)    ac_optarg=yes ;;
891   esac
892 
893   # Accept the important Cygnus configure options, so we can diagnose typos.
894 
895   case $ac_dashdash$ac_option in
896   --)
897     ac_dashdash=yes ;;
898 
899   -bindir | --bindir | --bindi | --bind | --bin | --bi)
900     ac_prev=bindir ;;
901   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
902     bindir=$ac_optarg ;;
903 
904   -build | --build | --buil | --bui | --bu)
905     ac_prev=build_alias ;;
906   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
907     build_alias=$ac_optarg ;;
908 
909   -cache-file | --cache-file | --cache-fil | --cache-fi \
910   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
911     ac_prev=cache_file ;;
912   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
913   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
914     cache_file=$ac_optarg ;;
915 
916   --config-cache | -C)
917     cache_file=config.cache ;;
918 
919   -datadir | --datadir | --datadi | --datad)
920     ac_prev=datadir ;;
921   -datadir=* | --datadir=* | --datadi=* | --datad=*)
922     datadir=$ac_optarg ;;
923 
924   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
925   | --dataroo | --dataro | --datar)
926     ac_prev=datarootdir ;;
927   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
928   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
929     datarootdir=$ac_optarg ;;
930 
931   -disable-* | --disable-*)
932     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
933     # Reject names that are not valid shell variable names.
934     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
935       as_fn_error "invalid feature name: $ac_useropt"
936     ac_useropt_orig=$ac_useropt
937     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
938     case $ac_user_opts in
939       *"
940 "enable_$ac_useropt"
941 "*) ;;
942       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
943          ac_unrecognized_sep=', ';;
944     esac
945     eval enable_$ac_useropt=no ;;
946 
947   -docdir | --docdir | --docdi | --doc | --do)
948     ac_prev=docdir ;;
949   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
950     docdir=$ac_optarg ;;
951 
952   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
953     ac_prev=dvidir ;;
954   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
955     dvidir=$ac_optarg ;;
956 
957   -enable-* | --enable-*)
958     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
959     # Reject names that are not valid shell variable names.
960     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
961       as_fn_error "invalid feature name: $ac_useropt"
962     ac_useropt_orig=$ac_useropt
963     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
964     case $ac_user_opts in
965       *"
966 "enable_$ac_useropt"
967 "*) ;;
968       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
969          ac_unrecognized_sep=', ';;
970     esac
971     eval enable_$ac_useropt=\$ac_optarg ;;
972 
973   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
974   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
975   | --exec | --exe | --ex)
976     ac_prev=exec_prefix ;;
977   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
978   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
979   | --exec=* | --exe=* | --ex=*)
980     exec_prefix=$ac_optarg ;;
981 
982   -gas | --gas | --ga | --g)
983     # Obsolete; use --with-gas.
984     with_gas=yes ;;
985 
986   -help | --help | --hel | --he | -h)
987     ac_init_help=long ;;
988   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
989     ac_init_help=recursive ;;
990   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
991     ac_init_help=short ;;
992 
993   -host | --host | --hos | --ho)
994     ac_prev=host_alias ;;
995   -host=* | --host=* | --hos=* | --ho=*)
996     host_alias=$ac_optarg ;;
997 
998   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
999     ac_prev=htmldir ;;
1000   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1001   | --ht=*)
1002     htmldir=$ac_optarg ;;
1003 
1004   -includedir | --includedir | --includedi | --included | --include \
1005   | --includ | --inclu | --incl | --inc)
1006     ac_prev=includedir ;;
1007   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1008   | --includ=* | --inclu=* | --incl=* | --inc=*)
1009     includedir=$ac_optarg ;;
1010 
1011   -infodir | --infodir | --infodi | --infod | --info | --inf)
1012     ac_prev=infodir ;;
1013   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1014     infodir=$ac_optarg ;;
1015 
1016   -libdir | --libdir | --libdi | --libd)
1017     ac_prev=libdir ;;
1018   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1019     libdir=$ac_optarg ;;
1020 
1021   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1022   | --libexe | --libex | --libe)
1023     ac_prev=libexecdir ;;
1024   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1025   | --libexe=* | --libex=* | --libe=*)
1026     libexecdir=$ac_optarg ;;
1027 
1028   -localedir | --localedir | --localedi | --localed | --locale)
1029     ac_prev=localedir ;;
1030   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1031     localedir=$ac_optarg ;;
1032 
1033   -localstatedir | --localstatedir | --localstatedi | --localstated \
1034   | --localstate | --localstat | --localsta | --localst | --locals)
1035     ac_prev=localstatedir ;;
1036   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1037   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1038     localstatedir=$ac_optarg ;;
1039 
1040   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1041     ac_prev=mandir ;;
1042   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1043     mandir=$ac_optarg ;;
1044 
1045   -nfp | --nfp | --nf)
1046     # Obsolete; use --without-fp.
1047     with_fp=no ;;
1048 
1049   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1050   | --no-cr | --no-c | -n)
1051     no_create=yes ;;
1052 
1053   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1054   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1055     no_recursion=yes ;;
1056 
1057   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1058   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1059   | --oldin | --oldi | --old | --ol | --o)
1060     ac_prev=oldincludedir ;;
1061   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1062   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1063   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1064     oldincludedir=$ac_optarg ;;
1065 
1066   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1067     ac_prev=prefix ;;
1068   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1069     prefix=$ac_optarg ;;
1070 
1071   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1072   | --program-pre | --program-pr | --program-p)
1073     ac_prev=program_prefix ;;
1074   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1075   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1076     program_prefix=$ac_optarg ;;
1077 
1078   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1079   | --program-suf | --program-su | --program-s)
1080     ac_prev=program_suffix ;;
1081   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1082   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1083     program_suffix=$ac_optarg ;;
1084 
1085   -program-transform-name | --program-transform-name \
1086   | --program-transform-nam | --program-transform-na \
1087   | --program-transform-n | --program-transform- \
1088   | --program-transform | --program-transfor \
1089   | --program-transfo | --program-transf \
1090   | --program-trans | --program-tran \
1091   | --progr-tra | --program-tr | --program-t)
1092     ac_prev=program_transform_name ;;
1093   -program-transform-name=* | --program-transform-name=* \
1094   | --program-transform-nam=* | --program-transform-na=* \
1095   | --program-transform-n=* | --program-transform-=* \
1096   | --program-transform=* | --program-transfor=* \
1097   | --program-transfo=* | --program-transf=* \
1098   | --program-trans=* | --program-tran=* \
1099   | --progr-tra=* | --program-tr=* | --program-t=*)
1100     program_transform_name=$ac_optarg ;;
1101 
1102   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1103     ac_prev=pdfdir ;;
1104   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1105     pdfdir=$ac_optarg ;;
1106 
1107   -psdir | --psdir | --psdi | --psd | --ps)
1108     ac_prev=psdir ;;
1109   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1110     psdir=$ac_optarg ;;
1111 
1112   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1113   | -silent | --silent | --silen | --sile | --sil)
1114     silent=yes ;;
1115 
1116   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1117     ac_prev=sbindir ;;
1118   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1119   | --sbi=* | --sb=*)
1120     sbindir=$ac_optarg ;;
1121 
1122   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1123   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1124   | --sharedst | --shareds | --shared | --share | --shar \
1125   | --sha | --sh)
1126     ac_prev=sharedstatedir ;;
1127   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1128   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1129   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1130   | --sha=* | --sh=*)
1131     sharedstatedir=$ac_optarg ;;
1132 
1133   -site | --site | --sit)
1134     ac_prev=site ;;
1135   -site=* | --site=* | --sit=*)
1136     site=$ac_optarg ;;
1137 
1138   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1139     ac_prev=srcdir ;;
1140   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1141     srcdir=$ac_optarg ;;
1142 
1143   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1144   | --syscon | --sysco | --sysc | --sys | --sy)
1145     ac_prev=sysconfdir ;;
1146   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1147   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1148     sysconfdir=$ac_optarg ;;
1149 
1150   -target | --target | --targe | --targ | --tar | --ta | --t)
1151     ac_prev=target_alias ;;
1152   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1153     target_alias=$ac_optarg ;;
1154 
1155   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1156     verbose=yes ;;
1157 
1158   -version | --version | --versio | --versi | --vers | -V)
1159     ac_init_version=: ;;
1160 
1161   -with-* | --with-*)
1162     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1163     # Reject names that are not valid shell variable names.
1164     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1165       as_fn_error "invalid package name: $ac_useropt"
1166     ac_useropt_orig=$ac_useropt
1167     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1168     case $ac_user_opts in
1169       *"
1170 "with_$ac_useropt"
1171 "*) ;;
1172       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1173          ac_unrecognized_sep=', ';;
1174     esac
1175     eval with_$ac_useropt=\$ac_optarg ;;
1176 
1177   -without-* | --without-*)
1178     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1179     # Reject names that are not valid shell variable names.
1180     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1181       as_fn_error "invalid package name: $ac_useropt"
1182     ac_useropt_orig=$ac_useropt
1183     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1184     case $ac_user_opts in
1185       *"
1186 "with_$ac_useropt"
1187 "*) ;;
1188       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1189          ac_unrecognized_sep=', ';;
1190     esac
1191     eval with_$ac_useropt=no ;;
1192 
1193   --x)
1194     # Obsolete; use --with-x.
1195     with_x=yes ;;
1196 
1197   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1198   | --x-incl | --x-inc | --x-in | --x-i)
1199     ac_prev=x_includes ;;
1200   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1201   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1202     x_includes=$ac_optarg ;;
1203 
1204   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1205   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1206     ac_prev=x_libraries ;;
1207   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1208   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1209     x_libraries=$ac_optarg ;;
1210 
1211   -*) as_fn_error "unrecognized option: \`$ac_option'
1212 Try \`$0 --help' for more information."
1213     ;;
1214 
1215   *=*)
1216     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1217     # Reject names that are not valid shell variable names.
1218     case $ac_envvar in #(
1219       '' | [0-9]* | *[!_$as_cr_alnum]* )
1220       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1221     esac
1222     eval $ac_envvar=\$ac_optarg
1223     export $ac_envvar ;;
1224 
1225   *)
1226     # FIXME: should be removed in autoconf 3.0.
1227     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1228     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1229       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1230     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1231     ;;
1232 
1233   esac
1234 done
1235 
1236 if test -n "$ac_prev"; then
1237   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1238   as_fn_error "missing argument to $ac_option"
1239 fi
1240 
1241 if test -n "$ac_unrecognized_opts"; then
1242   case $enable_option_checking in
1243     no) ;;
1244     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1245     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1246   esac
1247 fi
1248 
1249 # Check all directory arguments for consistency.
1250 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1251                 datadir sysconfdir sharedstatedir localstatedir includedir \
1252                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1253                 libdir localedir mandir
1254 do
1255   eval ac_val=\$$ac_var
1256   # Remove trailing slashes.
1257   case $ac_val in
1258     */ )
1259       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1260       eval $ac_var=\$ac_val;;
1261   esac
1262   # Be sure to have absolute directory names.
1263   case $ac_val in
1264     [\\/$]* | ?:[\\/]* )  continue;;
1265     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1266   esac
1267   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1268 done
1269 
1270 # There might be people who depend on the old broken behavior: `$host'
1271 # used to hold the argument of --host etc.
1272 # FIXME: To remove some day.
1273 build=$build_alias
1274 host=$host_alias
1275 target=$target_alias
1276 
1277 # FIXME: To remove some day.
1278 if test "x$host_alias" != x; then
1279   if test "x$build_alias" = x; then
1280     cross_compiling=maybe
1281     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1282     If a cross compiler is detected then cross compile mode will be used." >&2
1283   elif test "x$build_alias" != "x$host_alias"; then
1284     cross_compiling=yes
1285   fi
1286 fi
1287 
1288 ac_tool_prefix=
1289 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1290 
1291 test "$silent" = yes && exec 6>/dev/null
1292 
1293 
1294 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1295 ac_ls_di=`ls -di .` &&
1296 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1297   as_fn_error "working directory cannot be determined"
1298 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1299   as_fn_error "pwd does not report name of working directory"
1300 
1301 
1302 # Find the source files, if location was not specified.
1303 if test -z "$srcdir"; then
1304   ac_srcdir_defaulted=yes
1305   # Try the directory containing this script, then the parent directory.
1306   ac_confdir=`$as_dirname -- "$as_myself" ||
1307 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1308          X"$as_myself" : 'X\(//\)[^/]' \| \
1309          X"$as_myself" : 'X\(//\)$' \| \
1310          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1311 $as_echo X"$as_myself" |
1312     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1313             s//\1/
1314             q
1315           }
1316           /^X\(\/\/\)[^/].*/{
1317             s//\1/
1318             q
1319           }
1320           /^X\(\/\/\)$/{
1321             s//\1/
1322             q
1323           }
1324           /^X\(\/\).*/{
1325             s//\1/
1326             q
1327           }
1328           s/.*/./; q'`
1329   srcdir=$ac_confdir
1330   if test ! -r "$srcdir/$ac_unique_file"; then
1331     srcdir=..
1332   fi
1333 else
1334   ac_srcdir_defaulted=no
1335 fi
1336 if test ! -r "$srcdir/$ac_unique_file"; then
1337   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1338   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1339 fi
1340 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1341 ac_abs_confdir=`(
1342         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1343         pwd)`
1344 # When building in place, set srcdir=.
1345 if test "$ac_abs_confdir" = "$ac_pwd"; then
1346   srcdir=.
1347 fi
1348 # Remove unnecessary trailing slashes from srcdir.
1349 # Double slashes in file names in object file debugging info
1350 # mess up M-x gdb in Emacs.
1351 case $srcdir in
1352 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1353 esac
1354 for ac_var in $ac_precious_vars; do
1355   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1356   eval ac_env_${ac_var}_value=\$${ac_var}
1357   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1358   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1359 done
1360 
1361 #
1362 # Report the --help message.
1363 #
1364 if test "$ac_init_help" = "long"; then
1365   # Omit some internal or obsolete options to make the list less imposing.
1366   # This message is too long to be a string in the A/UX 3.1 sh.
1367   cat <<_ACEOF
1368 \`configure' configures Wine 1.3.3 to adapt to many kinds of systems.
1369 
1370 Usage: $0 [OPTION]... [VAR=VALUE]...
1371 
1372 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1373 VAR=VALUE.  See below for descriptions of some of the useful variables.
1374 
1375 Defaults for the options are specified in brackets.
1376 
1377 Configuration:
1378   -h, --help              display this help and exit
1379       --help=short        display options specific to this package
1380       --help=recursive    display the short help of all the included packages
1381   -V, --version           display version information and exit
1382   -q, --quiet, --silent   do not print \`checking...' messages
1383       --cache-file=FILE   cache test results in FILE [disabled]
1384   -C, --config-cache      alias for \`--cache-file=config.cache'
1385   -n, --no-create         do not create output files
1386       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1387 
1388 Installation directories:
1389   --prefix=PREFIX         install architecture-independent files in PREFIX
1390                           [$ac_default_prefix]
1391   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1392                           [PREFIX]
1393 
1394 By default, \`make install' will install all the files in
1395 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1396 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1397 for instance \`--prefix=\$HOME'.
1398 
1399 For better control, use the options below.
1400 
1401 Fine tuning of the installation directories:
1402   --bindir=DIR            user executables [EPREFIX/bin]
1403   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1404   --libexecdir=DIR        program executables [EPREFIX/libexec]
1405   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1406   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1407   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1408   --libdir=DIR            object code libraries [EPREFIX/lib]
1409   --includedir=DIR        C header files [PREFIX/include]
1410   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1411   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1412   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1413   --infodir=DIR           info documentation [DATAROOTDIR/info]
1414   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1415   --mandir=DIR            man documentation [DATAROOTDIR/man]
1416   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1417   --htmldir=DIR           html documentation [DOCDIR]
1418   --dvidir=DIR            dvi documentation [DOCDIR]
1419   --pdfdir=DIR            pdf documentation [DOCDIR]
1420   --psdir=DIR             ps documentation [DOCDIR]
1421 _ACEOF
1422 
1423   cat <<\_ACEOF
1424 
1425 X features:
1426   --x-includes=DIR    X include files are in DIR
1427   --x-libraries=DIR   X library files are in DIR
1428 
1429 System types:
1430   --build=BUILD     configure for building on BUILD [guessed]
1431   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1432 _ACEOF
1433 fi
1434 
1435 if test -n "$ac_init_help"; then
1436   case $ac_init_help in
1437      short | recursive ) echo "Configuration of Wine 1.3.3:";;
1438    esac
1439   cat <<\_ACEOF
1440 
1441 Optional Features:
1442   --disable-option-checking  ignore unrecognized --enable/--with options
1443   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1444   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1445   --disable-win16         do not include Win16 support
1446   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1447                           binaries)
1448   --disable-tests         do not build the regression tests
1449   --enable-maintainer-mode
1450                           enable maintainer-specific build rules
1451   --disable-largefile     omit support for large files
1452 
1453 Optional Packages:
1454   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1455   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1456   --without-alsa          do not use the Alsa sound support
1457   --without-audioio       do not use the AudioIO sound support
1458   --without-capi          do not use CAPI (ISDN support)
1459   --without-cms           do not use CMS (color management support)
1460   --without-coreaudio     do not use the CoreAudio sound support
1461   --without-cups          do not use CUPS
1462   --without-curses        do not use (n)curses
1463   --without-esd           do not use the EsounD sound support
1464   --without-fontconfig    do not use fontconfig
1465   --without-freetype      do not use the FreeType library
1466   --without-gphoto        do not use gphoto (Digital Camera support)
1467   --without-glu           do not use the GLU library
1468   --without-gnutls        do not use GnuTLS (schannel support)
1469   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1470   --without-hal           do not use HAL (dynamic device support)
1471   --without-icns          do not use ICNS icon support
1472   --without-jack          do not use the Jack sound support
1473   --without-jpeg          do not use JPEG
1474   --without-ldap          do not use LDAP
1475   --without-mpg123        do not use the mpg123 library
1476   --without-nas           do not use the NAS sound support
1477   --without-openal        do not use OpenAL
1478   --without-opengl        do not use OpenGL
1479   --without-openssl       do not use OpenSSL
1480   --without-oss           do not use the OSS sound support
1481   --without-png           do not use PNG
1482   --without-pthread       do not use the pthread library
1483   --without-sane          do not use SANE (scanner support)
1484   --without-tiff          do not use TIFF
1485   --without-v4l           do not use v4l1 (v4l support)
1486   --without-xcomposite    do not use the Xcomposite extension
1487   --without-xcursor       do not use the Xcursor extension
1488   --without-xinerama      do not use Xinerama (multi-monitor support)
1489   --without-xinput        do not use the Xinput extension
1490   --without-xml           do not use XML
1491   --without-xrandr        do not use Xrandr (resolution changes)
1492   --without-xrender       do not use the Xrender extension
1493   --without-xshape        do not use the Xshape extension
1494   --without-xshm          do not use XShm (shared memory extension)
1495   --without-xslt          do not use XSLT
1496   --without-xxf86vm       do not use XFree video mode extension
1497   --with-wine-tools=DIR   use Wine tools from directory DIR
1498   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1499   --with-x                use the X Window System
1500 
1501 Some influential environment variables:
1502   CC          C compiler command
1503   CFLAGS      C compiler flags
1504   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1505               nonstandard directory <lib dir>
1506   LIBS        libraries to pass to the linker, e.g. -l<library>
1507   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1508               you have headers in a nonstandard directory <include dir>
1509   CXX         C++ compiler command
1510   CXXFLAGS    C++ compiler flags
1511   CPP         C preprocessor
1512   XMKMF       Path to xmkmf, Makefile generator for X Window System
1513 
1514 Use these variables to override the choices made by `configure' or to help
1515 it to find libraries and programs with nonstandard names/locations.
1516 
1517 Report bugs to <wine-devel@winehq.org>.
1518 Wine home page: <http://www.winehq.org>.
1519 _ACEOF
1520 ac_status=$?
1521 fi
1522 
1523 if test "$ac_init_help" = "recursive"; then
1524   # If there are subdirs, report their specific --help.
1525   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1526     test -d "$ac_dir" ||
1527       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1528       continue
1529     ac_builddir=.
1530 
1531 case "$ac_dir" in
1532 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1533 *)
1534   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1535   # A ".." for each directory in $ac_dir_suffix.
1536   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1537   case $ac_top_builddir_sub in
1538   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1539   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1540   esac ;;
1541 esac
1542 ac_abs_top_builddir=$ac_pwd
1543 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1544 # for backward compatibility:
1545 ac_top_builddir=$ac_top_build_prefix
1546 
1547 case $srcdir in
1548   .)  # We are building in place.
1549     ac_srcdir=.
1550     ac_top_srcdir=$ac_top_builddir_sub
1551     ac_abs_top_srcdir=$ac_pwd ;;
1552   [\\/]* | ?:[\\/]* )  # Absolute name.
1553     ac_srcdir=$srcdir$ac_dir_suffix;
1554     ac_top_srcdir=$srcdir
1555     ac_abs_top_srcdir=$srcdir ;;
1556   *) # Relative name.
1557     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1558     ac_top_srcdir=$ac_top_build_prefix$srcdir
1559     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1560 esac
1561 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1562 
1563     cd "$ac_dir" || { ac_status=$?; continue; }
1564     # Check for guested configure.
1565     if test -f "$ac_srcdir/configure.gnu"; then
1566       echo &&
1567       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1568     elif test -f "$ac_srcdir/configure"; then
1569       echo &&
1570       $SHELL "$ac_srcdir/configure" --help=recursive
1571     else
1572       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1573     fi || ac_status=$?
1574     cd "$ac_pwd" || { ac_status=$?; break; }
1575   done
1576 fi
1577 
1578 test -n "$ac_init_help" && exit $ac_status
1579 if $ac_init_version; then
1580   cat <<\_ACEOF
1581 Wine configure 1.3.3
1582 generated by GNU Autoconf 2.65
1583 
1584 Copyright (C) 2009 Free Software Foundation, Inc.
1585 This configure script is free software; the Free Software Foundation
1586 gives unlimited permission to copy, distribute and modify it.
1587 _ACEOF
1588   exit
1589 fi
1590 
1591 ## ------------------------ ##
1592 ## Autoconf initialization. ##
1593 ## ------------------------ ##
1594 
1595 # ac_fn_c_try_compile LINENO
1596 # --------------------------
1597 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1598 ac_fn_c_try_compile ()
1599 {
1600   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601   rm -f conftest.$ac_objext
1602   if { { ac_try="$ac_compile"
1603 case "(($ac_try" in
1604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605   *) ac_try_echo=$ac_try;;
1606 esac
1607 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608 $as_echo "$ac_try_echo"; } >&5
1609   (eval "$ac_compile") 2>conftest.err
1610   ac_status=$?
1611   if test -s conftest.err; then
1612     grep -v '^ *+' conftest.err >conftest.er1
1613     cat conftest.er1 >&5
1614     mv -f conftest.er1 conftest.err
1615   fi
1616   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617   test $ac_status = 0; } && {
1618          test -z "$ac_c_werror_flag" ||
1619          test ! -s conftest.err
1620        } && test -s conftest.$ac_objext; then :
1621   ac_retval=0
1622 else
1623   $as_echo "$as_me: failed program was:" >&5
1624 sed 's/^/| /' conftest.$ac_ext >&5
1625 
1626         ac_retval=1
1627 fi
1628   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1629   as_fn_set_status $ac_retval
1630 
1631 } # ac_fn_c_try_compile
1632 
1633 # ac_fn_cxx_try_compile LINENO
1634 # ----------------------------
1635 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1636 ac_fn_cxx_try_compile ()
1637 {
1638   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1639   rm -f conftest.$ac_objext
1640   if { { ac_try="$ac_compile"
1641 case "(($ac_try" in
1642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1643   *) ac_try_echo=$ac_try;;
1644 esac
1645 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1646 $as_echo "$ac_try_echo"; } >&5
1647   (eval "$ac_compile") 2>conftest.err
1648   ac_status=$?
1649   if test -s conftest.err; then
1650     grep -v '^ *+' conftest.err >conftest.er1
1651     cat conftest.er1 >&5
1652     mv -f conftest.er1 conftest.err
1653   fi
1654   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1655   test $ac_status = 0; } && {
1656          test -z "$ac_cxx_werror_flag" ||
1657          test ! -s conftest.err
1658        } && test -s conftest.$ac_objext; then :
1659   ac_retval=0
1660 else
1661   $as_echo "$as_me: failed program was:" >&5
1662 sed 's/^/| /' conftest.$ac_ext >&5
1663 
1664         ac_retval=1
1665 fi
1666   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1667   as_fn_set_status $ac_retval
1668 
1669 } # ac_fn_cxx_try_compile
1670 
1671 # ac_fn_c_try_link LINENO
1672 # -----------------------
1673 # Try to link conftest.$ac_ext, and return whether this succeeded.
1674 ac_fn_c_try_link ()
1675 {
1676   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1677   rm -f conftest.$ac_objext conftest$ac_exeext
1678   if { { ac_try="$ac_link"
1679 case "(($ac_try" in
1680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1681   *) ac_try_echo=$ac_try;;
1682 esac
1683 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1684 $as_echo "$ac_try_echo"; } >&5
1685   (eval "$ac_link") 2>conftest.err
1686   ac_status=$?
1687   if test -s conftest.err; then
1688     grep -v '^ *+' conftest.err >conftest.er1
1689     cat conftest.er1 >&5
1690     mv -f conftest.er1 conftest.err
1691   fi
1692   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1693   test $ac_status = 0; } && {
1694          test -z "$ac_c_werror_flag" ||
1695          test ! -s conftest.err
1696        } && test -s conftest$ac_exeext && {
1697          test "$cross_compiling" = yes ||
1698          $as_test_x conftest$ac_exeext
1699        }; then :
1700   ac_retval=0
1701 else
1702   $as_echo "$as_me: failed program was:" >&5
1703 sed 's/^/| /' conftest.$ac_ext >&5
1704 
1705         ac_retval=1
1706 fi
1707   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1708   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1709   # interfere with the next link command; also delete a directory that is
1710   # left behind by Apple's compiler.  We do this before executing the actions.
1711   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1712   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1713   as_fn_set_status $ac_retval
1714 
1715 } # ac_fn_c_try_link
1716 
1717 # ac_fn_c_try_cpp LINENO
1718 # ----------------------
1719 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1720 ac_fn_c_try_cpp ()
1721 {
1722   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723   if { { ac_try="$ac_cpp conftest.$ac_ext"
1724 case "(($ac_try" in
1725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1726   *) ac_try_echo=$ac_try;;
1727 esac
1728 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1729 $as_echo "$ac_try_echo"; } >&5
1730   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1731   ac_status=$?
1732   if test -s conftest.err; then
1733     grep -v '^ *+' conftest.err >conftest.er1
1734     cat conftest.er1 >&5
1735     mv -f conftest.er1 conftest.err
1736   fi
1737   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1738   test $ac_status = 0; } >/dev/null && {
1739          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1740          test ! -s conftest.err
1741        }; then :
1742   ac_retval=0
1743 else
1744   $as_echo "$as_me: failed program was:" >&5
1745 sed 's/^/| /' conftest.$ac_ext >&5
1746 
1747     ac_retval=1
1748 fi
1749   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750   as_fn_set_status $ac_retval
1751 
1752 } # ac_fn_c_try_cpp
1753 
1754 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1755 # -------------------------------------------------------
1756 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1757 # the include files in INCLUDES and setting the cache variable VAR
1758 # accordingly.
1759 ac_fn_c_check_header_mongrel ()
1760 {
1761   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1763   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1764 $as_echo_n "checking for $2... " >&6; }
1765 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1766   $as_echo_n "(cached) " >&6
1767 fi
1768 eval ac_res=\$$3
1769                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1770 $as_echo "$ac_res" >&6; }
1771 else
1772   # Is the header compilable?
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1774 $as_echo_n "checking $2 usability... " >&6; }
1775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1776 /* end confdefs.h.  */
1777 $4
1778 #include <$2>
1779 _ACEOF
1780 if ac_fn_c_try_compile "$LINENO"; then :
1781   ac_header_compiler=yes
1782 else
1783   ac_header_compiler=no
1784 fi
1785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1787 $as_echo "$ac_header_compiler" >&6; }
1788 
1789 # Is the header present?
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1791 $as_echo_n "checking $2 presence... " >&6; }
1792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1793 /* end confdefs.h.  */
1794 #include <$2>
1795 _ACEOF
1796 if ac_fn_c_try_cpp "$LINENO"; then :
1797   ac_header_preproc=yes
1798 else
1799   ac_header_preproc=no
1800 fi
1801 rm -f conftest.err conftest.$ac_ext
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1803 $as_echo "$ac_header_preproc" >&6; }
1804 
1805 # So?  What about this header?
1806 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1807   yes:no: )
1808     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1809 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1810     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1811 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1812     ;;
1813   no:yes:* )
1814     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1815 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1816     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1817 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1818     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1819 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1820     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1821 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1822     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1823 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1824 ( cat <<\_ASBOX
1825 ## ------------------------------------ ##
1826 ## Report this to wine-devel@winehq.org ##
1827 ## ------------------------------------ ##
1828 _ASBOX
1829      ) | sed "s/^/$as_me: WARNING:     /" >&2
1830     ;;
1831 esac
1832   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833 $as_echo_n "checking for $2... " >&6; }
1834 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1835   $as_echo_n "(cached) " >&6
1836 else
1837   eval "$3=\$ac_header_compiler"
1838 fi
1839 eval ac_res=\$$3
1840                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1841 $as_echo "$ac_res" >&6; }
1842 fi
1843   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1844 
1845 } # ac_fn_c_check_header_mongrel
1846 
1847 # ac_fn_c_try_run LINENO
1848 # ----------------------
1849 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1850 # that executables *can* be run.
1851 ac_fn_c_try_run ()
1852 {
1853   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1854   if { { ac_try="$ac_link"
1855 case "(($ac_try" in
1856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1857   *) ac_try_echo=$ac_try;;
1858 esac
1859 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1860 $as_echo "$ac_try_echo"; } >&5
1861   (eval "$ac_link") 2>&5
1862   ac_status=$?
1863   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1864   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1865   { { case "(($ac_try" in
1866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1867   *) ac_try_echo=$ac_try;;
1868 esac
1869 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1870 $as_echo "$ac_try_echo"; } >&5
1871   (eval "$ac_try") 2>&5
1872   ac_status=$?
1873   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1874   test $ac_status = 0; }; }; then :
1875   ac_retval=0
1876 else
1877   $as_echo "$as_me: program exited with status $ac_status" >&5
1878        $as_echo "$as_me: failed program was:" >&5
1879 sed 's/^/| /' conftest.$ac_ext >&5
1880 
1881        ac_retval=$ac_status
1882 fi
1883   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1884   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1885   as_fn_set_status $ac_retval
1886 
1887 } # ac_fn_c_try_run
1888 
1889 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1890 # -------------------------------------------------------
1891 # Tests whether HEADER exists and can be compiled using the include files in
1892 # INCLUDES, setting the cache variable VAR accordingly.
1893 ac_fn_c_check_header_compile ()
1894 {
1895   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1896   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1897 $as_echo_n "checking for $2... " >&6; }
1898 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1899   $as_echo_n "(cached) " >&6
1900 else
1901   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1902 /* end confdefs.h.  */
1903 $4
1904 #include <$2>
1905 _ACEOF
1906 if ac_fn_c_try_compile "$LINENO"; then :
1907   eval "$3=yes"
1908 else
1909   eval "$3=no"
1910 fi
1911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1912 fi
1913 eval ac_res=\$$3
1914                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1915 $as_echo "$ac_res" >&6; }
1916   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1917 
1918 } # ac_fn_c_check_header_compile
1919 
1920 # ac_fn_c_check_func LINENO FUNC VAR
1921 # ----------------------------------
1922 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1923 ac_fn_c_check_func ()
1924 {
1925   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1926   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1927 $as_echo_n "checking for $2... " >&6; }
1928 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1929   $as_echo_n "(cached) " >&6
1930 else
1931   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1932 /* end confdefs.h.  */
1933 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1934    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1935 #define $2 innocuous_$2
1936 
1937 /* System header to define __stub macros and hopefully few prototypes,
1938     which can conflict with char $2 (); below.
1939     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1940     <limits.h> exists even on freestanding compilers.  */
1941 
1942 #ifdef __STDC__
1943 # include <limits.h>
1944 #else
1945 # include <assert.h>
1946 #endif
1947 
1948 #undef $2
1949 
1950 /* Override any GCC internal prototype to avoid an error.
1951    Use char because int might match the return type of a GCC
1952    builtin and then its argument prototype would still apply.  */
1953 #ifdef __cplusplus
1954 extern "C"
1955 #endif
1956 char $2 ();
1957 /* The GNU C library defines this for functions which it implements
1958     to always fail with ENOSYS.  Some functions are actually named
1959     something starting with __ and the normal name is an alias.  */
1960 #if defined __stub_$2 || defined __stub___$2
1961 choke me
1962 #endif
1963 
1964 int
1965 main ()
1966 {
1967 return $2 ();
1968   ;
1969   return 0;
1970 }
1971 _ACEOF
1972 if ac_fn_c_try_link "$LINENO"; then :
1973   eval "$3=yes"
1974 else
1975   eval "$3=no"
1976 fi
1977 rm -f core conftest.err conftest.$ac_objext \
1978     conftest$ac_exeext conftest.$ac_ext
1979 fi
1980 eval ac_res=\$$3
1981                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1982 $as_echo "$ac_res" >&6; }
1983   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1984 
1985 } # ac_fn_c_check_func
1986 
1987 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1988 # ----------------------------------------------------
1989 # Tries to find if the field MEMBER exists in type AGGR, after including
1990 # INCLUDES, setting cache variable VAR accordingly.
1991 ac_fn_c_check_member ()
1992 {
1993   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1994   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1995 $as_echo_n "checking for $2.$3... " >&6; }
1996 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1997   $as_echo_n "(cached) " >&6
1998 else
1999   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2000 /* end confdefs.h.  */
2001 $5
2002 int
2003 main ()
2004 {
2005 static $2 ac_aggr;
2006 if (ac_aggr.$3)
2007 return 0;
2008   ;
2009   return 0;
2010 }
2011 _ACEOF
2012 if ac_fn_c_try_compile "$LINENO"; then :
2013   eval "$4=yes"
2014 else
2015   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2016 /* end confdefs.h.  */
2017 $5
2018 int
2019 main ()
2020 {
2021 static $2 ac_aggr;
2022 if (sizeof ac_aggr.$3)
2023 return 0;
2024   ;
2025   return 0;
2026 }
2027 _ACEOF
2028 if ac_fn_c_try_compile "$LINENO"; then :
2029   eval "$4=yes"
2030 else
2031   eval "$4=no"
2032 fi
2033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2034 fi
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 fi
2037 eval ac_res=\$$4
2038                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2039 $as_echo "$ac_res" >&6; }
2040   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2041 
2042 } # ac_fn_c_check_member
2043 
2044 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2045 # -------------------------------------------
2046 # Tests whether TYPE exists after having included INCLUDES, setting cache
2047 # variable VAR accordingly.
2048 ac_fn_c_check_type ()
2049 {
2050   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2051   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2052 $as_echo_n "checking for $2... " >&6; }
2053 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2054   $as_echo_n "(cached) " >&6
2055 else
2056   eval "$3=no"
2057   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2058 /* end confdefs.h.  */
2059 $4
2060 int
2061 main ()
2062 {
2063 if (sizeof ($2))
2064          return 0;
2065   ;
2066   return 0;
2067 }
2068 _ACEOF
2069 if ac_fn_c_try_compile "$LINENO"; then :
2070   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2071 /* end confdefs.h.  */
2072 $4
2073 int
2074 main ()
2075 {
2076 if (sizeof (($2)))
2077             return 0;
2078   ;
2079   return 0;
2080 }
2081 _ACEOF
2082 if ac_fn_c_try_compile "$LINENO"; then :
2083 
2084 else
2085   eval "$3=yes"
2086 fi
2087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2088 fi
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2090 fi
2091 eval ac_res=\$$3
2092                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2093 $as_echo "$ac_res" >&6; }
2094   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2095 
2096 } # ac_fn_c_check_type
2097 cat >config.log <<_ACEOF
2098 This file contains any messages produced by compilers while
2099 running configure, to aid debugging if configure makes a mistake.
2100 
2101 It was created by Wine $as_me 1.3.3, which was
2102 generated by GNU Autoconf 2.65.  Invocation command line was
2103 
2104   $ $0 $@
2105 
2106 _ACEOF
2107 exec 5>>config.log
2108 {
2109 cat <<_ASUNAME
2110 ## --------- ##
2111 ## Platform. ##
2112 ## --------- ##
2113 
2114 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2115 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2116 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2117 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2118 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2119 
2120 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2121 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2122 
2123 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2124 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2125 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2126 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2127 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2128 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2129 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2130 
2131 _ASUNAME
2132 
2133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2134 for as_dir in $PATH
2135 do
2136   IFS=$as_save_IFS
2137   test -z "$as_dir" && as_dir=.
2138     $as_echo "PATH: $as_dir"
2139   done
2140 IFS=$as_save_IFS
2141 
2142 } >&5
2143 
2144 cat >&5 <<_ACEOF
2145 
2146 
2147 ## ----------- ##
2148 ## Core tests. ##
2149 ## ----------- ##
2150 
2151 _ACEOF
2152 
2153 
2154 # Keep a trace of the command line.
2155 # Strip out --no-create and --no-recursion so they do not pile up.
2156 # Strip out --silent because we don't want to record it for future runs.
2157 # Also quote any args containing shell meta-characters.
2158 # Make two passes to allow for proper duplicate-argument suppression.
2159 ac_configure_args=
2160 ac_configure_args0=
2161 ac_configure_args1=
2162 ac_must_keep_next=false
2163 for ac_pass in 1 2
2164 do
2165   for ac_arg
2166   do
2167     case $ac_arg in
2168     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2169     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2170     | -silent | --silent | --silen | --sile | --sil)
2171       continue ;;
2172     *\'*)
2173       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2174     esac
2175     case $ac_pass in
2176     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2177     2)
2178       as_fn_append ac_configure_args1 " '$ac_arg'"
2179       if test $ac_must_keep_next = true; then
2180         ac_must_keep_next=false # Got value, back to normal.
2181       else
2182         case $ac_arg in
2183           *=* | --config-cache | -C | -disable-* | --disable-* \
2184           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2185           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2186           | -with-* | --with-* | -without-* | --without-* | --x)
2187             case "$ac_configure_args0 " in
2188               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2189             esac
2190             ;;
2191           -* ) ac_must_keep_next=true ;;
2192         esac
2193       fi
2194       as_fn_append ac_configure_args " '$ac_arg'"
2195       ;;
2196     esac
2197   done
2198 done
2199 { ac_configure_args0=; unset ac_configure_args0;}
2200 { ac_configure_args1=; unset ac_configure_args1;}
2201 
2202 # When interrupted or exit'd, cleanup temporary files, and complete
2203 # config.log.  We remove comments because anyway the quotes in there
2204 # would cause problems or look ugly.
2205 # WARNING: Use '\'' to represent an apostrophe within the trap.
2206 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2207 trap 'exit_status=$?
2208   # Save into config.log some information that might help in debugging.
2209   {
2210     echo
2211 
2212     cat <<\_ASBOX
2213 ## ---------------- ##
2214 ## Cache variables. ##
2215 ## ---------------- ##
2216 _ASBOX
2217     echo
2218     # The following way of writing the cache mishandles newlines in values,
2219 (
2220   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2221     eval ac_val=\$$ac_var
2222     case $ac_val in #(
2223     *${as_nl}*)
2224       case $ac_var in #(
2225       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2226 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2227       esac
2228       case $ac_var in #(
2229       _ | IFS | as_nl) ;; #(
2230       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2231       *) { eval $ac_var=; unset $ac_var;} ;;
2232       esac ;;
2233     esac
2234   done
2235   (set) 2>&1 |
2236     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2237     *${as_nl}ac_space=\ *)
2238       sed -n \
2239         "s/'\''/'\''\\\\'\'''\''/g;
2240           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2241       ;; #(
2242     *)
2243       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2244       ;;
2245     esac |
2246     sort
2247 )
2248     echo
2249 
2250     cat <<\_ASBOX
2251 ## ----------------- ##
2252 ## Output variables. ##
2253 ## ----------------- ##
2254 _ASBOX
2255     echo
2256     for ac_var in $ac_subst_vars
2257     do
2258       eval ac_val=\$$ac_var
2259       case $ac_val in
2260       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2261       esac
2262       $as_echo "$ac_var='\''$ac_val'\''"
2263     done | sort
2264     echo
2265 
2266     if test -n "$ac_subst_files"; then
2267       cat <<\_ASBOX
2268 ## ------------------- ##
2269 ## File substitutions. ##
2270 ## ------------------- ##
2271 _ASBOX
2272       echo
2273       for ac_var in $ac_subst_files
2274       do
2275         eval ac_val=\$$ac_var
2276         case $ac_val in
2277         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2278         esac
2279         $as_echo "$ac_var='\''$ac_val'\''"
2280       done | sort
2281       echo
2282     fi
2283 
2284     if test -s confdefs.h; then
2285       cat <<\_ASBOX
2286 ## ----------- ##
2287 ## confdefs.h. ##
2288 ## ----------- ##
2289 _ASBOX
2290       echo
2291       cat confdefs.h
2292       echo
2293     fi
2294     test "$ac_signal" != 0 &&
2295       $as_echo "$as_me: caught signal $ac_signal"
2296     $as_echo "$as_me: exit $exit_status"
2297   } >&5
2298   rm -f core *.core core.conftest.* &&
2299     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2300     exit $exit_status
2301 ' 0
2302 for ac_signal in 1 2 13 15; do
2303   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2304 done
2305 ac_signal=0
2306 
2307 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2308 rm -f -r conftest* confdefs.h
2309 
2310 $as_echo "/* confdefs.h */" > confdefs.h
2311 
2312 # Predefined preprocessor variables.
2313 
2314 cat >>confdefs.h <<_ACEOF
2315 #define PACKAGE_NAME "$PACKAGE_NAME"
2316 _ACEOF
2317 
2318 cat >>confdefs.h <<_ACEOF
2319 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2320 _ACEOF
2321 
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2324 _ACEOF
2325 
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_STRING "$PACKAGE_STRING"
2328 _ACEOF
2329 
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2332 _ACEOF
2333 
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_URL "$PACKAGE_URL"
2336 _ACEOF
2337 
2338 
2339 # Let the site file select an alternate cache file if it wants to.
2340 # Prefer an explicitly selected file to automatically selected ones.
2341 ac_site_file1=NONE
2342 ac_site_file2=NONE
2343 if test -n "$CONFIG_SITE"; then
2344   ac_site_file1=$CONFIG_SITE
2345 elif test "x$prefix" != xNONE; then
2346   ac_site_file1=$prefix/share/config.site
2347   ac_site_file2=$prefix/etc/config.site
2348 else
2349   ac_site_file1=$ac_default_prefix/share/config.site
2350   ac_site_file2=$ac_default_prefix/etc/config.site
2351 fi
2352 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2353 do
2354   test "x$ac_site_file" = xNONE && continue
2355   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2356     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2357 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2358     sed 's/^/| /' "$ac_site_file" >&5
2359     . "$ac_site_file"
2360   fi
2361 done
2362 
2363 if test -r "$cache_file"; then
2364   # Some versions of bash will fail to source /dev/null (special files
2365   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2366   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2367     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2368 $as_echo "$as_me: loading cache $cache_file" >&6;}
2369     case $cache_file in
2370       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2371       *)                      . "./$cache_file";;
2372     esac
2373   fi
2374 else
2375   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2376 $as_echo "$as_me: creating cache $cache_file" >&6;}
2377   >$cache_file
2378 fi
2379 
2380 # Check that the precious variables saved in the cache have kept the same
2381 # value.
2382 ac_cache_corrupted=false
2383 for ac_var in $ac_precious_vars; do
2384   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2385   eval ac_new_set=\$ac_env_${ac_var}_set
2386   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2387   eval ac_new_val=\$ac_env_${ac_var}_value
2388   case $ac_old_set,$ac_new_set in
2389     set,)
2390       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2391 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2392       ac_cache_corrupted=: ;;
2393     ,set)
2394       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2395 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2396       ac_cache_corrupted=: ;;
2397     ,);;
2398     *)
2399       if test "x$ac_old_val" != "x$ac_new_val"; then
2400         # differences in whitespace do not lead to failure.
2401         ac_old_val_w=`echo x $ac_old_val`
2402         ac_new_val_w=`echo x $ac_new_val`
2403         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2404           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2405 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2406           ac_cache_corrupted=:
2407         else
2408           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2409 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2410           eval $ac_var=\$ac_old_val
2411         fi
2412         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2413 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2414         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2415 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2416       fi;;
2417   esac
2418   # Pass precious variables to config.status.
2419   if test "$ac_new_set" = set; then
2420     case $ac_new_val in
2421     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2422     *) ac_arg=$ac_var=$ac_new_val ;;
2423     esac
2424     case " $ac_configure_args " in
2425       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2426       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2427     esac
2428   fi
2429 done
2430 if $ac_cache_corrupted; then
2431   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2432 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2433   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2434 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2435   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2436 fi
2437 ## -------------------- ##
2438 ## Main body of script. ##
2439 ## -------------------- ##
2440 
2441 ac_ext=c
2442 ac_cpp='$CPP $CPPFLAGS'
2443 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2444 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2445 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2446 
2447 
2448 
2449 ac_config_headers="$ac_config_headers include/config.h"
2450 
2451 ac_aux_dir=
2452 for ac_dir in tools "$srcdir"/tools; do
2453   for ac_t in install-sh install.sh shtool; do
2454     if test -f "$ac_dir/$ac_t"; then
2455       ac_aux_dir=$ac_dir
2456       ac_install_sh="$ac_aux_dir/$ac_t -c"
2457       break 2
2458     fi
2459   done
2460 done
2461 if test -z "$ac_aux_dir"; then
2462   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2463 fi
2464 
2465 # These three variables are undocumented and unsupported,
2466 # and are intended to be withdrawn in a future Autoconf release.
2467 # They can cause serious problems if a builder's source tree is in a directory
2468 # whose full name contains unusual characters.
2469 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2470 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2471 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2472 
2473 
2474 
2475 
2476 
2477 # Check whether --enable-win16 was given.
2478 if test "${enable_win16+set}" = set; then :
2479   enableval=$enable_win16;
2480 fi
2481 
2482 # Check whether --enable-win64 was given.
2483 if test "${enable_win64+set}" = set; then :
2484   enableval=$enable_win64;
2485 fi
2486 
2487 # Check whether --enable-tests was given.
2488 if test "${enable_tests+set}" = set; then :
2489   enableval=$enable_tests;
2490 fi
2491 
2492 # Check whether --enable-maintainer-mode was given.
2493 if test "${enable_maintainer_mode+set}" = set; then :
2494   enableval=$enable_maintainer_mode;
2495 fi
2496 
2497 
2498 
2499 # Check whether --with-alsa was given.
2500 if test "${with_alsa+set}" = set; then :
2501   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2502 fi
2503 
2504 
2505 # Check whether --with-audioio was given.
2506 if test "${with_audioio+set}" = set; then :
2507   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2508 fi
2509 
2510 
2511 # Check whether --with-capi was given.
2512 if test "${with_capi+set}" = set; then :
2513   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2514 fi
2515 
2516 
2517 # Check whether --with-cms was given.
2518 if test "${with_cms+set}" = set; then :
2519   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2520 fi
2521 
2522 
2523 # Check whether --with-coreaudio was given.
2524 if test "${with_coreaudio+set}" = set; then :
2525   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2526 fi
2527 
2528 
2529 # Check whether --with-cups was given.
2530 if test "${with_cups+set}" = set; then :
2531   withval=$with_cups;
2532 fi
2533 
2534 
2535 # Check whether --with-curses was given.
2536 if test "${with_curses+set}" = set; then :
2537   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2538 fi
2539 
2540 
2541 # Check whether --with-esd was given.
2542 if test "${with_esd+set}" = set; then :
2543   withval=$with_esd;
2544 fi
2545 
2546 
2547 # Check whether --with-fontconfig was given.
2548 if test "${with_fontconfig+set}" = set; then :
2549   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2550 fi
2551 
2552 
2553 # Check whether --with-freetype was given.
2554 if test "${with_freetype+set}" = set; then :
2555   withval=$with_freetype;
2556 fi
2557 
2558 
2559 # Check whether --with-gphoto was given.
2560 if test "${with_gphoto+set}" = set; then :
2561   withval=$with_gphoto;
2562 fi
2563 
2564 
2565 # Check whether --with-glu was given.
2566 if test "${with_glu+set}" = set; then :
2567   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2568 fi
2569 
2570 
2571 # Check whether --with-gnutls was given.
2572 if test "${with_gnutls+set}" = set; then :
2573   withval=$with_gnutls;
2574 fi
2575 
2576 
2577 # Check whether --with-gsm was given.
2578 if test "${with_gsm+set}" = set; then :
2579   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2580 fi
2581 
2582 
2583 # Check whether --with-hal was given.
2584 if test "${with_hal+set}" = set; then :
2585   withval=$with_hal;
2586 fi
2587 
2588 
2589 # Check whether --with-icns was given.
2590 if test "${with_icns+set}" = set; then :
2591   withval=$with_icns; if test "x$withval" = "xno"; then ac_cv_header_icns_h=no; fi
2592 fi
2593 
2594 
2595 # Check whether --with-jack was given.
2596 if test "${with_jack+set}" = set; then :
2597   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2598 fi
2599 
2600 
2601 # Check whether --with-jpeg was given.
2602 if test "${with_jpeg+set}" = set; then :
2603   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2604 fi
2605 
2606 
2607 # Check whether --with-ldap was given.
2608 if test "${with_ldap+set}" = set; then :
2609   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2610 fi
2611 
2612 
2613 # Check whether --with-mpg123 was given.
2614 if test "${with_mpg123+set}" = set; then :
2615   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2616 fi
2617 
2618 
2619 # Check whether --with-nas was given.
2620 if test "${with_nas+set}" = set; then :
2621   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2622 fi
2623 
2624 
2625 # Check whether --with-openal was given.
2626 if test "${with_openal+set}" = set; then :
2627   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2628 fi
2629 
2630 
2631 # Check whether --with-opengl was given.
2632 if test "${with_opengl+set}" = set; then :
2633   withval=$with_opengl;
2634 fi
2635 
2636 
2637 # Check whether --with-openssl was given.
2638 if test "${with_openssl+set}" = set; then :
2639   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2640 fi
2641 
2642 
2643 # Check whether --with-oss was given.
2644 if test "${with_oss+set}" = set; then :
2645   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2646 fi
2647 
2648 
2649 # Check whether --with-png was given.
2650 if test "${with_png+set}" = set; then :
2651   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2652 fi
2653 
2654 
2655 # Check whether --with-pthread was given.
2656 if test "${with_pthread+set}" = set; then :
2657   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2658 fi
2659 
2660 
2661 # Check whether --with-sane was given.
2662 if test "${with_sane+set}" = set; then :
2663   withval=$with_sane;
2664 fi
2665 
2666 
2667 # Check whether --with-tiff was given.
2668 if test "${with_tiff+set}" = set; then :
2669   withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2670 fi
2671 
2672 
2673 # Check whether --with-v4l was given.
2674 if test "${with_v4l+set}" = set; then :
2675   withval=$with_v4l;
2676 fi
2677 
2678 
2679 # Check whether --with-xcomposite was given.
2680 if test "${with_xcomposite+set}" = set; then :
2681   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2682 fi
2683 
2684 
2685 # Check whether --with-xcursor was given.
2686 if test "${with_xcursor+set}" = set; then :
2687   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2688 fi
2689 
2690 
2691 # Check whether --with-xinerama was given.
2692 if test "${with_xinerama+set}" = set; then :
2693   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2694 fi
2695 
2696 
2697 # Check whether --with-xinput was given.
2698 if test "${with_xinput+set}" = set; then :
2699   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2700 fi
2701 
2702 
2703 # Check whether --with-xml was given.
2704 if test "${with_xml+set}" = set; then :
2705   withval=$with_xml;
2706 fi
2707 
2708 
2709 # Check whether --with-xrandr was given.
2710 if test "${with_xrandr+set}" = set; then :
2711   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2712 fi
2713 
2714 
2715 # Check whether --with-xrender was given.
2716 if test "${with_xrender+set}" = set; then :
2717   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2718 fi
2719 
2720 
2721 # Check whether --with-xshape was given.
2722 if test "${with_xshape+set}" = set; then :
2723   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2724 fi
2725 
2726 
2727 # Check whether --with-xshm was given.
2728 if test "${with_xshm+set}" = set; then :
2729   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2730 fi
2731 
2732 
2733 # Check whether --with-xslt was given.
2734 if test "${with_xslt+set}" = set; then :
2735   withval=$with_xslt;
2736 fi
2737 
2738 
2739 # Check whether --with-xxf86vm was given.
2740 if test "${with_xxf86vm+set}" = set; then :
2741   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2742 fi
2743 
2744 
2745 
2746 # Check whether --with-wine-tools was given.
2747 if test "${with_wine_tools+set}" = set; then :
2748   withval=$with_wine_tools;
2749 fi
2750 
2751 
2752 # Check whether --with-wine64 was given.
2753 if test "${with_wine64+set}" = set; then :
2754   withval=$with_wine64;
2755 fi
2756 
2757 
2758 # Make sure we can run config.sub.
2759 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2760   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2761 
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2763 $as_echo_n "checking build system type... " >&6; }
2764 if test "${ac_cv_build+set}" = set; then :
2765   $as_echo_n "(cached) " >&6
2766 else
2767   ac_build_alias=$build_alias
2768 test "x$ac_build_alias" = x &&
2769   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2770 test "x$ac_build_alias" = x &&
2771   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2772 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2773   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2774 
2775 fi
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2777 $as_echo "$ac_cv_build" >&6; }
2778 case $ac_cv_build in
2779 *-*-*) ;;
2780 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2781 esac
2782 build=$ac_cv_build
2783 ac_save_IFS=$IFS; IFS='-'
2784 set x $ac_cv_build
2785 shift
2786 build_cpu=$1
2787 build_vendor=$2
2788 shift; shift
2789 # Remember, the first character of IFS is used to create $*,
2790 # except with old shells:
2791 build_os=$*
2792 IFS=$ac_save_IFS
2793 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2794 
2795 
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2797 $as_echo_n "checking host system type... " >&6; }
2798 if test "${ac_cv_host+set}" = set; then :
2799   $as_echo_n "(cached) " >&6
2800 else
2801   if test "x$host_alias" = x; then
2802   ac_cv_host=$ac_cv_build
2803 else
2804   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2805     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2806 fi
2807 
2808 fi
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2810 $as_echo "$ac_cv_host" >&6; }
2811 case $ac_cv_host in
2812 *-*-*) ;;
2813 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2814 esac
2815 host=$ac_cv_host
2816 ac_save_IFS=$IFS; IFS='-'
2817 set x $ac_cv_host
2818 shift
2819 host_cpu=$1
2820 host_vendor=$2
2821 shift; shift
2822 # Remember, the first character of IFS is used to create $*,
2823 # except with old shells:
2824 host_os=$*
2825 IFS=$ac_save_IFS
2826 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2827 
2828 
2829 
2830 case "$srcdir" in
2831  .) ;;
2832  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2833       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2834 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2835     fi ;;
2836 esac
2837 
2838 
2839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2840 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2841 set x ${MAKE-make}
2842 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2843 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2844   $as_echo_n "(cached) " >&6
2845 else
2846   cat >conftest.make <<\_ACEOF
2847 SHELL = /bin/sh
2848 all:
2849         @echo '@@@%%%=$(MAKE)=@@@%%%'
2850 _ACEOF
2851 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2852 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2853   *@@@%%%=?*=@@@%%%*)
2854     eval ac_cv_prog_make_${ac_make}_set=yes;;
2855   *)
2856     eval ac_cv_prog_make_${ac_make}_set=no;;
2857 esac
2858 rm -f conftest.make
2859 fi
2860 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2861   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2862 $as_echo "yes" >&6; }
2863   SET_MAKE=
2864 else
2865   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2866 $as_echo "no" >&6; }
2867   SET_MAKE="MAKE=${MAKE-make}"
2868 fi
2869 
2870 ac_ext=c
2871 ac_cpp='$CPP $CPPFLAGS'
2872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2875 if test -n "$ac_tool_prefix"; then
2876   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2877 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2879 $as_echo_n "checking for $ac_word... " >&6; }
2880 if test "${ac_cv_prog_CC+set}" = set; then :
2881   $as_echo_n "(cached) " >&6
2882 else
2883   if test -n "$CC"; then
2884   ac_cv_prog_CC="$CC" # Let the user override the test.
2885 else
2886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2887 for as_dir in $PATH
2888 do
2889   IFS=$as_save_IFS
2890   test -z "$as_dir" && as_dir=.
2891     for ac_exec_ext in '' $ac_executable_extensions; do
2892   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2893     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2894     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2895     break 2
2896   fi
2897 done
2898   done
2899 IFS=$as_save_IFS
2900 
2901 fi
2902 fi
2903 CC=$ac_cv_prog_CC
2904 if test -n "$CC"; then
2905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2906 $as_echo "$CC" >&6; }
2907 else
2908   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2909 $as_echo "no" >&6; }
2910 fi
2911 
2912 
2913 fi
2914 if test -z "$ac_cv_prog_CC"; then
2915   ac_ct_CC=$CC
2916   # Extract the first word of "gcc", so it can be a program name with args.
2917 set dummy gcc; ac_word=$2
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2919 $as_echo_n "checking for $ac_word... " >&6; }
2920 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2921   $as_echo_n "(cached) " >&6
2922 else
2923   if test -n "$ac_ct_CC"; then
2924   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2925 else
2926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2927 for as_dir in $PATH
2928 do
2929   IFS=$as_save_IFS
2930   test -z "$as_dir" && as_dir=.
2931     for ac_exec_ext in '' $ac_executable_extensions; do
2932   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2933     ac_cv_prog_ac_ct_CC="gcc"
2934     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2935     break 2
2936   fi
2937 done
2938   done
2939 IFS=$as_save_IFS
2940 
2941 fi
2942 fi
2943 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2944 if test -n "$ac_ct_CC"; then
2945   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2946 $as_echo "$ac_ct_CC" >&6; }
2947 else
2948   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2949 $as_echo "no" >&6; }
2950 fi
2951 
2952   if test "x$ac_ct_CC" = x; then
2953     CC=""
2954   else
2955     case $cross_compiling:$ac_tool_warned in
2956 yes:)
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2958 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2959 ac_tool_warned=yes ;;
2960 esac
2961     CC=$ac_ct_CC
2962   fi
2963 else
2964   CC="$ac_cv_prog_CC"
2965 fi
2966 
2967 if test -z "$CC"; then
2968           if test -n "$ac_tool_prefix"; then
2969     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2970 set dummy ${ac_tool_prefix}cc; ac_word=$2
2971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2972 $as_echo_n "checking for $ac_word... " >&6; }
2973 if test "${ac_cv_prog_CC+set}" = set; then :
2974   $as_echo_n "(cached) " >&6
2975 else
2976   if test -n "$CC"; then
2977   ac_cv_prog_CC="$CC" # Let the user override the test.
2978 else
2979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2980 for as_dir in $PATH
2981 do
2982   IFS=$as_save_IFS
2983   test -z "$as_dir" && as_dir=.
2984     for ac_exec_ext in '' $ac_executable_extensions; do
2985   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2986     ac_cv_prog_CC="${ac_tool_prefix}cc"
2987     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2988     break 2
2989   fi
2990 done
2991   done
2992 IFS=$as_save_IFS
2993 
2994 fi
2995 fi
2996 CC=$ac_cv_prog_CC
2997 if test -n "$CC"; then
2998   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2999 $as_echo "$CC" >&6; }
3000 else
3001   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3002 $as_echo "no" >&6; }
3003 fi
3004 
3005 
3006   fi
3007 fi
3008 if test -z "$CC"; then
3009   # Extract the first word of "cc", so it can be a program name with args.
3010 set dummy cc; ac_word=$2
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3012 $as_echo_n "checking for $ac_word... " >&6; }
3013 if test "${ac_cv_prog_CC+set}" = set; then :
3014   $as_echo_n "(cached) " >&6
3015 else
3016   if test -n "$CC"; then
3017   ac_cv_prog_CC="$CC" # Let the user override the test.
3018 else
3019   ac_prog_rejected=no
3020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3021 for as_dir in $PATH
3022 do
3023   IFS=$as_save_IFS
3024   test -z "$as_dir" && as_dir=.
3025     for ac_exec_ext in '' $ac_executable_extensions; do
3026   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3027     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3028        ac_prog_rejected=yes
3029        continue
3030      fi
3031     ac_cv_prog_CC="cc"
3032     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3033     break 2
3034   fi
3035 done
3036   done
3037 IFS=$as_save_IFS
3038 
3039 if test $ac_prog_rejected = yes; then
3040   # We found a bogon in the path, so make sure we never use it.
3041   set dummy $ac_cv_prog_CC
3042   shift
3043   if test $# != 0; then
3044     # We chose a different compiler from the bogus one.
3045     # However, it has the same basename, so the bogon will be chosen
3046     # first if we set CC to just the basename; use the full file name.
3047     shift
3048     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3049   fi
3050 fi
3051 fi
3052 fi
3053 CC=$ac_cv_prog_CC
3054 if test -n "$CC"; then
3055   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3056 $as_echo "$CC" >&6; }
3057 else
3058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3059 $as_echo "no" >&6; }
3060 fi
3061 
3062 
3063 fi
3064 if test -z "$CC"; then
3065   if test -n "$ac_tool_prefix"; then
3066   for ac_prog in cl.exe
3067   do
3068     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3069 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3071 $as_echo_n "checking for $ac_word... " >&6; }
3072 if test "${ac_cv_prog_CC+set}" = set; then :
3073   $as_echo_n "(cached) " >&6
3074 else
3075   if test -n "$CC"; then
3076   ac_cv_prog_CC="$CC" # Let the user override the test.
3077 else
3078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3079 for as_dir in $PATH
3080 do
3081   IFS=$as_save_IFS
3082   test -z "$as_dir" && as_dir=.
3083     for ac_exec_ext in '' $ac_executable_extensions; do
3084   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3085     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3086     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3087     break 2
3088   fi
3089 done
3090   done
3091 IFS=$as_save_IFS
3092 
3093 fi
3094 fi
3095 CC=$ac_cv_prog_CC
3096 if test -n "$CC"; then
3097   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3098 $as_echo "$CC" >&6; }
3099 else
3100   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3101 $as_echo "no" >&6; }
3102 fi
3103 
3104 
3105     test -n "$CC" && break
3106   done
3107 fi
3108 if test -z "$CC"; then
3109   ac_ct_CC=$CC
3110   for ac_prog in cl.exe
3111 do
3112   # Extract the first word of "$ac_prog", so it can be a program name with args.
3113 set dummy $ac_prog; ac_word=$2
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3115 $as_echo_n "checking for $ac_word... " >&6; }
3116 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3117   $as_echo_n "(cached) " >&6
3118 else
3119   if test -n "$ac_ct_CC"; then
3120   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3121 else
3122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3123 for as_dir in $PATH
3124 do
3125   IFS=$as_save_IFS
3126   test -z "$as_dir" && as_dir=.
3127     for ac_exec_ext in '' $ac_executable_extensions; do
3128   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3129     ac_cv_prog_ac_ct_CC="$ac_prog"
3130     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3131     break 2
3132   fi
3133 done
3134   done
3135 IFS=$as_save_IFS
3136 
3137 fi
3138 fi
3139 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3140 if test -n "$ac_ct_CC"; then
3141   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3142 $as_echo "$ac_ct_CC" >&6; }
3143 else
3144   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3145 $as_echo "no" >&6; }
3146 fi
3147 
3148 
3149   test -n "$ac_ct_CC" && break
3150 done
3151 
3152   if test "x$ac_ct_CC" = x; then
3153     CC=""
3154   else
3155     case $cross_compiling:$ac_tool_warned in
3156 yes:)
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3158 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3159 ac_tool_warned=yes ;;
3160 esac
3161     CC=$ac_ct_CC
3162   fi
3163 fi
3164 
3165 fi
3166 
3167 
3168 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3169 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3170 as_fn_error "no acceptable C compiler found in \$PATH
3171 See \`config.log' for more details." "$LINENO" 5; }
3172 
3173 # Provide some information about the compiler.
3174 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3175 set X $ac_compile
3176 ac_compiler=$2
3177 for ac_option in --version -v -V -qversion; do
3178   { { ac_try="$ac_compiler $ac_option >&5"
3179 case "(($ac_try" in
3180   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3181   *) ac_try_echo=$ac_try;;
3182 esac
3183 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3184 $as_echo "$ac_try_echo"; } >&5
3185   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3186   ac_status=$?
3187   if test -s conftest.err; then
3188     sed '10a\
3189 ... rest of stderr output deleted ...
3190          10q' conftest.err >conftest.er1
3191     cat conftest.er1 >&5
3192   fi
3193   rm -f conftest.er1 conftest.err
3194   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3195   test $ac_status = 0; }
3196 done
3197 
3198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3199 /* end confdefs.h.  */
3200 
3201 int
3202 main ()
3203 {
3204 
3205   ;
3206   return 0;
3207 }
3208 _ACEOF
3209 ac_clean_files_save=$ac_clean_files
3210 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3211 # Try to create an executable without -o first, disregard a.out.
3212 # It will help us diagnose broken compilers, and finding out an intuition
3213 # of exeext.
3214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3215 $as_echo_n "checking whether the C compiler works... " >&6; }
3216 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3217 
3218 # The possible output files:
3219 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3220 
3221 ac_rmfiles=
3222 for ac_file in $ac_files
3223 do
3224   case $ac_file in
3225     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3226     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3227   esac
3228 done
3229 rm -f $ac_rmfiles
3230 
3231 if { { ac_try="$ac_link_default"
3232 case "(($ac_try" in
3233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3234   *) ac_try_echo=$ac_try;;
3235 esac
3236 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3237 $as_echo "$ac_try_echo"; } >&5
3238   (eval "$ac_link_default") 2>&5
3239   ac_status=$?
3240   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3241   test $ac_status = 0; }; then :
3242   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3243 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3244 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3245 # so that the user can short-circuit this test for compilers unknown to
3246 # Autoconf.
3247 for ac_file in $ac_files ''
3248 do
3249   test -f "$ac_file" || continue
3250   case $ac_file in
3251     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3252         ;;
3253     [ab].out )
3254         # We found the default executable, but exeext='' is most
3255         # certainly right.
3256         break;;
3257     *.* )
3258         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3259         then :; else
3260            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3261         fi
3262         # We set ac_cv_exeext here because the later test for it is not
3263         # safe: cross compilers may not add the suffix if given an `-o'
3264         # argument, so we may need to know it at that point already.
3265         # Even if this section looks crufty: it has the advantage of
3266         # actually working.
3267         break;;
3268     * )
3269         break;;
3270   esac
3271 done
3272 test "$ac_cv_exeext" = no && ac_cv_exeext=
3273 
3274 else
3275   ac_file=''
3276 fi
3277 if test -z "$ac_file"; then :
3278   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3279 $as_echo "no" >&6; }
3280 $as_echo "$as_me: failed program was:" >&5
3281 sed 's/^/| /' conftest.$ac_ext >&5
3282 
3283 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3284 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3285 { as_fn_set_status 77
3286 as_fn_error "C compiler cannot create executables
3287 See \`config.log' for more details." "$LINENO" 5; }; }
3288 else
3289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3290 $as_echo "yes" >&6; }
3291 fi
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3293 $as_echo_n "checking for C compiler default output file name... " >&6; }
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3295 $as_echo "$ac_file" >&6; }
3296 ac_exeext=$ac_cv_exeext
3297 
3298 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3299 ac_clean_files=$ac_clean_files_save
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3301 $as_echo_n "checking for suffix of executables... " >&6; }
3302 if { { ac_try="$ac_link"
3303 case "(($ac_try" in
3304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3305   *) ac_try_echo=$ac_try;;
3306 esac
3307 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3308 $as_echo "$ac_try_echo"; } >&5
3309   (eval "$ac_link") 2>&5
3310   ac_status=$?
3311   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3312   test $ac_status = 0; }; then :
3313   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3314 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3315 # work properly (i.e., refer to `conftest.exe'), while it won't with
3316 # `rm'.
3317 for ac_file in conftest.exe conftest conftest.*; do
3318   test -f "$ac_file" || continue
3319   case $ac_file in
3320     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3321     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3322           break;;
3323     * ) break;;
3324   esac
3325 done
3326 else
3327   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3328 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3329 as_fn_error "cannot compute suffix of executables: cannot compile and link
3330 See \`config.log' for more details." "$LINENO" 5; }
3331 fi
3332 rm -f conftest conftest$ac_cv_exeext
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3334 $as_echo "$ac_cv_exeext" >&6; }
3335 
3336 rm -f conftest.$ac_ext
3337 EXEEXT=$ac_cv_exeext
3338 ac_exeext=$EXEEXT
3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3340 /* end confdefs.h.  */
3341 #include <stdio.h>
3342 int
3343 main ()
3344 {
3345 FILE *f = fopen ("conftest.out", "w");
3346  return ferror (f) || fclose (f) != 0;
3347 
3348   ;
3349   return 0;
3350 }
3351 _ACEOF
3352 ac_clean_files="$ac_clean_files conftest.out"
3353 # Check that the compiler produces executables we can run.  If not, either
3354 # the compiler is broken, or we cross compile.
3355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3356 $as_echo_n "checking whether we are cross compiling... " >&6; }
3357 if test "$cross_compiling" != yes; then
3358   { { ac_try="$ac_link"
3359 case "(($ac_try" in
3360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3361   *) ac_try_echo=$ac_try;;
3362 esac
3363 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3364 $as_echo "$ac_try_echo"; } >&5
3365   (eval "$ac_link") 2>&5
3366   ac_status=$?
3367   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3368   test $ac_status = 0; }
3369   if { ac_try='./conftest$ac_cv_exeext'
3370   { { case "(($ac_try" in
3371   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3372   *) ac_try_echo=$ac_try;;
3373 esac
3374 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3375 $as_echo "$ac_try_echo"; } >&5
3376   (eval "$ac_try") 2>&5
3377   ac_status=$?
3378   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3379   test $ac_status = 0; }; }; then
3380     cross_compiling=no
3381   else
3382     if test "$cross_compiling" = maybe; then
3383         cross_compiling=yes
3384     else
3385         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3386 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3387 as_fn_error "cannot run C compiled programs.
3388 If you meant to cross compile, use \`--host'.
3389 See \`config.log' for more details." "$LINENO" 5; }
3390     fi
3391   fi
3392 fi
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3394 $as_echo "$cross_compiling" >&6; }
3395 
3396 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3397 ac_clean_files=$ac_clean_files_save
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3399 $as_echo_n "checking for suffix of object files... " >&6; }
3400 if test "${ac_cv_objext+set}" = set; then :
3401   $as_echo_n "(cached) " >&6
3402 else
3403   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3404 /* end confdefs.h.  */
3405 
3406 int
3407 main ()
3408 {
3409 
3410   ;
3411   return 0;
3412 }
3413 _ACEOF
3414 rm -f conftest.o conftest.obj
3415 if { { ac_try="$ac_compile"
3416 case "(($ac_try" in
3417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3418   *) ac_try_echo=$ac_try;;
3419 esac
3420 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3421 $as_echo "$ac_try_echo"; } >&5
3422   (eval "$ac_compile") 2>&5
3423   ac_status=$?
3424   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3425   test $ac_status = 0; }; then :
3426   for ac_file in conftest.o conftest.obj conftest.*; do
3427   test -f "$ac_file" || continue;
3428   case $ac_file in
3429     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3430     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3431        break;;
3432   esac
3433 done
3434 else
3435   $as_echo "$as_me: failed program was:" >&5
3436 sed 's/^/| /' conftest.$ac_ext >&5
3437 
3438 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3440 as_fn_error "cannot compute suffix of object files: cannot compile
3441 See \`config.log' for more details." "$LINENO" 5; }
3442 fi
3443 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3444 fi
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3446 $as_echo "$ac_cv_objext" >&6; }
3447 OBJEXT=$ac_cv_objext
3448 ac_objext=$OBJEXT
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3450 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3451 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3452   $as_echo_n "(cached) " >&6
3453 else
3454   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3455 /* end confdefs.h.  */
3456 
3457 int
3458 main ()
3459 {
3460 #ifndef __GNUC__
3461        choke me
3462 #endif
3463 
3464   ;
3465   return 0;
3466 }
3467 _ACEOF
3468 if ac_fn_c_try_compile "$LINENO"; then :
3469   ac_compiler_gnu=yes
3470 else
3471   ac_compiler_gnu=no
3472 fi
3473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3474 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3475 
3476 fi
3477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3478 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3479 if test $ac_compiler_gnu = yes; then
3480   GCC=yes
3481 else
3482   GCC=
3483 fi
3484 ac_test_CFLAGS=${CFLAGS+set}
3485 ac_save_CFLAGS=$CFLAGS
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3487 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3488 if test "${ac_cv_prog_cc_g+set}" = set; then :
3489   $as_echo_n "(cached) " >&6
3490 else
3491   ac_save_c_werror_flag=$ac_c_werror_flag
3492    ac_c_werror_flag=yes
3493    ac_cv_prog_cc_g=no
3494    CFLAGS="-g"
3495    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3496 /* end confdefs.h.  */
3497 
3498 int
3499 main ()
3500 {
3501 
3502   ;
3503   return 0;
3504 }
3505 _ACEOF
3506 if ac_fn_c_try_compile "$LINENO"; then :
3507   ac_cv_prog_cc_g=yes
3508 else
3509   CFLAGS=""
3510       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3511 /* end confdefs.h.  */
3512 
3513 int
3514 main ()
3515 {
3516 
3517   ;
3518   return 0;
3519 }
3520 _ACEOF
3521 if ac_fn_c_try_compile "$LINENO"; then :
3522 
3523 else
3524   ac_c_werror_flag=$ac_save_c_werror_flag
3525          CFLAGS="-g"
3526          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3527 /* end confdefs.h.  */
3528 
3529 int
3530 main ()
3531 {
3532 
3533   ;
3534   return 0;
3535 }
3536 _ACEOF
3537 if ac_fn_c_try_compile "$LINENO"; then :
3538   ac_cv_prog_cc_g=yes
3539 fi
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 fi
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 fi
3544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545    ac_c_werror_flag=$ac_save_c_werror_flag
3546 fi
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3548 $as_echo "$ac_cv_prog_cc_g" >&6; }
3549 if test "$ac_test_CFLAGS" = set; then
3550   CFLAGS=$ac_save_CFLAGS
3551 elif test $ac_cv_prog_cc_g = yes; then
3552   if test "$GCC" = yes; then
3553     CFLAGS="-g -O2"
3554   else
3555     CFLAGS="-g"
3556   fi
3557 else
3558   if test "$GCC" = yes; then
3559     CFLAGS="-O2"
3560   else
3561     CFLAGS=
3562   fi
3563 fi
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3565 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3566 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3567   $as_echo_n "(cached) " >&6
3568 else
3569   ac_cv_prog_cc_c89=no
3570 ac_save_CC=$CC
3571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3572 /* end confdefs.h.  */
3573 #include <stdarg.h>
3574 #include <stdio.h>
3575 #include <sys/types.h>
3576 #include <sys/stat.h>
3577 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3578 struct buf { int x; };
3579 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3580 static char *e (p, i)
3581      char **p;
3582      int i;
3583 {
3584   return p[i];
3585 }
3586 static char *f (char * (*g) (char **, int), char **p, ...)
3587 {
3588   char *s;
3589   va_list v;
3590   va_start (v,p);
3591   s = g (p, va_arg (v,int));
3592   va_end (v);
3593   return s;
3594 }
3595 
3596 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3597    function prototypes and stuff, but not '\xHH' hex character constants.
3598    These don't provoke an error unfortunately, instead are silently treated
3599    as 'x'.  The following induces an error, until -std is added to get
3600    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3601    array size at least.  It's necessary to write '\x00'==0 to get something
3602    that's true only with -std.  */
3603 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3604 
3605 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3606    inside strings and character constants.  */
3607 #define FOO(x) 'x'
3608 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3609 
3610 int test (int i, double x);
3611 struct s1 {int (*f) (int a);};
3612 struct s2 {int (*f) (double a);};
3613 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3614 int argc;
3615 char **argv;
3616 int
3617 main ()
3618 {
3619 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3620   ;
3621   return 0;
3622 }
3623 _ACEOF
3624 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3625         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3626 do
3627   CC="$ac_save_CC $ac_arg"
3628   if ac_fn_c_try_compile "$LINENO"; then :
3629   ac_cv_prog_cc_c89=$ac_arg
3630 fi
3631 rm -f core conftest.err conftest.$ac_objext
3632   test "x$ac_cv_prog_cc_c89" != "xno" && break
3633 done
3634 rm -f conftest.$ac_ext
3635 CC=$ac_save_CC
3636 
3637 fi
3638 # AC_CACHE_VAL
3639 case "x$ac_cv_prog_cc_c89" in
3640   x)
3641     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3642 $as_echo "none needed" >&6; } ;;
3643   xno)
3644     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3645 $as_echo "unsupported" >&6; } ;;
3646   *)
3647     CC="$CC $ac_cv_prog_cc_c89"
3648     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3649 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3650 esac
3651 if test "x$ac_cv_prog_cc_c89" != xno; then :
3652 
3653 fi
3654 
3655 ac_ext=c
3656 ac_cpp='$CPP $CPPFLAGS'
3657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3658 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3659 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3660 
3661 ac_ext=cpp
3662 ac_cpp='$CXXCPP $CPPFLAGS'
3663 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3664 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3665 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3666 if test -z "$CXX"; then
3667   if test -n "$CCC"; then
3668     CXX=$CCC
3669   else
3670     if test -n "$ac_tool_prefix"; then
3671   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3672   do
3673     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3674 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3676 $as_echo_n "checking for $ac_word... " >&6; }
3677 if test "${ac_cv_prog_CXX+set}" = set; then :
3678   $as_echo_n "(cached) " >&6
3679 else
3680   if test -n "$CXX"; then
3681   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3682 else
3683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3684 for as_dir in $PATH
3685 do
3686   IFS=$as_save_IFS
3687   test -z "$as_dir" && as_dir=.
3688     for ac_exec_ext in '' $ac_executable_extensions; do
3689   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3690     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3691     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3692     break 2
3693   fi
3694 done
3695   done
3696 IFS=$as_save_IFS
3697 
3698 fi
3699 fi
3700 CXX=$ac_cv_prog_CXX
3701 if test -n "$CXX"; then
3702   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3703 $as_echo "$CXX" >&6; }
3704 else
3705   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3706 $as_echo "no" >&6; }
3707 fi
3708 
3709 
3710     test -n "$CXX" && break
3711   done
3712 fi
3713 if test -z "$CXX"; then
3714   ac_ct_CXX=$CXX
3715   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3716 do
3717   # Extract the first word of "$ac_prog", so it can be a program name with args.
3718 set dummy $ac_prog; ac_word=$2
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3720 $as_echo_n "checking for $ac_word... " >&6; }
3721 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3722   $as_echo_n "(cached) " >&6
3723 else
3724   if test -n "$ac_ct_CXX"; then
3725   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3726 else
3727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3728 for as_dir in $PATH
3729 do
3730   IFS=$as_save_IFS
3731   test -z "$as_dir" && as_dir=.
3732     for ac_exec_ext in '' $ac_executable_extensions; do
3733   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3734     ac_cv_prog_ac_ct_CXX="$ac_prog"
3735     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3736     break 2
3737   fi
3738 done
3739   done
3740 IFS=$as_save_IFS
3741 
3742 fi
3743 fi
3744 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3745 if test -n "$ac_ct_CXX"; then
3746   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3747 $as_echo "$ac_ct_CXX" >&6; }
3748 else
3749   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3750 $as_echo "no" >&6; }
3751 fi
3752 
3753 
3754   test -n "$ac_ct_CXX" && break
3755 done
3756 
3757   if test "x$ac_ct_CXX" = x; then
3758     CXX="g++"
3759   else
3760     case $cross_compiling:$ac_tool_warned in
3761 yes:)
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3763 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3764 ac_tool_warned=yes ;;
3765 esac
3766     CXX=$ac_ct_CXX
3767   fi
3768 fi
3769 
3770   fi
3771 fi
3772 # Provide some information about the compiler.
3773 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3774 set X $ac_compile
3775 ac_compiler=$2
3776 for ac_option in --version -v -V -qversion; do
3777   { { ac_try="$ac_compiler $ac_option >&5"
3778 case "(($ac_try" in
3779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3780   *) ac_try_echo=$ac_try;;
3781 esac
3782 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3783 $as_echo "$ac_try_echo"; } >&5
3784   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3785   ac_status=$?
3786   if test -s conftest.err; then
3787     sed '10a\
3788 ... rest of stderr output deleted ...
3789          10q' conftest.err >conftest.er1
3790     cat conftest.er1 >&5
3791   fi
3792   rm -f conftest.er1 conftest.err
3793   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3794   test $ac_status = 0; }
3795 done
3796 
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3798 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3799 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3800   $as_echo_n "(cached) " >&6
3801 else
3802   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3803 /* end confdefs.h.  */
3804 
3805 int
3806 main ()
3807 {
3808 #ifndef __GNUC__
3809        choke me
3810 #endif
3811 
3812   ;
3813   return 0;
3814 }
3815 _ACEOF
3816 if ac_fn_cxx_try_compile "$LINENO"; then :
3817   ac_compiler_gnu=yes
3818 else
3819   ac_compiler_gnu=no
3820 fi
3821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3822 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3823 
3824 fi
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3826 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3827 if test $ac_compiler_gnu = yes; then
3828   GXX=yes
3829 else
3830   GXX=
3831 fi
3832 ac_test_CXXFLAGS=${CXXFLAGS+set}
3833 ac_save_CXXFLAGS=$CXXFLAGS
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3835 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3836 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3837   $as_echo_n "(cached) " >&6
3838 else
3839   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3840    ac_cxx_werror_flag=yes
3841    ac_cv_prog_cxx_g=no
3842    CXXFLAGS="-g"
3843    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3844 /* end confdefs.h.  */
3845 
3846 int
3847 main ()
3848 {
3849 
3850   ;
3851   return 0;
3852 }
3853 _ACEOF
3854 if ac_fn_cxx_try_compile "$LINENO"; then :
3855   ac_cv_prog_cxx_g=yes
3856 else
3857   CXXFLAGS=""
3858       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3859 /* end confdefs.h.  */
3860 
3861 int
3862 main ()
3863 {
3864 
3865   ;
3866   return 0;
3867 }
3868 _ACEOF
3869 if ac_fn_cxx_try_compile "$LINENO"; then :
3870 
3871 else
3872   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3873          CXXFLAGS="-g"
3874          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3875 /* end confdefs.h.  */
3876 
3877 int
3878 main ()
3879 {
3880 
3881   ;
3882   return 0;
3883 }
3884 _ACEOF
3885 if ac_fn_cxx_try_compile "$LINENO"; then :
3886   ac_cv_prog_cxx_g=yes
3887 fi
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 fi
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 fi
3892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3893    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3894 fi
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3896 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3897 if test "$ac_test_CXXFLAGS" = set; then
3898   CXXFLAGS=$ac_save_CXXFLAGS
3899 elif test $ac_cv_prog_cxx_g = yes; then
3900   if test "$GXX" = yes; then
3901     CXXFLAGS="-g -O2"
3902   else
3903     CXXFLAGS="-g"
3904   fi
3905 else
3906   if test "$GXX" = yes; then
3907     CXXFLAGS="-O2"
3908   else
3909     CXXFLAGS=
3910   fi
3911 fi
3912 ac_ext=c
3913 ac_cpp='$CPP $CPPFLAGS'
3914 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3915 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3916 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3917 
3918 if test -n "$ac_tool_prefix"; then
3919   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3920 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3922 $as_echo_n "checking for $ac_word... " >&6; }
3923 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3924   $as_echo_n "(cached) " >&6
3925 else
3926   if test -n "$CPPBIN"; then
3927   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3928 else
3929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3930 for as_dir in $PATH
3931 do
3932   IFS=$as_save_IFS
3933   test -z "$as_dir" && as_dir=.
3934     for ac_exec_ext in '' $ac_executable_extensions; do
3935   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3936     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3937     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3938     break 2
3939   fi
3940 done
3941   done
3942 IFS=$as_save_IFS
3943 
3944 fi
3945 fi
3946 CPPBIN=$ac_cv_prog_CPPBIN
3947 if test -n "$CPPBIN"; then
3948   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3949 $as_echo "$CPPBIN" >&6; }
3950 else
3951   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3952 $as_echo "no" >&6; }
3953 fi
3954 
3955 
3956 fi
3957 if test -z "$ac_cv_prog_CPPBIN"; then
3958   ac_ct_CPPBIN=$CPPBIN
3959   # Extract the first word of "cpp", so it can be a program name with args.
3960 set dummy cpp; ac_word=$2
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3962 $as_echo_n "checking for $ac_word... " >&6; }
3963 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3964   $as_echo_n "(cached) " >&6
3965 else
3966   if test -n "$ac_ct_CPPBIN"; then
3967   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3968 else
3969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3970 for as_dir in $PATH
3971 do
3972   IFS=$as_save_IFS
3973   test -z "$as_dir" && as_dir=.
3974     for ac_exec_ext in '' $ac_executable_extensions; do
3975   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3976     ac_cv_prog_ac_ct_CPPBIN="cpp"
3977     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3978     break 2
3979   fi
3980 done
3981   done
3982 IFS=$as_save_IFS
3983 
3984 fi
3985 fi
3986 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3987 if test -n "$ac_ct_CPPBIN"; then
3988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3989 $as_echo "$ac_ct_CPPBIN" >&6; }
3990 else
3991   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3992 $as_echo "no" >&6; }
3993 fi
3994 
3995   if test "x$ac_ct_CPPBIN" = x; then
3996     CPPBIN="cpp"
3997   else
3998     case $cross_compiling:$ac_tool_warned in
3999 yes:)
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4001 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4002 ac_tool_warned=yes ;;
4003 esac
4004     CPPBIN=$ac_ct_CPPBIN
4005   fi
4006 else
4007   CPPBIN="$ac_cv_prog_CPPBIN"
4008 fi
4009 
4010 
4011 cat >>confdefs.h <<_ACEOF
4012 #define EXEEXT "$ac_exeext"
4013 _ACEOF
4014 
4015 
4016 case $host in
4017   *-darwin*)
4018     if test "x$enable_win64" = "xyes"
4019     then
4020       CC="$CC -m64"
4021       CXX="$CXX -m64"
4022       LD="${LD:-ld} -arch x86_64"
4023       AS="${AS:-as} -arch x86_64"
4024       host_cpu="x86_64"
4025       notice_platform="64-bit "
4026       TARGETFLAGS="-m64"
4027 
4028     else
4029       CC="$CC -m32"
4030       CXX="$CXX -m32"
4031       LD="${LD:-ld} -arch i386"
4032       AS="${AS:-as} -arch i386"
4033       host_cpu="i386"
4034       notice_platform="32-bit "
4035       TARGETFLAGS="-m32"
4036 
4037       enable_win16=${enable_win16:-yes}
4038     fi
4039     ;;
4040   x86_64*)
4041     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4042     then
4043       CC="$CC -m32"
4044       CXX="$CXX -m32"
4045       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4046 $as_echo_n "checking whether $CC works... " >&6; }
4047 
4048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4049 /* end confdefs.h.  */
4050 
4051 int
4052 main ()
4053 {
4054 
4055   ;
4056   return 0;
4057 }
4058 _ACEOF
4059 if ac_fn_c_try_link "$LINENO"; then :
4060   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4061 $as_echo "yes" >&6; }
4062 else
4063   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4064 $as_echo "no" >&6; }
4065                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4066 fi
4067 rm -f core conftest.err conftest.$ac_objext \
4068     conftest$ac_exeext conftest.$ac_ext
4069       LD="${LD:-ld} -m elf_i386"
4070       AS="${AS:-as} --32"
4071       host_cpu="i386"
4072       notice_platform="32-bit "
4073       TARGETFLAGS="-m32"
4074 
4075       enable_win16=${enable_win16:-yes}
4076     else
4077       if test "x${GCC}" = "xyes"
4078       then
4079         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4080 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4081         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4082 /* end confdefs.h.  */
4083 #include <stdarg.h>
4084 int
4085 main ()
4086 {
4087 void func(__builtin_ms_va_list *args);
4088   ;
4089   return 0;
4090 }
4091 _ACEOF
4092 if ac_fn_c_try_compile "$LINENO"; then :
4093   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4094 $as_echo "yes" >&6; }
4095 else
4096   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4097 $as_echo "no" >&6; }
4098                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4099 fi
4100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4101       fi
4102       TARGETFLAGS="-m64"
4103 
4104     fi
4105     ;;
4106   *-mingw32*|*-cygwin*)
4107     enable_win16=${enable_win16:-no}
4108     CFLAGS="$CFLAGS -D_WIN32"
4109     ;;
4110   i[3456789]86*)
4111     enable_win16=${enable_win16:-yes}
4112     ;;
4113 esac
4114 
4115 enable_win16=${enable_win16:-no}
4116 
4117 enable_winetest=${enable_winetest:-$enable_tests}
4118 
4119 if test -n "$with_wine64"
4120 then
4121     if test "x$enable_win64" = "xyes"
4122     then
4123         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4124 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4125     fi
4126     WOW64_DISABLE=\#
4127 
4128     enable_fonts=${enable_fonts:-no}
4129     enable_server=${enable_server:-no}
4130     enable_tools=${enable_tools:-no}
4131 elif test "x$enable_win64" = "xyes"
4132 then
4133     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4134 fi
4135 
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4137 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4138 if test "${wine_cv_toolsdir+set}" = set; then :
4139   $as_echo_n "(cached) " >&6
4140 else
4141   wine_cv_toolsdir="$with_wine_tools"
4142    if test -z "$with_wine_tools"; then
4143      if test "$cross_compiling" = "yes"; then
4144        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4145      elif test -n "$with_wine64"; then
4146        wine_cv_toolsdir="$with_wine64"
4147      fi
4148    fi
4149    if test -z "$wine_cv_toolsdir"; then
4150      wine_cv_toolsdir="\$(TOPOBJDIR)"
4151    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4152      case "$wine_cv_toolsdir" in
4153        /*) ;;
4154        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4155      esac
4156    else
4157      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4158    fi
4159 fi
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4161 $as_echo "$wine_cv_toolsdir" >&6; }
4162 TOOLSDIR=$wine_cv_toolsdir
4163 
4164 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4165 then
4166     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4167 
4168 fi
4169 
4170 for ac_prog in flex
4171 do
4172   # Extract the first word of "$ac_prog", so it can be a program name with args.
4173 set dummy $ac_prog; ac_word=$2
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4175 $as_echo_n "checking for $ac_word... " >&6; }
4176 if test "${ac_cv_prog_FLEX+set}" = set; then :
4177   $as_echo_n "(cached) " >&6
4178 else
4179   if test -n "$FLEX"; then
4180   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4181 else
4182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4183 for as_dir in $PATH
4184 do
4185   IFS=$as_save_IFS
4186   test -z "$as_dir" && as_dir=.
4187     for ac_exec_ext in '' $ac_executable_extensions; do
4188   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4189     ac_cv_prog_FLEX="$ac_prog"
4190     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4191     break 2
4192   fi
4193 done
4194   done
4195 IFS=$as_save_IFS
4196 
4197 fi
4198 fi
4199 FLEX=$ac_cv_prog_FLEX
4200 if test -n "$FLEX"; then
4201   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4202 $as_echo "$FLEX" >&6; }
4203 else
4204   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4205 $as_echo "no" >&6; }
4206 fi
4207 
4208 
4209   test -n "$FLEX" && break
4210 done
4211 test -n "$FLEX" || FLEX="none"
4212 
4213 if test "$FLEX" = "none"
4214 then
4215   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4216 fi
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4218 $as_echo_n "checking whether flex is recent enough... " >&6; }
4219 cat >conftest.l <<EOF
4220 %top{
4221 #include "prediluvian.h"
4222 }
4223 %%
4224 EOF
4225 if $FLEX -t conftest.l >/dev/null 2>&5
4226 then
4227   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4228 $as_echo "yes" >&6; }
4229 else
4230   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4231 $as_echo "no" >&6; }
4232   as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4233 fi
4234 
4235 for ac_prog in bison
4236 do
4237   # Extract the first word of "$ac_prog", so it can be a program name with args.
4238 set dummy $ac_prog; ac_word=$2
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4240 $as_echo_n "checking for $ac_word... " >&6; }
4241 if test "${ac_cv_prog_BISON+set}" = set; then :
4242   $as_echo_n "(cached) " >&6
4243 else
4244   if test -n "$BISON"; then
4245   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4246 else
4247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4248 for as_dir in $PATH
4249 do
4250   IFS=$as_save_IFS
4251   test -z "$as_dir" && as_dir=.
4252     for ac_exec_ext in '' $ac_executable_extensions; do
4253   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4254     ac_cv_prog_BISON="$ac_prog"
4255     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4256     break 2
4257   fi
4258 done
4259   done
4260 IFS=$as_save_IFS
4261 
4262 fi
4263 fi
4264 BISON=$ac_cv_prog_BISON
4265 if test -n "$BISON"; then
4266   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4267 $as_echo "$BISON" >&6; }
4268 else
4269   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4270 $as_echo "no" >&6; }
4271 fi
4272 
4273 
4274   test -n "$BISON" && break
4275 done
4276 test -n "$BISON" || BISON="none"
4277 
4278 if test "$BISON" = "none"
4279 then
4280   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4281 fi
4282 
4283 if test -n "$ac_tool_prefix"; then
4284   for ac_prog in ar gar
4285   do
4286     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4287 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4289 $as_echo_n "checking for $ac_word... " >&6; }
4290 if test "${ac_cv_prog_AR+set}" = set; then :
4291   $as_echo_n "(cached) " >&6
4292 else
4293   if test -n "$AR"; then
4294   ac_cv_prog_AR="$AR" # Let the user override the test.
4295 else
4296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4297 for as_dir in $PATH
4298 do
4299   IFS=$as_save_IFS
4300   test -z "$as_dir" && as_dir=.
4301     for ac_exec_ext in '' $ac_executable_extensions; do
4302   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4303     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4304     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4305     break 2
4306   fi
4307 done
4308   done
4309 IFS=$as_save_IFS
4310 
4311 fi
4312 fi
4313 AR=$ac_cv_prog_AR
4314 if test -n "$AR"; then
4315   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4316 $as_echo "$AR" >&6; }
4317 else
4318   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4319 $as_echo "no" >&6; }
4320 fi
4321 
4322 
4323     test -n "$AR" && break
4324   done
4325 fi
4326 if test -z "$AR"; then
4327   ac_ct_AR=$AR
4328   for ac_prog in ar gar
4329 do
4330   # Extract the first word of "$ac_prog", so it can be a program name with args.
4331 set dummy $ac_prog; ac_word=$2
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4333 $as_echo_n "checking for $ac_word... " >&6; }
4334 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4335   $as_echo_n "(cached) " >&6
4336 else
4337   if test -n "$ac_ct_AR"; then
4338   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4339 else
4340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4341 for as_dir in $PATH
4342 do
4343   IFS=$as_save_IFS
4344   test -z "$as_dir" && as_dir=.
4345     for ac_exec_ext in '' $ac_executable_extensions; do
4346   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4347     ac_cv_prog_ac_ct_AR="$ac_prog"
4348     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4349     break 2
4350   fi
4351 done
4352   done
4353 IFS=$as_save_IFS
4354 
4355 fi
4356 fi
4357 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4358 if test -n "$ac_ct_AR"; then
4359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4360 $as_echo "$ac_ct_AR" >&6; }
4361 else
4362   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4363 $as_echo "no" >&6; }
4364 fi
4365 
4366 
4367   test -n "$ac_ct_AR" && break
4368 done
4369 
4370   if test "x$ac_ct_AR" = x; then
4371     AR="ar"
4372   else
4373     case $cross_compiling:$ac_tool_warned in
4374 yes:)
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4376 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4377 ac_tool_warned=yes ;;
4378 esac
4379     AR=$ac_ct_AR
4380   fi
4381 fi
4382 
4383 ARFLAGS=rc
4384 
4385 if test -n "$ac_tool_prefix"; then
4386   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4387 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4389 $as_echo_n "checking for $ac_word... " >&6; }
4390 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4391   $as_echo_n "(cached) " >&6
4392 else
4393   if test -n "$RANLIB"; then
4394   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4395 else
4396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4397 for as_dir in $PATH
4398 do
4399   IFS=$as_save_IFS
4400   test -z "$as_dir" && as_dir=.
4401     for ac_exec_ext in '' $ac_executable_extensions; do
4402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4403     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4404     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4405     break 2
4406   fi
4407 done
4408   done
4409 IFS=$as_save_IFS
4410 
4411 fi
4412 fi
4413 RANLIB=$ac_cv_prog_RANLIB
4414 if test -n "$RANLIB"; then
4415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4416 $as_echo "$RANLIB" >&6; }
4417 else
4418   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4419 $as_echo "no" >&6; }
4420 fi
4421 
4422 
4423 fi
4424 if test -z "$ac_cv_prog_RANLIB"; then
4425   ac_ct_RANLIB=$RANLIB
4426   # Extract the first word of "ranlib", so it can be a program name with args.
4427 set dummy ranlib; ac_word=$2
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4429 $as_echo_n "checking for $ac_word... " >&6; }
4430 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4431   $as_echo_n "(cached) " >&6
4432 else
4433   if test -n "$ac_ct_RANLIB"; then
4434   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4435 else
4436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4437 for as_dir in $PATH
4438 do
4439   IFS=$as_save_IFS
4440   test -z "$as_dir" && as_dir=.
4441     for ac_exec_ext in '' $ac_executable_extensions; do
4442   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4443     ac_cv_prog_ac_ct_RANLIB="ranlib"
4444     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4445     break 2
4446   fi
4447 done
4448   done
4449 IFS=$as_save_IFS
4450 
4451 fi
4452 fi
4453 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4454 if test -n "$ac_ct_RANLIB"; then
4455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4456 $as_echo "$ac_ct_RANLIB" >&6; }
4457 else
4458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4459 $as_echo "no" >&6; }
4460 fi
4461 
4462   if test "x$ac_ct_RANLIB" = x; then
4463     RANLIB=":"
4464   else
4465     case $cross_compiling:$ac_tool_warned in
4466 yes:)
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4469 ac_tool_warned=yes ;;
4470 esac
4471     RANLIB=$ac_ct_RANLIB
4472   fi
4473 else
4474   RANLIB="$ac_cv_prog_RANLIB"
4475 fi
4476 
4477 if test -n "$ac_tool_prefix"; then
4478   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4479 set dummy ${ac_tool_prefix}strip; ac_word=$2
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4481 $as_echo_n "checking for $ac_word... " >&6; }
4482 if test "${ac_cv_prog_STRIP+set}" = set; then :
4483   $as_echo_n "(cached) " >&6
4484 else
4485   if test -n "$STRIP"; then
4486   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4487 else
4488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489 for as_dir in $PATH
4490 do
4491   IFS=$as_save_IFS
4492   test -z "$as_dir" && as_dir=.
4493     for ac_exec_ext in '' $ac_executable_extensions; do
4494   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4495     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4496     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4497     break 2
4498   fi
4499 done
4500   done
4501 IFS=$as_save_IFS
4502 
4503 fi
4504 fi
4505 STRIP=$ac_cv_prog_STRIP
4506 if test -n "$STRIP"; then
4507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4508 $as_echo "$STRIP" >&6; }
4509 else
4510   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4511 $as_echo "no" >&6; }
4512 fi
4513 
4514 
4515 fi
4516 if test -z "$ac_cv_prog_STRIP"; then
4517   ac_ct_STRIP=$STRIP
4518   # Extract the first word of "strip", so it can be a program name with args.
4519 set dummy strip; ac_word=$2
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4521 $as_echo_n "checking for $ac_word... " >&6; }
4522 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4523   $as_echo_n "(cached) " >&6
4524 else
4525   if test -n "$ac_ct_STRIP"; then
4526   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4527 else
4528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4529 for as_dir in $PATH
4530 do
4531   IFS=$as_save_IFS
4532   test -z "$as_dir" && as_dir=.
4533     for ac_exec_ext in '' $ac_executable_extensions; do
4534   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4535     ac_cv_prog_ac_ct_STRIP="strip"
4536     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4537     break 2
4538   fi
4539 done
4540   done
4541 IFS=$as_save_IFS
4542 
4543 fi
4544 fi
4545 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4546 if test -n "$ac_ct_STRIP"; then
4547   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4548 $as_echo "$ac_ct_STRIP" >&6; }
4549 else
4550   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4551 $as_echo "no" >&6; }
4552 fi
4553 
4554   if test "x$ac_ct_STRIP" = x; then
4555     STRIP="strip"
4556   else
4557     case $cross_compiling:$ac_tool_warned in
4558 yes:)
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4560 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4561 ac_tool_warned=yes ;;
4562 esac
4563     STRIP=$ac_ct_STRIP
4564   fi
4565 else
4566   STRIP="$ac_cv_prog_STRIP"
4567 fi
4568 
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4570 $as_echo_n "checking whether ln -s works... " >&6; }
4571 LN_S=$as_ln_s
4572 if test "$LN_S" = "ln -s"; then
4573   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4574 $as_echo "yes" >&6; }
4575 else
4576   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4577 $as_echo "no, using $LN_S" >&6; }
4578 fi
4579 
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4581 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4582 if test "${ac_cv_path_GREP+set}" = set; then :
4583   $as_echo_n "(cached) " >&6
4584 else
4585   if test -z "$GREP"; then
4586   ac_path_GREP_found=false
4587   # Loop through the user's path and test for each of PROGNAME-LIST
4588   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4590 do
4591   IFS=$as_save_IFS
4592   test -z "$as_dir" && as_dir=.
4593     for ac_prog in grep ggrep; do
4594     for ac_exec_ext in '' $ac_executable_extensions; do
4595       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4596       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4597 # Check for GNU ac_path_GREP and select it if it is found.
4598   # Check for GNU $ac_path_GREP
4599 case `"$ac_path_GREP" --version 2>&1` in
4600 *GNU*)
4601   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4602 *)
4603   ac_count=0
4604   $as_echo_n 0123456789 >"conftest.in"
4605   while :
4606   do
4607     cat "conftest.in" "conftest.in" >"conftest.tmp"
4608     mv "conftest.tmp" "conftest.in"
4609     cp "conftest.in" "conftest.nl"
4610     $as_echo 'GREP' >> "conftest.nl"
4611     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4612     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4613     as_fn_arith $ac_count + 1 && ac_count=$as_val
4614     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4615       # Best one so far, save it but keep looking for a better one
4616       ac_cv_path_GREP="$ac_path_GREP"
4617       ac_path_GREP_max=$ac_count
4618     fi
4619     # 10*(2^10) chars as input seems more than enough
4620     test $ac_count -gt 10 && break
4621   done
4622   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4623 esac
4624 
4625       $ac_path_GREP_found && break 3
4626     done
4627   done
4628   done
4629 IFS=$as_save_IFS
4630   if test -z "$ac_cv_path_GREP"; then
4631     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4632   fi
4633 else
4634   ac_cv_path_GREP=$GREP
4635 fi
4636 
4637 fi
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4639 $as_echo "$ac_cv_path_GREP" >&6; }
4640  GREP="$ac_cv_path_GREP"
4641 
4642 
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4644 $as_echo_n "checking for egrep... " >&6; }
4645 if test "${ac_cv_path_EGREP+set}" = set; then :
4646   $as_echo_n "(cached) " >&6
4647 else
4648   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4649    then ac_cv_path_EGREP="$GREP -E"
4650    else
4651      if test -z "$EGREP"; then
4652   ac_path_EGREP_found=false
4653   # Loop through the user's path and test for each of PROGNAME-LIST
4654   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4656 do
4657   IFS=$as_save_IFS
4658   test -z "$as_dir" && as_dir=.
4659     for ac_prog in egrep; do
4660     for ac_exec_ext in '' $ac_executable_extensions; do
4661       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4662       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4663 # Check for GNU ac_path_EGREP and select it if it is found.
4664   # Check for GNU $ac_path_EGREP
4665 case `"$ac_path_EGREP" --version 2>&1` in
4666 *GNU*)
4667   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4668 *)
4669   ac_count=0
4670   $as_echo_n 0123456789 >"conftest.in"
4671   while :
4672   do
4673     cat "conftest.in" "conftest.in" >"conftest.tmp"
4674     mv "conftest.tmp" "conftest.in"
4675     cp "conftest.in" "conftest.nl"
4676     $as_echo 'EGREP' >> "conftest.nl"
4677     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4678     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4679     as_fn_arith $ac_count + 1 && ac_count=$as_val
4680     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4681       # Best one so far, save it but keep looking for a better one
4682       ac_cv_path_EGREP="$ac_path_EGREP"
4683       ac_path_EGREP_max=$ac_count
4684     fi
4685     # 10*(2^10) chars as input seems more than enough
4686     test $ac_count -gt 10 && break
4687   done
4688   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4689 esac
4690 
4691       $ac_path_EGREP_found && break 3
4692     done
4693   done
4694   done
4695 IFS=$as_save_IFS
4696   if test -z "$ac_cv_path_EGREP"; then
4697     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4698   fi
4699 else
4700   ac_cv_path_EGREP=$EGREP
4701 fi
4702 
4703    fi
4704 fi
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4706 $as_echo "$ac_cv_path_EGREP" >&6; }
4707  EGREP="$ac_cv_path_EGREP"
4708 
4709 
4710 # Extract the first word of "ldconfig", so it can be a program name with args.
4711 set dummy ldconfig; ac_word=$2
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4713 $as_echo_n "checking for $ac_word... " >&6; }
4714 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4715   $as_echo_n "(cached) " >&6
4716 else
4717   case $LDCONFIG in
4718   [\\/]* | ?:[\\/]*)
4719   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4720   ;;
4721   *)
4722   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in /sbin /usr/sbin $PATH
4724 do
4725   IFS=$as_save_IFS
4726   test -z "$as_dir" && as_dir=.
4727     for ac_exec_ext in '' $ac_executable_extensions; do
4728   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4729     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4730     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4731     break 2
4732   fi
4733 done
4734   done
4735 IFS=$as_save_IFS
4736 
4737   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4738   ;;
4739 esac
4740 fi
4741 LDCONFIG=$ac_cv_path_LDCONFIG
4742 if test -n "$LDCONFIG"; then
4743   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4744 $as_echo "$LDCONFIG" >&6; }
4745 else
4746   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4747 $as_echo "no" >&6; }
4748 fi
4749 
4750 
4751 # Find a good install program.  We prefer a C program (faster),
4752 # so one script is as good as another.  But avoid the broken or
4753 # incompatible versions:
4754 # SysV /etc/install, /usr/sbin/install
4755 # SunOS /usr/etc/install
4756 # IRIX /sbin/install
4757 # AIX /bin/install
4758 # AmigaOS /C/install, which installs bootblocks on floppy discs
4759 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4760 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4761 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4762 # OS/2's system install, which has a completely different semantic
4763 # ./install, which can be erroneously created by make from ./install.sh.
4764 # Reject install programs that cannot install multiple files.
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4766 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4767 if test -z "$INSTALL"; then
4768 if test "${ac_cv_path_install+set}" = set; then :
4769   $as_echo_n "(cached) " >&6
4770 else
4771   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4772 for as_dir in $PATH
4773 do
4774   IFS=$as_save_IFS
4775   test -z "$as_dir" && as_dir=.
4776     # Account for people who put trailing slashes in PATH elements.
4777 case $as_dir/ in #((
4778   ./ | .// | /[cC]/* | \
4779   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4780   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4781   /usr/ucb/* ) ;;
4782   *)
4783     # OSF1 and SCO ODT 3.0 have their own names for install.
4784     # Don't use installbsd from OSF since it installs stuff as root
4785     # by default.
4786     for ac_prog in ginstall scoinst install; do
4787       for ac_exec_ext in '' $ac_executable_extensions; do
4788         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4789           if test $ac_prog = install &&
4790             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791             # AIX install.  It has an incompatible calling convention.
4792             :
4793           elif test $ac_prog = install &&
4794             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4795             # program-specific install script used by HP pwplus--don't use.
4796             :
4797           else
4798             rm -rf conftest.one conftest.two conftest.dir
4799             echo one > conftest.one
4800             echo two > conftest.two
4801             mkdir conftest.dir
4802             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4803               test -s conftest.one && test -s conftest.two &&
4804               test -s conftest.dir/conftest.one &&
4805               test -s conftest.dir/conftest.two
4806             then
4807               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4808               break 3
4809             fi
4810           fi
4811         fi
4812       done
4813     done
4814     ;;
4815 esac
4816 
4817   done
4818 IFS=$as_save_IFS
4819 
4820 rm -rf conftest.one conftest.two conftest.dir
4821 
4822 fi
4823   if test "${ac_cv_path_install+set}" = set; then
4824     INSTALL=$ac_cv_path_install
4825   else
4826     # As a last resort, use the slow shell script.  Don't cache a
4827     # value for INSTALL within a source directory, because that will
4828     # break other packages using the cache if that directory is
4829     # removed, or if the value is a relative name.
4830     INSTALL=$ac_install_sh
4831   fi
4832 fi
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4834 $as_echo "$INSTALL" >&6; }
4835 
4836 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4837 # It thinks the first close brace ends the variable substitution.
4838 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4839 
4840 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4841 
4842 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4843 
4844 case "$INSTALL" in
4845   [\\/$]* | ?:[\\/]* ) ;;
4846   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4847 esac
4848 
4849 for ac_prog in lclint lint
4850 do
4851   # Extract the first word of "$ac_prog", so it can be a program name with args.
4852 set dummy $ac_prog; ac_word=$2
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4854 $as_echo_n "checking for $ac_word... " >&6; }
4855 if test "${ac_cv_prog_LINT+set}" = set; then :
4856   $as_echo_n "(cached) " >&6
4857 else
4858   if test -n "$LINT"; then
4859   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4860 else
4861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4862 for as_dir in $PATH
4863 do
4864   IFS=$as_save_IFS
4865   test -z "$as_dir" && as_dir=.
4866     for ac_exec_ext in '' $ac_executable_extensions; do
4867   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4868     ac_cv_prog_LINT="$ac_prog"
4869     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4870     break 2
4871   fi
4872 done
4873   done
4874 IFS=$as_save_IFS
4875 
4876 fi
4877 fi
4878 LINT=$ac_cv_prog_LINT
4879 if test -n "$LINT"; then
4880   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4881 $as_echo "$LINT" >&6; }
4882 else
4883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4884 $as_echo "no" >&6; }
4885 fi
4886 
4887 
4888   test -n "$LINT" && break
4889 done
4890 
4891 if test "$LINT" = "lint"
4892 then
4893   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4894   fi
4895 
4896 
4897 
4898 for ac_prog in fontforge
4899 do
4900   # Extract the first word of "$ac_prog", so it can be a program name with args.
4901 set dummy $ac_prog; ac_word=$2
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4903 $as_echo_n "checking for $ac_word... " >&6; }
4904 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4905   $as_echo_n "(cached) " >&6
4906 else
4907   if test -n "$FONTFORGE"; then
4908   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4909 else
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911 for as_dir in $PATH
4912 do
4913   IFS=$as_save_IFS
4914   test -z "$as_dir" && as_dir=.
4915     for ac_exec_ext in '' $ac_executable_extensions; do
4916   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917     ac_cv_prog_FONTFORGE="$ac_prog"
4918     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4919     break 2
4920   fi
4921 done
4922   done
4923 IFS=$as_save_IFS
4924 
4925 fi
4926 fi
4927 FONTFORGE=$ac_cv_prog_FONTFORGE
4928 if test -n "$FONTFORGE"; then
4929   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4930 $as_echo "$FONTFORGE" >&6; }
4931 else
4932   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4933 $as_echo "no" >&6; }
4934 fi
4935 
4936 
4937   test -n "$FONTFORGE" && break
4938 done
4939 test -n "$FONTFORGE" || FONTFORGE="false"
4940 
4941 for ac_prog in pkg-config
4942 do
4943   # Extract the first word of "$ac_prog", so it can be a program name with args.
4944 set dummy $ac_prog; ac_word=$2
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4946 $as_echo_n "checking for $ac_word... " >&6; }
4947 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4948   $as_echo_n "(cached) " >&6
4949 else
4950   if test -n "$PKG_CONFIG"; then
4951   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4952 else
4953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 for as_dir in $PATH
4955 do
4956   IFS=$as_save_IFS
4957   test -z "$as_dir" && as_dir=.
4958     for ac_exec_ext in '' $ac_executable_extensions; do
4959   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4960     ac_cv_prog_PKG_CONFIG="$ac_prog"
4961     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4962     break 2
4963   fi
4964 done
4965   done
4966 IFS=$as_save_IFS
4967 
4968 fi
4969 fi
4970 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4971 if test -n "$PKG_CONFIG"; then
4972   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4973 $as_echo "$PKG_CONFIG" >&6; }
4974 else
4975   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976 $as_echo "no" >&6; }
4977 fi
4978 
4979 
4980   test -n "$PKG_CONFIG" && break
4981 done
4982 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4983 
4984 for ac_prog in rsvg
4985 do
4986   # Extract the first word of "$ac_prog", so it can be a program name with args.
4987 set dummy $ac_prog; ac_word=$2
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989 $as_echo_n "checking for $ac_word... " >&6; }
4990 if test "${ac_cv_prog_RSVG+set}" = set; then :
4991   $as_echo_n "(cached) " >&6
4992 else
4993   if test -n "$RSVG"; then
4994   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4995 else
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4998 do
4999   IFS=$as_save_IFS
5000   test -z "$as_dir" && as_dir=.
5001     for ac_exec_ext in '' $ac_executable_extensions; do
5002   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003     ac_cv_prog_RSVG="$ac_prog"
5004     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5005     break 2
5006   fi
5007 done
5008   done
5009 IFS=$as_save_IFS
5010 
5011 fi
5012 fi
5013 RSVG=$ac_cv_prog_RSVG
5014 if test -n "$RSVG"; then
5015   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5016 $as_echo "$RSVG" >&6; }
5017 else
5018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019 $as_echo "no" >&6; }
5020 fi
5021 
5022 
5023   test -n "$RSVG" && break
5024 done
5025 test -n "$RSVG" || RSVG="false"
5026 
5027 for ac_prog in convert
5028 do
5029   # Extract the first word of "$ac_prog", so it can be a program name with args.
5030 set dummy $ac_prog; ac_word=$2
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5032 $as_echo_n "checking for $ac_word... " >&6; }
5033 if test "${ac_cv_prog_CONVERT+set}" = set; then :
5034   $as_echo_n "(cached) " >&6
5035 else
5036   if test -n "$CONVERT"; then
5037   ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5038 else
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5040 for as_dir in $PATH
5041 do
5042   IFS=$as_save_IFS
5043   test -z "$as_dir" && as_dir=.
5044     for ac_exec_ext in '' $ac_executable_extensions; do
5045   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5046     ac_cv_prog_CONVERT="$ac_prog"
5047     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5048     break 2
5049   fi
5050 done
5051   done
5052 IFS=$as_save_IFS
5053 
5054 fi
5055 fi
5056 CONVERT=$ac_cv_prog_CONVERT
5057 if test -n "$CONVERT"; then
5058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5059 $as_echo "$CONVERT" >&6; }
5060 else
5061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5062 $as_echo "no" >&6; }
5063 fi
5064 
5065 
5066   test -n "$CONVERT" && break
5067 done
5068 test -n "$CONVERT" || CONVERT="false"
5069 
5070 for ac_prog in icotool
5071 do
5072   # Extract the first word of "$ac_prog", so it can be a program name with args.
5073 set dummy $ac_prog; ac_word=$2
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5075 $as_echo_n "checking for $ac_word... " >&6; }
5076 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5077   $as_echo_n "(cached) " >&6
5078 else
5079   if test -n "$ICOTOOL"; then
5080   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5081 else
5082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5083 for as_dir in $PATH
5084 do
5085   IFS=$as_save_IFS
5086   test -z "$as_dir" && as_dir=.
5087     for ac_exec_ext in '' $ac_executable_extensions; do
5088   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5089     ac_cv_prog_ICOTOOL="$ac_prog"
5090     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5091     break 2
5092   fi
5093 done
5094   done
5095 IFS=$as_save_IFS
5096 
5097 fi
5098 fi
5099 ICOTOOL=$ac_cv_prog_ICOTOOL
5100 if test -n "$ICOTOOL"; then
5101   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5102 $as_echo "$ICOTOOL" >&6; }
5103 else
5104   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5105 $as_echo "no" >&6; }
5106 fi
5107 
5108 
5109   test -n "$ICOTOOL" && break
5110 done
5111 test -n "$ICOTOOL" || ICOTOOL="false"
5112 
5113 
5114 if test "x$enable_maintainer_mode" != "xyes"
5115 then
5116   MAINTAINER_MODE=\#
5117 
5118 else
5119   if test "$FONTFORGE" = "false"; then as_fn_error "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5; fi
5120   if test "$RSVG" = "false"; then as_fn_error "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5; fi
5121 
5122     if test "$CONVERT" = false
5123   then
5124     as_fn_error "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5125   else
5126     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5127 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5128     convert_version=`convert --version | head -n1`
5129     if test "x$convert_version" != "x"
5130     then
5131       convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5132       convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5133       if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5134       then
5135         CONVERT=false
5136       fi
5137     fi
5138     if test "$CONVERT" = false
5139     then
5140       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5141 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5142       as_fn_error "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5143     else
5144       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5145 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5146     fi
5147   fi
5148 
5149     if test "$ICOTOOL" = false
5150   then
5151     as_fn_error "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5152   else
5153     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5154 $as_echo_n "checking for recent enough icotool... " >&6; }
5155     icotool_version=`icotool --version | head -n1`
5156     if test "x$icotool_version" != "x"
5157     then
5158       icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5159       icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5160       if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5161       then
5162         ICOTOOL=false
5163         as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5164       fi
5165     fi
5166     if test "$ICOTOOL" = false
5167     then
5168       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5169 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5170       as_fn_error "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5171     else
5172       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5173 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5174     fi
5175   fi
5176 
5177 fi
5178 
5179 
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5181 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5182 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5183   $as_echo_n "(cached) " >&6
5184 else
5185   ac_check_lib_save_LIBS=$LIBS
5186 LIBS="-li386  $LIBS"
5187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5188 /* end confdefs.h.  */
5189 
5190 /* Override any GCC internal prototype to avoid an error.
5191    Use char because int might match the return type of a GCC
5192    builtin and then its argument prototype would still apply.  */
5193 #ifdef __cplusplus
5194 extern "C"
5195 #endif
5196 char i386_set_ldt ();
5197 int
5198 main ()
5199 {
5200 return i386_set_ldt ();
5201   ;
5202   return 0;
5203 }
5204 _ACEOF
5205 if ac_fn_c_try_link "$LINENO"; then :
5206   ac_cv_lib_i386_i386_set_ldt=yes
5207 else
5208   ac_cv_lib_i386_i386_set_ldt=no
5209 fi
5210 rm -f core conftest.err conftest.$ac_objext \
5211     conftest$ac_exeext conftest.$ac_ext
5212 LIBS=$ac_check_lib_save_LIBS
5213 fi
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5215 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5216 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5217   cat >>confdefs.h <<_ACEOF
5218 #define HAVE_LIBI386 1
5219 _ACEOF
5220 
5221   LIBS="-li386 $LIBS"
5222 
5223 fi
5224 
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5226 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5227 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5228   $as_echo_n "(cached) " >&6
5229 else
5230   ac_check_lib_save_LIBS=$LIBS
5231 LIBS="-lossaudio  $LIBS"
5232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5233 /* end confdefs.h.  */
5234 
5235 /* Override any GCC internal prototype to avoid an error.
5236    Use char because int might match the return type of a GCC
5237    builtin and then its argument prototype would still apply.  */
5238 #ifdef __cplusplus
5239 extern "C"
5240 #endif
5241 char _oss_ioctl ();
5242 int
5243 main ()
5244 {
5245 return _oss_ioctl ();
5246   ;
5247   return 0;
5248 }
5249 _ACEOF
5250 if ac_fn_c_try_link "$LINENO"; then :
5251   ac_cv_lib_ossaudio__oss_ioctl=yes
5252 else
5253   ac_cv_lib_ossaudio__oss_ioctl=no
5254 fi
5255 rm -f core conftest.err conftest.$ac_objext \
5256     conftest$ac_exeext conftest.$ac_ext
5257 LIBS=$ac_check_lib_save_LIBS
5258 fi
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5260 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5261 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5262   cat >>confdefs.h <<_ACEOF
5263 #define HAVE_LIBOSSAUDIO 1
5264 _ACEOF
5265 
5266   LIBS="-lossaudio $LIBS"
5267 
5268 fi
5269 
5270 
5271 XLIB=""
5272 
5273 OPENGL_LIBS=""
5274 
5275 
5276 
5277 # Check whether --enable-largefile was given.
5278 if test "${enable_largefile+set}" = set; then :
5279   enableval=$enable_largefile;
5280 fi
5281 
5282 if test "$enable_largefile" != no; then
5283 
5284   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5285 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5286 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5287   $as_echo_n "(cached) " >&6
5288 else
5289   ac_cv_sys_largefile_CC=no
5290      if test "$GCC" != yes; then
5291        ac_save_CC=$CC
5292        while :; do
5293          # IRIX 6.2 and later do not support large files by default,
5294          # so use the C compiler's -n32 option if that helps.
5295          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5296 /* end confdefs.h.  */
5297 #include <sys/types.h>
5298  /* Check that off_t can represent 2**63 - 1 correctly.
5299     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5300     since some C++ compilers masquerading as C compilers
5301     incorrectly reject 9223372036854775807.  */
5302 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5303   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5304                        && LARGE_OFF_T % 2147483647 == 1)
5305                       ? 1 : -1];
5306 int
5307 main ()
5308 {
5309 
5310   ;
5311   return 0;
5312 }
5313 _ACEOF
5314          if ac_fn_c_try_compile "$LINENO"; then :
5315   break
5316 fi
5317 rm -f core conftest.err conftest.$ac_objext
5318          CC="$CC -n32"
5319          if ac_fn_c_try_compile "$LINENO"; then :
5320   ac_cv_sys_largefile_CC=' -n32'; break
5321 fi
5322 rm -f core conftest.err conftest.$ac_objext
5323          break
5324        done
5325        CC=$ac_save_CC
5326        rm -f conftest.$ac_ext
5327     fi
5328 fi
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5330 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5331   if test "$ac_cv_sys_largefile_CC" != no; then
5332     CC=$CC$ac_cv_sys_largefile_CC
5333   fi
5334 
5335   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5336 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5337 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5338   $as_echo_n "(cached) " >&6
5339 else
5340   while :; do
5341   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5342 /* end confdefs.h.  */
5343 #include <sys/types.h>
5344  /* Check that off_t can represent 2**63 - 1 correctly.
5345     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5346     since some C++ compilers masquerading as C compilers
5347     incorrectly reject 9223372036854775807.  */
5348 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5349   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5350                        && LARGE_OFF_T % 2147483647 == 1)
5351                       ? 1 : -1];
5352 int
5353 main ()
5354 {
5355 
5356   ;
5357   return 0;
5358 }
5359 _ACEOF
5360 if ac_fn_c_try_compile "$LINENO"; then :
5361   ac_cv_sys_file_offset_bits=no; break
5362 fi
5363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5364   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5365 /* end confdefs.h.  */
5366 #define _FILE_OFFSET_BITS 64
5367 #include <sys/types.h>
5368  /* Check that off_t can represent 2**63 - 1 correctly.
5369     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5370     since some C++ compilers masquerading as C compilers
5371     incorrectly reject 9223372036854775807.  */
5372 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5373   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5374                        && LARGE_OFF_T % 2147483647 == 1)
5375                       ? 1 : -1];
5376 int
5377 main ()
5378 {
5379 
5380   ;
5381   return 0;
5382 }
5383 _ACEOF
5384 if ac_fn_c_try_compile "$LINENO"; then :
5385   ac_cv_sys_file_offset_bits=64; break
5386 fi
5387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5388   ac_cv_sys_file_offset_bits=unknown
5389   break
5390 done
5391 fi
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5393 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5394 case $ac_cv_sys_file_offset_bits in #(
5395   no | unknown) ;;
5396   *)
5397 cat >>confdefs.h <<_ACEOF
5398 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5399 _ACEOF
5400 ;;
5401 esac
5402 rm -rf conftest*
5403   if test $ac_cv_sys_file_offset_bits = unknown; then
5404     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5405 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5406 if test "${ac_cv_sys_large_files+set}" = set; then :
5407   $as_echo_n "(cached) " >&6
5408 else
5409   while :; do
5410   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5411 /* end confdefs.h.  */
5412 #include <sys/types.h>
5413  /* Check that off_t can represent 2**63 - 1 correctly.
5414     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5415     since some C++ compilers masquerading as C compilers
5416     incorrectly reject 9223372036854775807.  */
5417 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5418   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5419                        && LARGE_OFF_T % 2147483647 == 1)
5420                       ? 1 : -1];
5421 int
5422 main ()
5423 {
5424 
5425   ;
5426   return 0;
5427 }
5428 _ACEOF
5429 if ac_fn_c_try_compile "$LINENO"; then :
5430   ac_cv_sys_large_files=no; break
5431 fi
5432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5433   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5434 /* end confdefs.h.  */
5435 #define _LARGE_FILES 1
5436 #include <sys/types.h>
5437  /* Check that off_t can represent 2**63 - 1 correctly.
5438     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5439     since some C++ compilers masquerading as C compilers
5440     incorrectly reject 9223372036854775807.  */
5441 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5442   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5443                        && LARGE_OFF_T % 2147483647 == 1)
5444                       ? 1 : -1];
5445 int
5446 main ()
5447 {
5448 
5449   ;
5450   return 0;
5451 }
5452 _ACEOF
5453 if ac_fn_c_try_compile "$LINENO"; then :
5454   ac_cv_sys_large_files=1; break
5455 fi
5456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5457   ac_cv_sys_large_files=unknown
5458   break
5459 done
5460 fi
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5462 $as_echo "$ac_cv_sys_large_files" >&6; }
5463 case $ac_cv_sys_large_files in #(
5464   no | unknown) ;;
5465   *)
5466 cat >>confdefs.h <<_ACEOF
5467 #define _LARGE_FILES $ac_cv_sys_large_files
5468 _ACEOF
5469 ;;
5470 esac
5471 rm -rf conftest*
5472   fi
5473 fi
5474 
5475 
5476 ac_ext=c
5477 ac_cpp='$CPP $CPPFLAGS'
5478 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5479 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5480 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5482 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5483 # On Suns, sometimes $CPP names a directory.
5484 if test -n "$CPP" && test -d "$CPP"; then
5485   CPP=
5486 fi
5487 if test -z "$CPP"; then
5488   if test "${ac_cv_prog_CPP+set}" = set; then :
5489   $as_echo_n "(cached) " >&6
5490 else
5491       # Double quotes because CPP needs to be expanded
5492     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5493     do
5494       ac_preproc_ok=false
5495 for ac_c_preproc_warn_flag in '' yes
5496 do
5497   # Use a header file that comes with gcc, so configuring glibc
5498   # with a fresh cross-compiler works.
5499   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5500   # <limits.h> exists even on freestanding compilers.
5501   # On the NeXT, cc -E runs the code through the compiler's parser,
5502   # not just through cpp. "Syntax error" is here to catch this case.
5503   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5504 /* end confdefs.h.  */
5505 #ifdef __STDC__
5506 # include <limits.h>
5507 #else
5508 # include <assert.h>
5509 #endif
5510                      Syntax error
5511 _ACEOF
5512 if ac_fn_c_try_cpp "$LINENO"; then :
5513 
5514 else
5515   # Broken: fails on valid input.
5516 continue
5517 fi
5518 rm -f conftest.err conftest.$ac_ext
5519 
5520   # OK, works on sane cases.  Now check whether nonexistent headers
5521   # can be detected and how.
5522   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5523 /* end confdefs.h.  */
5524 #include <ac_nonexistent.h>
5525 _ACEOF
5526 if ac_fn_c_try_cpp "$LINENO"; then :
5527   # Broken: success on invalid input.
5528 continue
5529 else
5530   # Passes both tests.
5531 ac_preproc_ok=:
5532 break
5533 fi
5534 rm -f conftest.err conftest.$ac_ext
5535 
5536 done
5537 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5538 rm -f conftest.err conftest.$ac_ext
5539 if $ac_preproc_ok; then :
5540   break
5541 fi
5542 
5543     done
5544     ac_cv_prog_CPP=$CPP
5545 
5546 fi
5547   CPP=$ac_cv_prog_CPP
5548 else
5549   ac_cv_prog_CPP=$CPP
5550 fi
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5552 $as_echo "$CPP" >&6; }
5553 ac_preproc_ok=false
5554 for ac_c_preproc_warn_flag in '' yes
5555 do
5556   # Use a header file that comes with gcc, so configuring glibc
5557   # with a fresh cross-compiler works.
5558   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5559   # <limits.h> exists even on freestanding compilers.
5560   # On the NeXT, cc -E runs the code through the compiler's parser,
5561   # not just through cpp. "Syntax error" is here to catch this case.
5562   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5563 /* end confdefs.h.  */
5564 #ifdef __STDC__
5565 # include <limits.h>
5566 #else
5567 # include <assert.h>
5568 #endif
5569                      Syntax error
5570 _ACEOF
5571 if ac_fn_c_try_cpp "$LINENO"; then :
5572 
5573 else
5574   # Broken: fails on valid input.
5575 continue
5576 fi
5577 rm -f conftest.err conftest.$ac_ext
5578 
5579   # OK, works on sane cases.  Now check whether nonexistent headers
5580   # can be detected and how.
5581   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5582 /* end confdefs.h.  */
5583 #include <ac_nonexistent.h>
5584 _ACEOF
5585 if ac_fn_c_try_cpp "$LINENO"; then :
5586   # Broken: success on invalid input.
5587 continue
5588 else
5589   # Passes both tests.
5590 ac_preproc_ok=:
5591 break
5592 fi
5593 rm -f conftest.err conftest.$ac_ext
5594 
5595 done
5596 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5597 rm -f conftest.err conftest.$ac_ext
5598 if $ac_preproc_ok; then :
5599 
5600 else
5601   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5602 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5603 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5604 See \`config.log' for more details." "$LINENO" 5; }
5605 fi
5606 
5607 ac_ext=c
5608 ac_cpp='$CPP $CPPFLAGS'
5609 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5610 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5611 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5612 
5613 
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5615 $as_echo_n "checking for ANSI C header files... " >&6; }
5616 if test "${ac_cv_header_stdc+set}" = set; then :
5617   $as_echo_n "(cached) " >&6
5618 else
5619   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5620 /* end confdefs.h.  */
5621 #include <stdlib.h>
5622 #include <stdarg.h>
5623 #include <string.h>
5624 #include <float.h>
5625 
5626 int
5627 main ()
5628 {
5629 
5630   ;
5631   return 0;
5632 }
5633 _ACEOF
5634 if ac_fn_c_try_compile "$LINENO"; then :
5635   ac_cv_header_stdc=yes
5636 else
5637   ac_cv_header_stdc=no
5638 fi
5639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5640 
5641 if test $ac_cv_header_stdc = yes; then
5642   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5643   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5644 /* end confdefs.h.  */
5645 #include <string.h>
5646 
5647 _ACEOF
5648 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5649   $EGREP "memchr" >/dev/null 2>&1; then :
5650 
5651 else
5652   ac_cv_header_stdc=no
5653 fi
5654 rm -f conftest*
5655 
5656 fi
5657 
5658 if test $ac_cv_header_stdc = yes; then
5659   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5660   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5661 /* end confdefs.h.  */
5662 #include <stdlib.h>
5663 
5664 _ACEOF
5665 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5666   $EGREP "free" >/dev/null 2>&1; then :
5667 
5668 else
5669   ac_cv_header_stdc=no
5670 fi
5671 rm -f conftest*
5672 
5673 fi
5674 
5675 if test $ac_cv_header_stdc = yes; then
5676   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5677   if test "$cross_compiling" = yes; then :
5678   :
5679 else
5680   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5681 /* end confdefs.h.  */
5682 #include <ctype.h>
5683 #include <stdlib.h>
5684 #if ((' ' & 0x0FF) == 0x020)
5685 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5686 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5687 #else
5688 # define ISLOWER(c) \
5689                    (('a' <= (c) && (c) <= 'i') \
5690                      || ('j' <= (c) && (c) <= 'r') \
5691                      || ('s' <= (c) && (c) <= 'z'))
5692 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5693 #endif
5694 
5695 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5696 int
5697 main ()
5698 {
5699   int i;
5700   for (i = 0; i < 256; i++)
5701     if (XOR (islower (i), ISLOWER (i))
5702         || toupper (i) != TOUPPER (i))
5703       return 2;
5704   return 0;
5705 }
5706 _ACEOF
5707 if ac_fn_c_try_run "$LINENO"; then :
5708 
5709 else
5710   ac_cv_header_stdc=no
5711 fi
5712 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5713   conftest.$ac_objext conftest.beam conftest.$ac_ext
5714 fi
5715 
5716 fi
5717 fi
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5719 $as_echo "$ac_cv_header_stdc" >&6; }
5720 if test $ac_cv_header_stdc = yes; then
5721 
5722 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5723 
5724 fi
5725 
5726 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5727 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5728                   inttypes.h stdint.h unistd.h
5729 do :
5730   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5731 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5732 "
5733 eval as_val=\$$as_ac_Header
5734    if test "x$as_val" = x""yes; then :
5735   cat >>confdefs.h <<_ACEOF
5736 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5737 _ACEOF
5738 
5739 fi
5740 
5741 done
5742 
5743 
5744 for ac_header in \
5745         AL/al.h \
5746         AudioToolbox/AudioConverter.h \
5747         AudioUnit/AudioUnit.h \
5748         Carbon/Carbon.h \
5749         CoreAudio/CoreAudio.h \
5750         DiskArbitration/DiskArbitration.h \
5751         IOKit/IOKitLib.h \
5752         IOKit/hid/IOHIDLib.h \
5753         OpenAL/al.h \
5754         alias.h \
5755         alsa/asoundlib.h \
5756         arpa/inet.h \
5757         arpa/nameser.h \
5758         asm/types.h \
5759         capi20.h \
5760         curses.h \
5761         direct.h \
5762         dirent.h \
5763         dlfcn.h \
5764         elf.h \
5765         float.h \
5766         fnmatch.h \
5767         fontconfig/fontconfig.h \
5768         getopt.h \
5769         grp.h \
5770         gsm.h \
5771         gsm/gsm.h \
5772         icns.h \
5773         ieeefp.h \
5774         inet/mib2.h \
5775         io.h \
5776         jack/jack.h \
5777         jpeglib.h \
5778         kstat.h \
5779         lber.h \
5780         lcms.h \
5781         lcms/lcms.h \
5782         ldap.h \
5783         libaudioio.h \
5784         link.h \
5785         linux/cdrom.h \
5786         linux/compiler.h \
5787         linux/hdreg.h \
5788         linux/input.h \
5789         linux/ioctl.h \
5790         linux/joystick.h \
5791         linux/major.h \
5792         linux/param.h \
5793         linux/serial.h \
5794         linux/types.h \
5795         linux/ucdrom.h \
5796         mach-o/nlist.h \
5797         mach/mach.h \
5798         mach/machine.h \
5799         machine/cpu.h \
5800         machine/limits.h \
5801         machine/soundcard.h \
5802         machine/sysarch.h \
5803         mntent.h \
5804         mpg123.h \
5805         ncurses.h \
5806         netdb.h \
5807         netinet/in.h \
5808         netinet/in_systm.h \
5809         netinet/tcp.h \
5810         netinet/tcp_fsm.h \
5811         openssl/err.h \
5812         openssl/ssl.h \
5813         png.h \
5814         poll.h \
5815         port.h \
5816         process.h \
5817         pthread.h \
5818         pwd.h \
5819         regex.h \
5820         sched.h \
5821         scsi/scsi.h \
5822         scsi/scsi_ioctl.h \
5823         scsi/sg.h \
5824         soundcard.h \
5825         stdbool.h \
5826         stdint.h \
5827         strings.h \
5828         stropts.h \
5829         sys/asoundlib.h \
5830         sys/cdio.h \
5831         sys/elf32.h \
5832         sys/epoll.h \
5833         sys/errno.h \
5834         sys/event.h \
5835         sys/exec_elf.h \
5836         sys/filio.h \
5837         sys/inotify.h \
5838         sys/ioctl.h \
5839         sys/ipc.h \
5840         sys/limits.h \
5841         sys/link.h \
5842         sys/mman.h \
5843         sys/modem.h \
5844         sys/msg.h \
5845         sys/mtio.h \
5846         sys/param.h \
5847         sys/poll.h \
5848         sys/prctl.h \
5849         sys/protosw.h \
5850         sys/ptrace.h \
5851         sys/resource.h \
5852         sys/scsiio.h \
5853         sys/shm.h \
5854         sys/signal.h \
5855         sys/socket.h \
5856         sys/socketvar.h \
5857         sys/sockio.h \
5858         sys/soundcard.h \
5859         sys/statvfs.h \
5860         sys/strtio.h \
5861         sys/syscall.h \
5862         sys/tihdr.h \
5863         sys/time.h \
5864         sys/timeout.h \
5865         sys/times.h \
5866         sys/uio.h \
5867         sys/un.h \
5868         sys/utsname.h \
5869         sys/vm86.h \
5870         sys/wait.h \
5871         syscall.h \
5872         termios.h \
5873         tiffio.h \
5874         unistd.h \
5875         utime.h \
5876         valgrind/memcheck.h \
5877         valgrind/valgrind.h \
5878         zlib.h
5879 
5880 do :
5881   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5882 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5883 eval as_val=\$$as_ac_Header
5884    if test "x$as_val" = x""yes; then :
5885   cat >>confdefs.h <<_ACEOF
5886 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5887 _ACEOF
5888 
5889 fi
5890 
5891 done
5892 
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5894 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5895 if test "${ac_cv_header_stat_broken+set}" = set; then :
5896   $as_echo_n "(cached) " >&6
5897 else
5898   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5899 /* end confdefs.h.  */
5900 #include <sys/types.h>
5901 #include <sys/stat.h>
5902 
5903 #if defined S_ISBLK && defined S_IFDIR
5904 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5905 #endif
5906 
5907 #if defined S_ISBLK && defined S_IFCHR
5908 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5909 #endif
5910 
5911 #if defined S_ISLNK && defined S_IFREG
5912 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5913 #endif
5914 
5915 #if defined S_ISSOCK && defined S_IFREG
5916 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5917 #endif
5918 
5919 _ACEOF
5920 if ac_fn_c_try_compile "$LINENO"; then :
5921   ac_cv_header_stat_broken=no
5922 else
5923   ac_cv_header_stat_broken=yes
5924 fi
5925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5926 fi
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5928 $as_echo "$ac_cv_header_stat_broken" >&6; }
5929 if test $ac_cv_header_stat_broken = yes; then
5930 
5931 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5932 
5933 fi
5934 
5935 
5936 
5937 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5938 do :
5939   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5940 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5941      #ifdef HAVE_SYS_PARAM_H
5942      # include <sys/param.h>
5943      #endif
5944 "
5945 eval as_val=\$$as_ac_Header
5946    if test "x$as_val" = x""yes; then :
5947   cat >>confdefs.h <<_ACEOF
5948 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5949 _ACEOF
5950 
5951 fi
5952 
5953 done
5954 
5955 
5956 for ac_header in \
5957         netinet/ip.h \
5958         net/if.h \
5959         net/if_arp.h \
5960         net/if_dl.h \
5961         net/if_types.h \
5962         net/route.h \
5963         netinet/if_ether.h \
5964         netinet/if_inarp.h \
5965         netinet/in_pcb.h \
5966         netinet/ip_icmp.h \
5967         netinet/ip_var.h \
5968         netinet/udp.h \
5969         netipx/ipx.h \
5970 
5971 do :
5972   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5973 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5974      #ifdef HAVE_SYS_SOCKET_H
5975      # include <sys/socket.h>
5976      #endif
5977      #ifdef HAVE_SYS_SOCKETVAR_H
5978      # include <sys/socketvar.h>
5979      #endif
5980      #ifdef HAVE_NET_ROUTE_H
5981      # include <net/route.h>
5982      #endif
5983      #ifdef HAVE_NETINET_IN_H
5984      # include <netinet/in.h>
5985      #endif
5986      #ifdef HAVE_NETINET_IN_SYSTM_H
5987      # include <netinet/in_systm.h>
5988      #endif
5989      #ifdef HAVE_NET_IF_H
5990      # include <net/if.h>
5991      #endif
5992      #ifdef HAVE_NETINET_IP_H
5993      # include <netinet/ip.h>
5994      #endif
5995 "
5996 eval as_val=\$$as_ac_Header
5997    if test "x$as_val" = x""yes; then :
5998   cat >>confdefs.h <<_ACEOF
5999 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6000 _ACEOF
6001 
6002 fi
6003 
6004 done
6005 
6006 
6007 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6008 do :
6009   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6010 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6011      #ifdef HAVE_ALIAS_H
6012      # include <alias.h>
6013      #endif
6014      #ifdef HAVE_SYS_SOCKET_H
6015      # include <sys/socket.h>
6016      #endif
6017      #ifdef HAVE_SYS_SOCKETVAR_H
6018      # include <sys/socketvar.h>
6019      #endif
6020      #ifdef HAVE_SYS_TIMEOUT_H
6021      # include <sys/timeout.h>
6022      #endif
6023      #ifdef HAVE_NETINET_IN_H
6024      # include <netinet/in.h>
6025      #endif
6026      #ifdef HAVE_NETINET_IN_SYSTM_H
6027      # include <netinet/in_systm.h>
6028      #endif
6029      #ifdef HAVE_NETINET_IP_H
6030      # include <netinet/ip.h>
6031      #endif
6032      #ifdef HAVE_NETINET_IP_VAR_H
6033      # include <netinet/ip_var.h>
6034      #endif
6035      #ifdef HAVE_NETINET_IP_ICMP_H
6036      # include <netinet/ip_icmp.h>
6037      #endif
6038      #ifdef HAVE_NETINET_UDP_H
6039      # include <netinet/udp.h>
6040      #endif
6041      #ifdef HAVE_NETINET_TCP_H
6042      # include <netinet/tcp.h>
6043      #endif
6044      #ifdef HAVE_NETINET_TCP_TIMER_H
6045      #include <netinet/tcp_timer.h>
6046      #endif
6047 "
6048 eval as_val=\$$as_ac_Header
6049    if test "x$as_val" = x""yes; then :
6050   cat >>confdefs.h <<_ACEOF
6051 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6052 _ACEOF
6053 
6054 fi
6055 
6056 done
6057 
6058 
6059 for ac_header in linux/ipx.h linux/irda.h
6060 do :
6061   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6062 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6063      #ifdef HAVE_ASM_TYPES_H
6064      # include <asm/types.h>
6065      #endif
6066      #ifdef HAVE_SYS_SOCKET_H
6067      # include <sys/socket.h>
6068      #endif
6069      #ifdef HAVE_LINUX_TYPES_H
6070      # include <linux/types.h>
6071      #endif
6072 "
6073 eval as_val=\$$as_ac_Header
6074    if test "x$as_val" = x""yes; then :
6075   cat >>confdefs.h <<_ACEOF
6076 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6077 _ACEOF
6078 
6079 fi
6080 
6081 done
6082 
6083 
6084 for ac_header in mach-o/dyld_images.h
6085 do :
6086   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6087      # include <stdbool.h>
6088      #endif
6089      #ifdef HAVE_STDINT_H
6090      # include <stdint.h>
6091      #endif
6092 "
6093 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6094   cat >>confdefs.h <<_ACEOF
6095 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6096 _ACEOF
6097 
6098 fi
6099 
6100 done
6101 
6102 
6103 for ac_header in resolv.h
6104 do :
6105   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6106      #ifdef HAVE_SYS_SOCKET_H
6107      # include <sys/socket.h>
6108      #endif
6109      #ifdef HAVE_NETINET_IN_H
6110      # include <netinet/in.h>
6111      #endif
6112      #ifdef HAVE_ARPA_NAMESER_H
6113      # include <arpa/nameser.h>
6114      #endif
6115 "
6116 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6117   cat >>confdefs.h <<_ACEOF
6118 #define HAVE_RESOLV_H 1
6119 _ACEOF
6120 
6121 fi
6122 
6123 done
6124 
6125 
6126 for ac_header in ifaddrs.h
6127 do :
6128   ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6129 "
6130 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6131   cat >>confdefs.h <<_ACEOF
6132 #define HAVE_IFADDRS_H 1
6133 _ACEOF
6134 
6135 fi
6136 
6137 done
6138 
6139 
6140 for ac_header in ucontext.h
6141 do :
6142   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6143 "
6144 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6145   cat >>confdefs.h <<_ACEOF
6146 #define HAVE_UCONTEXT_H 1
6147 _ACEOF
6148 
6149 fi
6150 
6151 done
6152 
6153 
6154 for ac_header in sys/thr.h
6155 do :
6156   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6157 #ifdef HAVE_UCONTEXT_H
6158 #include <ucontext.h>
6159 #endif
6160 "
6161 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6162   cat >>confdefs.h <<_ACEOF
6163 #define HAVE_SYS_THR_H 1
6164 _ACEOF
6165 
6166 fi
6167 
6168 done
6169 
6170 
6171 for ac_header in pthread_np.h
6172 do :
6173   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6174 #include <pthread.h>
6175 #endif
6176 "
6177 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6178   cat >>confdefs.h <<_ACEOF
6179 #define HAVE_PTHREAD_NP_H 1
6180 _ACEOF
6181 
6182 fi
6183 
6184 done
6185 
6186 
6187 for ac_header in linux/videodev.h
6188 do :
6189   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6190 #include <sys/time.h>
6191 #endif
6192 #include <sys/types.h>
6193 #ifdef HAVE_ASM_TYPES_H
6194 #include <asm/types.h>
6195 #endif
6196 "
6197 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6198   cat >>confdefs.h <<_ACEOF
6199 #define HAVE_LINUX_VIDEODEV_H 1
6200 _ACEOF
6201 
6202 fi
6203 
6204 done
6205 
6206 
6207 for ac_header in linux/capi.h
6208 do :
6209   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6210 "
6211 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6212   cat >>confdefs.h <<_ACEOF
6213 #define HAVE_LINUX_CAPI_H 1
6214 _ACEOF
6215 
6216 fi
6217 
6218 done
6219 
6220 
6221 
6222 DLLEXT=""
6223 
6224 DLLFLAGS="-D_REENTRANT"
6225 
6226 LDSHARED=""
6227 
6228 LDDLLFLAGS=""
6229 
6230 LIBEXT="so"
6231 
6232 IMPLIBEXT="def"
6233 
6234 LDRPATH_INSTALL=""
6235 
6236 LDRPATH_LOCAL=""
6237 
6238 STATIC_IMPLIBEXT="def.a"
6239 # Extract the first word of "ldd", so it can be a program name with args.
6240 set dummy ldd; ac_word=$2
6241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6242 $as_echo_n "checking for $ac_word... " >&6; }
6243 if test "${ac_cv_path_LDD+set}" = set; then :
6244   $as_echo_n "(cached) " >&6
6245 else
6246   case $LDD in
6247   [\\/]* | ?:[\\/]*)
6248   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6249   ;;
6250   *)
6251   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6252 as_dummy="/sbin:/usr/sbin:$PATH"
6253 for as_dir in $as_dummy
6254 do
6255   IFS=$as_save_IFS
6256   test -z "$as_dir" && as_dir=.
6257     for ac_exec_ext in '' $ac_executable_extensions; do
6258   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6259     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6260     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6261     break 2
6262   fi
6263 done
6264   done
6265 IFS=$as_save_IFS
6266 
6267   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6268   ;;
6269 esac
6270 fi
6271 LDD=$ac_cv_path_LDD
6272 if test -n "$LDD"; then
6273   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6274 $as_echo "$LDD" >&6; }
6275 else
6276   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6277 $as_echo "no" >&6; }
6278 fi
6279 
6280 
6281 
6282 case $host_os in
6283   cygwin*|mingw32*)
6284     if test -n "$ac_tool_prefix"; then
6285   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6286 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6288 $as_echo_n "checking for $ac_word... " >&6; }
6289 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6290   $as_echo_n "(cached) " >&6
6291 else
6292   if test -n "$DLLTOOL"; then
6293   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6294 else
6295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6296 for as_dir in $PATH
6297 do
6298   IFS=$as_save_IFS
6299   test -z "$as_dir" && as_dir=.
6300     for ac_exec_ext in '' $ac_executable_extensions; do
6301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6302     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6303     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6304     break 2
6305   fi
6306 done
6307   done
6308 IFS=$as_save_IFS
6309 
6310 fi
6311 fi
6312 DLLTOOL=$ac_cv_prog_DLLTOOL
6313 if test -n "$DLLTOOL"; then
6314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6315 $as_echo "$DLLTOOL" >&6; }
6316 else
6317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6318 $as_echo "no" >&6; }
6319 fi
6320 
6321 
6322 fi
6323 if test -z "$ac_cv_prog_DLLTOOL"; then
6324   ac_ct_DLLTOOL=$DLLTOOL
6325   # Extract the first word of "dlltool", so it can be a program name with args.
6326 set dummy dlltool; ac_word=$2
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6328 $as_echo_n "checking for $ac_word... " >&6; }
6329 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6330   $as_echo_n "(cached) " >&6
6331 else
6332   if test -n "$ac_ct_DLLTOOL"; then
6333   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6334 else
6335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6336 for as_dir in $PATH
6337 do
6338   IFS=$as_save_IFS
6339   test -z "$as_dir" && as_dir=.
6340     for ac_exec_ext in '' $ac_executable_extensions; do
6341   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6342     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6343     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6344     break 2
6345   fi
6346 done
6347   done
6348 IFS=$as_save_IFS
6349 
6350 fi
6351 fi
6352 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6353 if test -n "$ac_ct_DLLTOOL"; then
6354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6355 $as_echo "$ac_ct_DLLTOOL" >&6; }
6356 else
6357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6358 $as_echo "no" >&6; }
6359 fi
6360 
6361   if test "x$ac_ct_DLLTOOL" = x; then
6362     DLLTOOL="false"
6363   else
6364     case $cross_compiling:$ac_tool_warned in
6365 yes:)
6366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6367 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6368 ac_tool_warned=yes ;;
6369 esac
6370     DLLTOOL=$ac_ct_DLLTOOL
6371   fi
6372 else
6373   DLLTOOL="$ac_cv_prog_DLLTOOL"
6374 fi
6375 
6376     if test -n "$ac_tool_prefix"; then
6377   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6378 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6380 $as_echo_n "checking for $ac_word... " >&6; }
6381 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6382   $as_echo_n "(cached) " >&6
6383 else
6384   if test -n "$DLLWRAP"; then
6385   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6386 else
6387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6388 for as_dir in $PATH
6389 do
6390   IFS=$as_save_IFS
6391   test -z "$as_dir" && as_dir=.
6392     for ac_exec_ext in '' $ac_executable_extensions; do
6393   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6394     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6395     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6396     break 2
6397   fi
6398 done
6399   done
6400 IFS=$as_save_IFS
6401 
6402 fi
6403 fi
6404 DLLWRAP=$ac_cv_prog_DLLWRAP
6405 if test -n "$DLLWRAP"; then
6406   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6407 $as_echo "$DLLWRAP" >&6; }
6408 else
6409   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6410 $as_echo "no" >&6; }
6411 fi
6412 
6413 
6414 fi
6415 if test -z "$ac_cv_prog_DLLWRAP"; then
6416   ac_ct_DLLWRAP=$DLLWRAP
6417   # Extract the first word of "dllwrap", so it can be a program name with args.
6418 set dummy dllwrap; ac_word=$2
6419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6420 $as_echo_n "checking for $ac_word... " >&6; }
6421 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6422   $as_echo_n "(cached) " >&6
6423 else
6424   if test -n "$ac_ct_DLLWRAP"; then
6425   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6426 else
6427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6428 for as_dir in $PATH
6429 do
6430   IFS=$as_save_IFS
6431   test -z "$as_dir" && as_dir=.
6432     for ac_exec_ext in '' $ac_executable_extensions; do
6433   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6434     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6435     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6436     break 2
6437   fi
6438 done
6439   done
6440 IFS=$as_save_IFS
6441 
6442 fi
6443 fi
6444 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6445 if test -n "$ac_ct_DLLWRAP"; then
6446   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6447 $as_echo "$ac_ct_DLLWRAP" >&6; }
6448 else
6449   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6450 $as_echo "no" >&6; }
6451 fi
6452 
6453   if test "x$ac_ct_DLLWRAP" = x; then
6454     DLLWRAP="false"
6455   else
6456     case $cross_compiling:$ac_tool_warned in
6457 yes:)
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6459 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6460 ac_tool_warned=yes ;;
6461 esac
6462     DLLWRAP=$ac_ct_DLLWRAP
6463   fi
6464 else
6465   DLLWRAP="$ac_cv_prog_DLLWRAP"
6466 fi
6467 
6468     if test "$DLLWRAP" = "false"; then
6469       LIBEXT="a"
6470     else
6471             LIBEXT="dll"
6472     fi
6473     IMPLIBEXT="a"
6474     STATIC_IMPLIBEXT="a"
6475         enable_iphlpapi=${enable_iphlpapi:-no}
6476     enable_kernel32=${enable_kernel32:-no}
6477     enable_msvcrt=${enable_msvcrt:-no}
6478     enable_ntdll=${enable_ntdll:-no}
6479     enable_ws2_32=${enable_ws2_32:-no}
6480     enable_loader=${enable_loader:-no}
6481     enable_server=${enable_server:-no}
6482         with_x=${with_x:-no}
6483     with_pthread=${with_pthread:-no}
6484     ;;
6485   darwin*|macosx*)
6486     DLLEXT=".so"
6487     LIBEXT="dylib"
6488     DLLFLAGS="$DLLFLAGS -fPIC"
6489     LDDLLFLAGS="-bundle -multiply_defined suppress"
6490     LIBWINE_LDFLAGS="-multiply_defined suppress"
6491     LDSHARED="\$(CC) -dynamiclib"
6492     STRIP="$STRIP -x"
6493     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6494         SECURITYLIB="-framework Security -framework CoreFoundation"
6495 
6496     COREFOUNDATIONLIB="-framework CoreFoundation"
6497 
6498     IOKITLIB="-framework IOKit -framework CoreFoundation"
6499 
6500     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6501 
6502     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6503     then
6504                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6505 
6506     fi
6507     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6508     then
6509                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6510 
6511     fi
6512     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6513     then
6514         FRAMEWORK_OPENAL="-framework OpenAL"
6515 
6516 
6517 cat >>confdefs.h <<_ACEOF
6518 #define HAVE_OPENAL 1
6519 _ACEOF
6520 
6521         ac_cv_lib_openal=yes
6522     fi
6523     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6524     then
6525         ac_save_LIBS="$LIBS"
6526         LIBS="$LIBS $IOKITLIB"
6527         for ac_func in IOHIDManagerCreate
6528 do :
6529   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6530 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6531   cat >>confdefs.h <<_ACEOF
6532 #define HAVE_IOHIDMANAGERCREATE 1
6533 _ACEOF
6534 
6535 fi
6536 done
6537 
6538         LIBS="$ac_save_LIBS"
6539     fi
6540     case $host_cpu in
6541       *powerpc*)
6542         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6543     esac
6544         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6545     then
6546         CARBONLIB="-framework Carbon"
6547 
6548         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6549     fi
6550         if test "x$enable_win16" = "xyes"
6551     then
6552         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6553 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6554         if test "$cross_compiling" = yes; then :
6555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6556 $as_echo "cross-compiling, assuming yes" >&6; }
6557 else
6558   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6559 /* end confdefs.h.  */
6560 asm(".text\n"
6561                                             "bad:\tnop;nop\n"
6562                                             "good:\tnop;nop\n\t"
6563                                             ".globl _testfunc\n"
6564                                             "_testfunc:\tcallw good");
6565                                         extern void testfunc();
6566 int
6567 main ()
6568 {
6569 unsigned short *p = (unsigned short *)testfunc;
6570                                         return p[0] != 0xe866 || p[1] != 0xfffa
6571   ;
6572   return 0;
6573 }
6574 _ACEOF
6575 if ac_fn_c_try_run "$LINENO"; then :
6576   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6577 $as_echo "yes" >&6; }
6578 else
6579   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6580 $as_echo "no" >&6; }
6581                                        as_fn_error "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
6582 fi
6583 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6584   conftest.$ac_objext conftest.beam conftest.$ac_ext
6585 fi
6586 
6587     fi
6588     ;;
6589   *)
6590     DLLFLAGS="$DLLFLAGS -fPIC"
6591     DLLEXT=".so"
6592     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6593 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6594 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6595   $as_echo_n "(cached) " >&6
6596 else
6597   ac_wine_try_cflags_saved=$CFLAGS
6598 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6600 /* end confdefs.h.  */
6601 void myfunc() {}
6602 _ACEOF
6603 if ac_fn_c_try_link "$LINENO"; then :
6604   ac_cv_c_dll_gnuelf="yes"
6605 else
6606   ac_cv_c_dll_gnuelf="no"
6607 fi
6608 rm -f core conftest.err conftest.$ac_objext \
6609     conftest$ac_exeext conftest.$ac_ext
6610 CFLAGS=$ac_wine_try_cflags_saved
6611 fi
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6613 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6614     if test "$ac_cv_c_dll_gnuelf" = "yes"
6615     then
6616       LDSHARED="\$(CC) -shared"
6617       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6618       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6619 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6620 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6621   $as_echo_n "(cached) " >&6
6622 else
6623   ac_wine_try_cflags_saved=$CFLAGS
6624 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6626 /* end confdefs.h.  */
6627 int main(int argc, char **argv) { return 0; }
6628 _ACEOF
6629 if ac_fn_c_try_link "$LINENO"; then :
6630   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6631 else
6632   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6633 fi
6634 rm -f core conftest.err conftest.$ac_objext \
6635     conftest$ac_exeext conftest.$ac_ext
6636 CFLAGS=$ac_wine_try_cflags_saved
6637 fi
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6639 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6640 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6641   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6642 else
6643   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6644 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6645 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6646   $as_echo_n "(cached) " >&6
6647 else
6648   ac_wine_try_cflags_saved=$CFLAGS
6649 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6651 /* end confdefs.h.  */
6652 int main(int argc, char **argv) { return 0; }
6653 _ACEOF
6654 if ac_fn_c_try_link "$LINENO"; then :
6655   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6656 else
6657   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6658 fi
6659 rm -f core conftest.err conftest.$ac_objext \
6660     conftest$ac_exeext conftest.$ac_ext
6661 CFLAGS=$ac_wine_try_cflags_saved
6662 fi
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6664 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6665 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6666   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6667 fi
6668 fi
6669 
6670       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6671 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6672 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6673   $as_echo_n "(cached) " >&6
6674 else
6675   ac_wine_try_cflags_saved=$CFLAGS
6676 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6678 /* end confdefs.h.  */
6679 int main(int argc, char **argv) { return 0; }
6680 _ACEOF
6681 if ac_fn_c_try_link "$LINENO"; then :
6682   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6683 else
6684   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6685 fi
6686 rm -f core conftest.err conftest.$ac_objext \
6687     conftest$ac_exeext conftest.$ac_ext
6688 CFLAGS=$ac_wine_try_cflags_saved
6689 fi
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6691 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6692 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6693   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6694 fi
6695 
6696       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
6697 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6698 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6699   $as_echo_n "(cached) " >&6
6700 else
6701   ac_wine_try_cflags_saved=$CFLAGS
6702 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6704 /* end confdefs.h.  */
6705 int main(int argc, char **argv) { return 0; }
6706 _ACEOF
6707 if ac_fn_c_try_link "$LINENO"; then :
6708   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6709 else
6710   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6711 fi
6712 rm -f core conftest.err conftest.$ac_objext \
6713     conftest$ac_exeext conftest.$ac_ext
6714 CFLAGS=$ac_wine_try_cflags_saved
6715 fi
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6717 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6718 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6719   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6720 fi
6721 
6722       echo '{ global: *; };' >conftest.map
6723       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6724 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6725 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6726   $as_echo_n "(cached) " >&6
6727 else
6728   ac_wine_try_cflags_saved=$CFLAGS
6729 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6731 /* end confdefs.h.  */
6732 int main(int argc, char **argv) { return 0; }
6733 _ACEOF
6734 if ac_fn_c_try_link "$LINENO"; then :
6735   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6736 else
6737   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6738 fi
6739 rm -f core conftest.err conftest.$ac_objext \
6740     conftest$ac_exeext conftest.$ac_ext
6741 CFLAGS=$ac_wine_try_cflags_saved
6742 fi
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6744 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6745 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6746   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6747 fi
6748       rm -f conftest.map
6749 
6750       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6751 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6752 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6753   $as_echo_n "(cached) " >&6
6754 else
6755   ac_wine_try_cflags_saved=$CFLAGS
6756 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6758 /* end confdefs.h.  */
6759 int main(int argc, char **argv) { return 0; }
6760 _ACEOF
6761 if ac_fn_c_try_link "$LINENO"; then :
6762   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6763 else
6764   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6765 fi
6766 rm -f core conftest.err conftest.$ac_objext \
6767     conftest$ac_exeext conftest.$ac_ext
6768 CFLAGS=$ac_wine_try_cflags_saved
6769 fi
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6771 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6772 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6773   LDEXECFLAGS="-Wl,--export-dynamic"
6774 
6775 fi
6776 
6777       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6779 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6780 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6781   $as_echo_n "(cached) " >&6
6782 else
6783   ac_wine_try_cflags_saved=$CFLAGS
6784 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6786 /* end confdefs.h.  */
6787 int main(int argc, char **argv) { return 0; }
6788 _ACEOF
6789 if ac_fn_c_try_link "$LINENO"; then :
6790   eval "$as_ac_var=yes"
6791 else
6792   eval "$as_ac_var=no"
6793 fi
6794 rm -f core conftest.err conftest.$ac_objext \
6795     conftest$ac_exeext conftest.$ac_ext
6796 CFLAGS=$ac_wine_try_cflags_saved
6797 fi
6798 eval ac_res=\$$as_ac_var
6799                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6800 $as_echo "$ac_res" >&6; }
6801 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6802   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6803                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6804 else
6805   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6807 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6808 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6809   $as_echo_n "(cached) " >&6
6810 else
6811   ac_wine_try_cflags_saved=$CFLAGS
6812 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6814 /* end confdefs.h.  */
6815 int main(int argc, char **argv) { return 0; }
6816 _ACEOF
6817 if ac_fn_c_try_link "$LINENO"; then :
6818   eval "$as_ac_var=yes"
6819 else
6820   eval "$as_ac_var=no"
6821 fi
6822 rm -f core conftest.err conftest.$ac_objext \
6823     conftest$ac_exeext conftest.$ac_ext
6824 CFLAGS=$ac_wine_try_cflags_saved
6825 fi
6826 eval ac_res=\$$as_ac_var
6827                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6828 $as_echo "$ac_res" >&6; }
6829 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6830   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6831                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6832 fi
6833 fi
6834 
6835       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6836 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6837 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6838   $as_echo_n "(cached) " >&6
6839 else
6840   ac_wine_try_cflags_saved=$CFLAGS
6841 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6843 /* end confdefs.h.  */
6844 int main(int argc, char **argv) { return 0; }
6845 _ACEOF
6846 if ac_fn_c_try_link "$LINENO"; then :
6847   ac_cv_cflags__Wl___enable_new_dtags=yes
6848 else
6849   ac_cv_cflags__Wl___enable_new_dtags=no
6850 fi
6851 rm -f core conftest.err conftest.$ac_objext \
6852     conftest$ac_exeext conftest.$ac_ext
6853 CFLAGS=$ac_wine_try_cflags_saved
6854 fi
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6856 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6857 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6858   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6859 fi
6860 
6861       case $host_cpu in
6862         *i[3456789]86* | x86_64)
6863           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6864 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6865 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6866   $as_echo_n "(cached) " >&6
6867 else
6868   ac_wine_try_cflags_saved=$CFLAGS
6869 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6871 /* end confdefs.h.  */
6872 int main(int argc, char **argv) { return 0; }
6873 _ACEOF
6874 if ac_fn_c_try_link "$LINENO"; then :
6875   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6876 else
6877   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6878 fi
6879 rm -f core conftest.err conftest.$ac_objext \
6880     conftest$ac_exeext conftest.$ac_ext
6881 CFLAGS=$ac_wine_try_cflags_saved
6882 fi
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6884 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6885 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6886   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6887 fi
6888           # Extract the first word of "prelink", so it can be a program name with args.
6889 set dummy prelink; ac_word=$2
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6891 $as_echo_n "checking for $ac_word... " >&6; }
6892 if test "${ac_cv_path_PRELINK+set}" = set; then :
6893   $as_echo_n "(cached) " >&6
6894 else
6895   case $PRELINK in
6896   [\\/]* | ?:[\\/]*)
6897   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6898   ;;
6899   *)
6900   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6901 for as_dir in /sbin /usr/sbin $PATH
6902 do
6903   IFS=$as_save_IFS
6904   test -z "$as_dir" && as_dir=.
6905     for ac_exec_ext in '' $ac_executable_extensions; do
6906   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6907     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6908     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6909     break 2
6910   fi
6911 done
6912   done
6913 IFS=$as_save_IFS
6914 
6915   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6916   ;;
6917 esac
6918 fi
6919 PRELINK=$ac_cv_path_PRELINK
6920 if test -n "$PRELINK"; then
6921   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
6922 $as_echo "$PRELINK" >&6; }
6923 else
6924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6925 $as_echo "no" >&6; }
6926 fi
6927 
6928 
6929           if test "x$PRELINK" = xfalse
6930           then
6931               as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
6932           fi
6933           ;;
6934       esac
6935 
6936     else
6937       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6938 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6939 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6940   $as_echo_n "(cached) " >&6
6941 else
6942   ac_wine_try_cflags_saved=$CFLAGS
6943 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6945 /* end confdefs.h.  */
6946 void myfunc() {}
6947 _ACEOF
6948 if ac_fn_c_try_link "$LINENO"; then :
6949   ac_cv_c_dll_unixware="yes"
6950 else
6951   ac_cv_c_dll_unixware="no"
6952 fi
6953 rm -f core conftest.err conftest.$ac_objext \
6954     conftest$ac_exeext conftest.$ac_ext
6955 CFLAGS=$ac_wine_try_cflags_saved
6956 fi
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6958 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6959       if test "$ac_cv_c_dll_unixware" = "yes"
6960       then
6961         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6962         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6963 
6964       else
6965         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6966 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6967 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6968   $as_echo_n "(cached) " >&6
6969 else
6970   ac_wine_try_cflags_saved=$CFLAGS
6971 CFLAGS="$CFLAGS -shared"
6972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6973 /* end confdefs.h.  */
6974 void myfunc() {}
6975 _ACEOF
6976 if ac_fn_c_try_link "$LINENO"; then :
6977   ac_cv_c_dll_hpux="yes"
6978 else
6979   ac_cv_c_dll_hpux="no"
6980 fi
6981 rm -f core conftest.err conftest.$ac_objext \
6982     conftest$ac_exeext conftest.$ac_ext
6983 CFLAGS=$ac_wine_try_cflags_saved
6984 fi
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6986 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6987         if test "$ac_cv_c_dll_hpux" = "yes"
6988         then
6989           LIBEXT="sl"
6990           DLLEXT=".sl"
6991           LDDLLFLAGS="-shared -fPIC"
6992           LDSHARED="\$(CC) -shared"
6993         fi
6994       fi
6995     fi
6996     ;;
6997 esac
6998 
6999 enable_winequartz_drv=${enable_winequartz_drv:-no}
7000 
7001 if test "$LIBEXT" = "a"; then
7002   as_fn_error "could not find a way to build shared libraries.
7003 It is currently not possible to build Wine without shared library
7004 (.so) support to allow transparent switch between .so and .dll files.
7005 If you are using Linux, you will need a newer binutils.
7006 " "$LINENO" 5
7007 fi
7008 
7009 CROSSTEST_DISABLE=\#
7010 
7011 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
7012 then
7013     case "$host_cpu" in
7014   i[3456789]86*)
7015     ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
7016   x86_64)
7017     ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
7018   *)
7019     ac_prefix_list="" ;;
7020 esac
7021 for ac_prog in $ac_prefix_list
7022 do
7023   # Extract the first word of "$ac_prog", so it can be a program name with args.
7024 set dummy $ac_prog; ac_word=$2
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7026 $as_echo_n "checking for $ac_word... " >&6; }
7027 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7028   $as_echo_n "(cached) " >&6
7029 else
7030   if test -n "$CROSSCC"; then
7031   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7032 else
7033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7034 for as_dir in $PATH
7035 do
7036   IFS=$as_save_IFS
7037   test -z "$as_dir" && as_dir=.
7038     for ac_exec_ext in '' $ac_executable_extensions; do
7039   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7040     ac_cv_prog_CROSSCC="$ac_prog"
7041     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7042     break 2
7043   fi
7044 done
7045   done
7046 IFS=$as_save_IFS
7047 
7048 fi
7049 fi
7050 CROSSCC=$ac_cv_prog_CROSSCC
7051 if test -n "$CROSSCC"; then
7052   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7053 $as_echo "$CROSSCC" >&6; }
7054 else
7055   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7056 $as_echo "no" >&6; }
7057 fi
7058 
7059 
7060   test -n "$CROSSCC" && break
7061 done
7062 test -n "$CROSSCC" || CROSSCC="false"
7063 
7064     if test "$CROSSCC" != "false"
7065     then
7066         ac_save_CC="$CC"
7067         CC="$CROSSCC"
7068         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7069 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7070         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7071 /* end confdefs.h.  */
7072 
7073 int
7074 main ()
7075 {
7076 
7077   ;
7078   return 0;
7079 }
7080 _ACEOF
7081 if ac_fn_c_try_compile "$LINENO"; then :
7082   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7083 $as_echo "yes" >&6; }
7084                            set x $CROSSCC
7085                            shift
7086                            target=""
7087                            while test $# -ge 1
7088                            do
7089                                case "$1" in
7090                                  *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7091                                esac
7092                                shift
7093                            done
7094                            if test -n "$target"
7095                            then
7096                                CROSSTEST_DISABLE=""
7097                                CROSSTARGET="$target"
7098 
7099                            fi
7100 else
7101   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7102 $as_echo "no" >&6; }
7103 fi
7104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7105         CC="$ac_save_CC"
7106     fi
7107 fi
7108 
7109 
7110 if test "$ac_cv_header_pthread_h" = "yes"
7111 then
7112     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7113 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7114 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7115   $as_echo_n "(cached) " >&6
7116 else
7117   ac_check_lib_save_LIBS=$LIBS
7118 LIBS="-lpthread  $LIBS"
7119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7120 /* end confdefs.h.  */
7121 
7122 /* Override any GCC internal prototype to avoid an error.
7123    Use char because int might match the return type of a GCC
7124    builtin and then its argument prototype would still apply.  */
7125 #ifdef __cplusplus
7126 extern "C"
7127 #endif
7128 char pthread_create ();
7129 int
7130 main ()
7131 {
7132 return pthread_create ();
7133   ;
7134   return 0;
7135 }
7136 _ACEOF
7137 if ac_fn_c_try_link "$LINENO"; then :
7138   ac_cv_lib_pthread_pthread_create=yes
7139 else
7140   ac_cv_lib_pthread_pthread_create=no
7141 fi
7142 rm -f core conftest.err conftest.$ac_objext \
7143     conftest$ac_exeext conftest.$ac_ext
7144 LIBS=$ac_check_lib_save_LIBS
7145 fi
7146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7147 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7148 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7149   LIBPTHREAD="-lpthread"
7150 
7151 fi
7152 
7153 fi
7154 if test "x$LIBPTHREAD" = "x"; then :
7155   case "x$with_pthread" in
7156   xno) ;;
7157   *)   as_fn_error "pthread ${notice_platform}development files not found.
7158 Wine cannot support threads without libpthread.
7159 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7160 esac
7161 fi
7162 
7163 
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7165 $as_echo_n "checking for X... " >&6; }
7166 
7167 
7168 # Check whether --with-x was given.
7169 if test "${with_x+set}" = set; then :
7170   withval=$with_x;
7171 fi
7172 
7173 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7174 if test "x$with_x" = xno; then
7175   # The user explicitly disabled X.
7176   have_x=disabled
7177 else
7178   case $x_includes,$x_libraries in #(
7179     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7180     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7181   $as_echo_n "(cached) " >&6
7182 else
7183   # One or both of the vars are not set, and there is no cached value.
7184 ac_x_includes=no ac_x_libraries=no
7185 rm -f -r conftest.dir
7186 if mkdir conftest.dir; then
7187   cd conftest.dir
7188   cat >Imakefile <<'_ACEOF'
7189 incroot:
7190         @echo incroot='${INCROOT}'
7191 usrlibdir:
7192         @echo usrlibdir='${USRLIBDIR}'
7193 libdir:
7194         @echo libdir='${LIBDIR}'
7195 _ACEOF
7196   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7197     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7198     for ac_var in incroot usrlibdir libdir; do
7199       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7200     done
7201     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7202     for ac_extension in a so sl dylib la dll; do
7203       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7204          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7205         ac_im_usrlibdir=$ac_im_libdir; break
7206       fi
7207     done
7208     # Screen out bogus values from the imake configuration.  They are
7209     # bogus both because they are the default anyway, and because
7210     # using them would break gcc on systems where it needs fixed includes.
7211     case $ac_im_incroot in
7212         /usr/include) ac_x_includes= ;;
7213         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7214     esac
7215     case $ac_im_usrlibdir in
7216         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7217         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7218     esac
7219   fi
7220   cd ..
7221   rm -f -r conftest.dir
7222 fi
7223 
7224 # Standard set of common directories for X headers.
7225 # Check X11 before X11Rn because it is often a symlink to the current release.
7226 ac_x_header_dirs='
7227 /usr/X11/include
7228 /usr/X11R7/include
7229 /usr/X11R6/include
7230 /usr/X11R5/include
7231 /usr/X11R4/include
7232 
7233 /usr/include/X11
7234 /usr/include/X11R7
7235 /usr/include/X11R6
7236 /usr/include/X11R5
7237 /usr/include/X11R4
7238 
7239 /usr/local/X11/include
7240 /usr/local/X11R7/include
7241 /usr/local/X11R6/include
7242 /usr/local/X11R5/include
7243 /usr/local/X11R4/include
7244 
7245 /usr/local/include/X11
7246 /usr/local/include/X11R7
7247 /usr/local/include/X11R6
7248 /usr/local/include/X11R5
7249 /usr/local/include/X11R4
7250 
7251 /usr/X386/include
7252 /usr/x386/include
7253 /usr/XFree86/include/X11
7254 
7255 /usr/include
7256 /usr/local/include
7257 /usr/unsupported/include
7258 /usr/athena/include
7259 /usr/local/x11r5/include
7260 /usr/lpp/Xamples/include
7261 
7262 /usr/openwin/include
7263 /usr/openwin/share/include'
7264 
7265 if test "$ac_x_includes" = no; then
7266   # Guess where to find include files, by looking for Xlib.h.
7267   # First, try using that file with no special directory specified.
7268   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7269 /* end confdefs.h.  */
7270 #include <X11/Xlib.h>
7271 _ACEOF
7272 if ac_fn_c_try_cpp "$LINENO"; then :
7273   # We can compile using X headers with no special include directory.
7274 ac_x_includes=
7275 else
7276   for ac_dir in $ac_x_header_dirs; do
7277   if test -r "$ac_dir/X11/Xlib.h"; then
7278     ac_x_includes=$ac_dir
7279     break
7280   fi
7281 done
7282 fi
7283 rm -f conftest.err conftest.$ac_ext
7284 fi # $ac_x_includes = no
7285 
7286 if test "$ac_x_libraries" = no; then
7287   # Check for the libraries.
7288   # See if we find them without any special options.
7289   # Don't add to $LIBS permanently.
7290   ac_save_LIBS=$LIBS
7291   LIBS="-lX11 $LIBS"
7292   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7293 /* end confdefs.h.  */
7294 #include <X11/Xlib.h>
7295 int
7296 main ()
7297 {
7298 XrmInitialize ()
7299   ;
7300   return 0;
7301 }
7302 _ACEOF
7303 if ac_fn_c_try_link "$LINENO"; then :
7304   LIBS=$ac_save_LIBS
7305 # We can link X programs with no special library path.
7306 ac_x_libraries=
7307 else
7308   LIBS=$ac_save_LIBS
7309 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7310 do
7311   # Don't even attempt the hair of trying to link an X program!
7312   for ac_extension in a so sl dylib la dll; do
7313     if test -r "$ac_dir/libX11.$ac_extension"; then
7314       ac_x_libraries=$ac_dir
7315       break 2
7316     fi
7317   done
7318 done
7319 fi
7320 rm -f core conftest.err conftest.$ac_objext \
7321     conftest$ac_exeext conftest.$ac_ext
7322 fi # $ac_x_libraries = no
7323 
7324 case $ac_x_includes,$ac_x_libraries in #(
7325   no,* | *,no | *\'*)
7326     # Didn't find X, or a directory has "'" in its name.
7327     ac_cv_have_x="have_x=no";; #(
7328   *)
7329     # Record where we found X for the cache.
7330     ac_cv_have_x="have_x=yes\
7331         ac_x_includes='$ac_x_includes'\
7332         ac_x_libraries='$ac_x_libraries'"
7333 esac
7334 fi
7335 ;; #(
7336     *) have_x=yes;;
7337   esac
7338   eval "$ac_cv_have_x"
7339 fi # $with_x != no
7340 
7341 if test "$have_x" != yes; then
7342   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7343 $as_echo "$have_x" >&6; }
7344   no_x=yes
7345 else
7346   # If each of the values was on the command line, it overrides each guess.
7347   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7348   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7349   # Update the cache value to reflect the command line values.
7350   ac_cv_have_x="have_x=yes\
7351         ac_x_includes='$x_includes'\
7352         ac_x_libraries='$x_libraries'"
7353   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7354 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7355 fi
7356 
7357 if test "$no_x" = yes; then
7358   # Not all programs may use this symbol, but it does not hurt to define it.
7359 
7360 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7361 
7362   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7363 else
7364   if test -n "$x_includes"; then
7365     X_CFLAGS="$X_CFLAGS -I$x_includes"
7366   fi
7367 
7368   # It would also be nice to do this for all -L options, not just this one.
7369   if test -n "$x_libraries"; then
7370     X_LIBS="$X_LIBS -L$x_libraries"
7371     # For Solaris; some versions of Sun CC require a space after -R and
7372     # others require no space.  Words are not sufficient . . . .
7373     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7374 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7375     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7376     ac_xsave_c_werror_flag=$ac_c_werror_flag
7377     ac_c_werror_flag=yes
7378     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7379 /* end confdefs.h.  */
7380 
7381 int
7382 main ()
7383 {
7384 
7385   ;
7386   return 0;
7387 }
7388 _ACEOF
7389 if ac_fn_c_try_link "$LINENO"; then :
7390   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7391 $as_echo "no" >&6; }
7392        X_LIBS="$X_LIBS -R$x_libraries"
7393 else
7394   LIBS="$ac_xsave_LIBS -R $x_libraries"
7395        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7396 /* end confdefs.h.  */
7397 
7398 int
7399 main ()
7400 {
7401 
7402   ;
7403   return 0;
7404 }
7405 _ACEOF
7406 if ac_fn_c_try_link "$LINENO"; then :
7407   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7408 $as_echo "yes" >&6; }
7409           X_LIBS="$X_LIBS -R $x_libraries"
7410 else
7411   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7412 $as_echo "neither works" >&6; }
7413 fi
7414 rm -f core conftest.err conftest.$ac_objext \
7415     conftest$ac_exeext conftest.$ac_ext
7416 fi
7417 rm -f core conftest.err conftest.$ac_objext \
7418     conftest$ac_exeext conftest.$ac_ext
7419     ac_c_werror_flag=$ac_xsave_c_werror_flag
7420     LIBS=$ac_xsave_LIBS
7421   fi
7422 
7423   # Check for system-dependent libraries X programs must link with.
7424   # Do this before checking for the system-independent R6 libraries
7425   # (-lICE), since we may need -lsocket or whatever for X linking.
7426 
7427   if test "$ISC" = yes; then
7428     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7429   else
7430     # Martyn Johnson says this is needed for Ultrix, if the X
7431     # libraries were built with DECnet support.  And Karl Berry says
7432     # the Alpha needs dnet_stub (dnet does not exist).
7433     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7434     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7435 /* end confdefs.h.  */
7436 
7437 /* Override any GCC internal prototype to avoid an error.
7438    Use char because int might match the return type of a GCC
7439    builtin and then its argument prototype would still apply.  */
7440 #ifdef __cplusplus
7441 extern "C"
7442 #endif
7443 char XOpenDisplay ();
7444 int
7445 main ()
7446 {
7447 return XOpenDisplay ();
7448   ;
7449   return 0;
7450 }
7451 _ACEOF
7452 if ac_fn_c_try_link "$LINENO"; then :
7453 
7454 else
7455   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7456 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7457 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7458   $as_echo_n "(cached) " >&6
7459 else
7460   ac_check_lib_save_LIBS=$LIBS
7461 LIBS="-ldnet  $LIBS"
7462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7463 /* end confdefs.h.  */
7464 
7465 /* Override any GCC internal prototype to avoid an error.
7466    Use char because int might match the return type of a GCC
7467    builtin and then its argument prototype would still apply.  */
7468 #ifdef __cplusplus
7469 extern "C"
7470 #endif
7471 char dnet_ntoa ();
7472 int
7473 main ()
7474 {
7475 return dnet_ntoa ();
7476   ;
7477   return 0;
7478 }
7479 _ACEOF
7480 if ac_fn_c_try_link "$LINENO"; then :
7481   ac_cv_lib_dnet_dnet_ntoa=yes
7482 else
7483   ac_cv_lib_dnet_dnet_ntoa=no
7484 fi
7485 rm -f core conftest.err conftest.$ac_objext \
7486     conftest$ac_exeext conftest.$ac_ext
7487 LIBS=$ac_check_lib_save_LIBS
7488 fi
7489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7490 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7491 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7492   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7493 fi
7494 
7495     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7496       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7497 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7498 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7499   $as_echo_n "(cached) " >&6
7500 else
7501   ac_check_lib_save_LIBS=$LIBS
7502 LIBS="-ldnet_stub  $LIBS"
7503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7504 /* end confdefs.h.  */
7505 
7506 /* Override any GCC internal prototype to avoid an error.
7507    Use char because int might match the return type of a GCC
7508    builtin and then its argument prototype would still apply.  */
7509 #ifdef __cplusplus
7510 extern "C"
7511 #endif
7512 char dnet_ntoa ();
7513 int
7514 main ()
7515 {
7516 return dnet_ntoa ();
7517   ;
7518   return 0;
7519 }
7520 _ACEOF
7521 if ac_fn_c_try_link "$LINENO"; then :
7522   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7523 else
7524   ac_cv_lib_dnet_stub_dnet_ntoa=no
7525 fi
7526 rm -f core conftest.err conftest.$ac_objext \
7527     conftest$ac_exeext conftest.$ac_ext
7528 LIBS=$ac_check_lib_save_LIBS
7529 fi
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7531 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7532 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7533   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7534 fi
7535 
7536     fi
7537 fi
7538 rm -f core conftest.err conftest.$ac_objext \
7539     conftest$ac_exeext conftest.$ac_ext
7540     LIBS="$ac_xsave_LIBS"
7541 
7542     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7543     # to get the SysV transport functions.
7544     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7545     # needs -lnsl.
7546     # The nsl library prevents programs from opening the X display
7547     # on Irix 5.2, according to T.E. Dickey.
7548     # The functions gethostbyname, getservbyname, and inet_addr are
7549     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7550     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7551 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7552 
7553 fi
7554 
7555     if test $ac_cv_func_gethostbyname = no; then
7556       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7557 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7558 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7559   $as_echo_n "(cached) " >&6
7560 else
7561   ac_check_lib_save_LIBS=$LIBS
7562 LIBS="-lnsl  $LIBS"
7563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7564 /* end confdefs.h.  */
7565 
7566 /* Override any GCC internal prototype to avoid an error.
7567    Use char because int might match the return type of a GCC
7568    builtin and then its argument prototype would still apply.  */
7569 #ifdef __cplusplus
7570 extern "C"
7571 #endif
7572 char gethostbyname ();
7573 int
7574 main ()
7575 {
7576 return gethostbyname ();
7577   ;
7578   return 0;
7579 }
7580 _ACEOF
7581 if ac_fn_c_try_link "$LINENO"; then :
7582   ac_cv_lib_nsl_gethostbyname=yes
7583 else
7584   ac_cv_lib_nsl_gethostbyname=no
7585 fi
7586 rm -f core conftest.err conftest.$ac_objext \
7587     conftest$ac_exeext conftest.$ac_ext
7588 LIBS=$ac_check_lib_save_LIBS
7589 fi
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7591 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7592 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7593   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7594 fi
7595 
7596       if test $ac_cv_lib_nsl_gethostbyname = no; then
7597         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7598 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7599 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7600   $as_echo_n "(cached) " >&6
7601 else
7602   ac_check_lib_save_LIBS=$LIBS
7603 LIBS="-lbsd  $LIBS"
7604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7605 /* end confdefs.h.  */
7606 
7607 /* Override any GCC internal prototype to avoid an error.
7608    Use char because int might match the return type of a GCC
7609    builtin and then its argument prototype would still apply.  */
7610 #ifdef __cplusplus
7611 extern "C"
7612 #endif
7613 char gethostbyname ();
7614 int
7615 main ()
7616 {
7617 return gethostbyname ();
7618   ;
7619   return 0;
7620 }
7621 _ACEOF
7622 if ac_fn_c_try_link "$LINENO"; then :
7623   ac_cv_lib_bsd_gethostbyname=yes
7624 else
7625   ac_cv_lib_bsd_gethostbyname=no
7626 fi
7627 rm -f core conftest.err conftest.$ac_objext \
7628     conftest$ac_exeext conftest.$ac_ext
7629 LIBS=$ac_check_lib_save_LIBS
7630 fi
7631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7632 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7633 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7634   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7635 fi
7636 
7637       fi
7638     fi
7639 
7640     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7641     # socket/setsockopt and other routines are undefined under SCO ODT
7642     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7643     # on later versions), says Simon Leinen: it contains gethostby*
7644     # variants that don't use the name server (or something).  -lsocket
7645     # must be given before -lnsl if both are needed.  We assume that
7646     # if connect needs -lnsl, so does gethostbyname.
7647     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7648 if test "x$ac_cv_func_connect" = x""yes; then :
7649 
7650 fi
7651 
7652     if test $ac_cv_func_connect = no; then
7653       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7654 $as_echo_n "checking for connect in -lsocket... " >&6; }
7655 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7656   $as_echo_n "(cached) " >&6
7657 else
7658   ac_check_lib_save_LIBS=$LIBS
7659 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7661 /* end confdefs.h.  */
7662 
7663 /* Override any GCC internal prototype to avoid an error.
7664    Use char because int might match the return type of a GCC
7665    builtin and then its argument prototype would still apply.  */
7666 #ifdef __cplusplus
7667 extern "C"
7668 #endif
7669 char connect ();
7670 int
7671 main ()
7672 {
7673 return connect ();
7674   ;
7675   return 0;
7676 }
7677 _ACEOF
7678 if ac_fn_c_try_link "$LINENO"; then :
7679   ac_cv_lib_socket_connect=yes
7680 else
7681   ac_cv_lib_socket_connect=no
7682 fi
7683 rm -f core conftest.err conftest.$ac_objext \
7684     conftest$ac_exeext conftest.$ac_ext
7685 LIBS=$ac_check_lib_save_LIBS
7686 fi
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7688 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7689 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7690   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7691 fi
7692 
7693     fi
7694 
7695     # Guillermo Gomez says -lposix is necessary on A/UX.
7696     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7697 if test "x$ac_cv_func_remove" = x""yes; then :
7698 
7699 fi
7700 
7701     if test $ac_cv_func_remove = no; then
7702       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7703 $as_echo_n "checking for remove in -lposix... " >&6; }
7704 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7705   $as_echo_n "(cached) " >&6
7706 else
7707   ac_check_lib_save_LIBS=$LIBS
7708 LIBS="-lposix  $LIBS"
7709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7710 /* end confdefs.h.  */
7711 
7712 /* Override any GCC internal prototype to avoid an error.
7713    Use char because int might match the return type of a GCC
7714    builtin and then its argument prototype would still apply.  */
7715 #ifdef __cplusplus
7716 extern "C"
7717 #endif
7718 char remove ();
7719 int
7720 main ()
7721 {
7722 return remove ();
7723   ;
7724   return 0;
7725 }
7726 _ACEOF
7727 if ac_fn_c_try_link "$LINENO"; then :
7728   ac_cv_lib_posix_remove=yes
7729 else
7730   ac_cv_lib_posix_remove=no
7731 fi
7732 rm -f core conftest.err conftest.$ac_objext \
7733     conftest$ac_exeext conftest.$ac_ext
7734 LIBS=$ac_check_lib_save_LIBS
7735 fi
7736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7737 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7738 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7739   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7740 fi
7741 
7742     fi
7743 
7744     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7745     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7746 if test "x$ac_cv_func_shmat" = x""yes; then :
7747 
7748 fi
7749 
7750     if test $ac_cv_func_shmat = no; then
7751       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7752 $as_echo_n "checking for shmat in -lipc... " >&6; }
7753 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7754   $as_echo_n "(cached) " >&6
7755 else
7756   ac_check_lib_save_LIBS=$LIBS
7757 LIBS="-lipc  $LIBS"
7758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7759 /* end confdefs.h.  */
7760 
7761 /* Override any GCC internal prototype to avoid an error.
7762    Use char because int might match the return type of a GCC
7763    builtin and then its argument prototype would still apply.  */
7764 #ifdef __cplusplus
7765 extern "C"
7766 #endif
7767 char shmat ();
7768 int
7769 main ()
7770 {
7771 return shmat ();
7772   ;
7773   return 0;
7774 }
7775 _ACEOF
7776 if ac_fn_c_try_link "$LINENO"; then :
7777   ac_cv_lib_ipc_shmat=yes
7778 else
7779   ac_cv_lib_ipc_shmat=no
7780 fi
7781 rm -f core conftest.err conftest.$ac_objext \
7782     conftest$ac_exeext conftest.$ac_ext
7783 LIBS=$ac_check_lib_save_LIBS
7784 fi
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7786 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7787 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7788   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7789 fi
7790 
7791     fi
7792   fi
7793 
7794   # Check for libraries that X11R6 Xt/Xaw programs need.
7795   ac_save_LDFLAGS=$LDFLAGS
7796   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7797   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7798   # check for ICE first), but we must link in the order -lSM -lICE or
7799   # we get undefined symbols.  So assume we have SM if we have ICE.
7800   # These have to be linked with before -lX11, unlike the other
7801   # libraries we check for below, so use a different variable.
7802   # John Interrante, Karl Berry
7803   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7804 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7805 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7806   $as_echo_n "(cached) " >&6
7807 else
7808   ac_check_lib_save_LIBS=$LIBS
7809 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7811 /* end confdefs.h.  */
7812 
7813 /* Override any GCC internal prototype to avoid an error.
7814    Use char because int might match the return type of a GCC
7815    builtin and then its argument prototype would still apply.  */
7816 #ifdef __cplusplus
7817 extern "C"
7818 #endif
7819 char IceConnectionNumber ();
7820 int
7821 main ()
7822 {
7823 return IceConnectionNumber ();
7824   ;
7825   return 0;
7826 }
7827 _ACEOF
7828 if ac_fn_c_try_link "$LINENO"; then :
7829   ac_cv_lib_ICE_IceConnectionNumber=yes
7830 else
7831   ac_cv_lib_ICE_IceConnectionNumber=no
7832 fi
7833 rm -f core conftest.err conftest.$ac_objext \
7834     conftest$ac_exeext conftest.$ac_ext
7835 LIBS=$ac_check_lib_save_LIBS
7836 fi
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7838 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7839 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7840   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7841 fi
7842 
7843   LDFLAGS=$ac_save_LDFLAGS
7844 
7845 fi
7846 
7847 
7848 if test "$have_x" = "yes"
7849 then
7850     XLIB="-lX11"
7851     ac_save_CPPFLAGS="$CPPFLAGS"
7852     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7853 
7854     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7855 $as_echo_n "checking for -lX11... " >&6; }
7856 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7857   $as_echo_n "(cached) " >&6
7858 else
7859   ac_check_soname_save_LIBS=$LIBS
7860 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7861   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7862 /* end confdefs.h.  */
7863 
7864 /* Override any GCC internal prototype to avoid an error.
7865    Use char because int might match the return type of a GCC
7866    builtin and then its argument prototype would still apply.  */
7867 #ifdef __cplusplus
7868 extern "C"
7869 #endif
7870 char XCreateWindow ();
7871 int
7872 main ()
7873 {
7874 return XCreateWindow ();
7875   ;
7876   return 0;
7877 }
7878 _ACEOF
7879 if ac_fn_c_try_link "$LINENO"; then :
7880   case "$LIBEXT" in
7881     dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7882     dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7883     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7884   esac
7885 fi
7886 rm -f core conftest.err conftest.$ac_objext \
7887     conftest$ac_exeext conftest.$ac_ext
7888   LIBS=$ac_check_soname_save_LIBS
7889 fi
7890 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7892 $as_echo "not found" >&6; }
7893 
7894 else
7895   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7896 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7897 
7898 cat >>confdefs.h <<_ACEOF
7899 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7900 _ACEOF
7901 
7902 
7903 fi
7904     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7905 $as_echo_n "checking for -lXext... " >&6; }
7906 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7907   $as_echo_n "(cached) " >&6
7908 else
7909   ac_check_soname_save_LIBS=$LIBS
7910 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7911   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7912 /* end confdefs.h.  */
7913 
7914 /* Override any GCC internal prototype to avoid an error.
7915    Use char because int might match the return type of a GCC
7916    builtin and then its argument prototype would still apply.  */
7917 #ifdef __cplusplus
7918 extern "C"
7919 #endif
7920 char XextCreateExtension ();
7921 int
7922 main ()
7923 {
7924 return XextCreateExtension ();
7925   ;
7926   return 0;
7927 }
7928 _ACEOF
7929 if ac_fn_c_try_link "$LINENO"; then :
7930   case "$LIBEXT" in
7931     dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7932     dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7933     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7934   esac
7935 fi
7936 rm -f core conftest.err conftest.$ac_objext \
7937     conftest$ac_exeext conftest.$ac_ext
7938   LIBS=$ac_check_soname_save_LIBS
7939 fi
7940 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7941   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7942 $as_echo "not found" >&6; }
7943 
7944 else
7945   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7946 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7947 
7948 cat >>confdefs.h <<_ACEOF
7949 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7950 _ACEOF
7951 
7952        XLIB="-lXext $XLIB"
7953 fi
7954 
7955         for ac_header in X11/Xlib.h \
7956                       X11/XKBlib.h \
7957                       X11/Xutil.h \
7958                       X11/Xcursor/Xcursor.h \
7959                       X11/extensions/shape.h \
7960                       X11/extensions/XInput.h \
7961                       X11/extensions/XShm.h \
7962                       X11/extensions/Xcomposite.h \
7963                       X11/extensions/Xinerama.h \
7964                       X11/extensions/Xrandr.h \
7965                       X11/extensions/Xrender.h \
7966                       X11/extensions/xf86vmode.h \
7967                       X11/extensions/xf86vmproto.h
7968 do :
7969   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7970 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7971 # include <X11/Xlib.h>
7972 #endif
7973 #ifdef HAVE_X11_XUTIL_H
7974 # include <X11/Xutil.h>
7975 #endif
7976 "
7977 eval as_val=\$$as_ac_Header
7978    if test "x$as_val" = x""yes; then :
7979   cat >>confdefs.h <<_ACEOF
7980 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7981 _ACEOF
7982 
7983 fi
7984 
7985 done
7986 
7987 
7988                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7989         then
7990               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7991 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7992 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7993   $as_echo_n "(cached) " >&6
7994 else
7995   ac_check_lib_save_LIBS=$LIBS
7996 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7998 /* end confdefs.h.  */
7999 
8000 /* Override any GCC internal prototype to avoid an error.
8001    Use char because int might match the return type of a GCC
8002    builtin and then its argument prototype would still apply.  */
8003 #ifdef __cplusplus
8004 extern "C"
8005 #endif
8006 char XkbQueryExtension ();
8007 int
8008 main ()
8009 {
8010 return XkbQueryExtension ();
8011   ;
8012   return 0;
8013 }
8014 _ACEOF
8015 if ac_fn_c_try_link "$LINENO"; then :
8016   ac_cv_lib_X11_XkbQueryExtension=yes
8017 else
8018   ac_cv_lib_X11_XkbQueryExtension=no
8019 fi
8020 rm -f core conftest.err conftest.$ac_objext \
8021     conftest$ac_exeext conftest.$ac_ext
8022 LIBS=$ac_check_lib_save_LIBS
8023 fi
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8025 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8026 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8027 
8028 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8029 
8030 fi
8031 
8032         fi
8033 
8034                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8035         then
8036             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8037 $as_echo_n "checking for -lXcursor... " >&6; }
8038 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8039   $as_echo_n "(cached) " >&6
8040 else
8041   ac_check_soname_save_LIBS=$LIBS
8042 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8043   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8044 /* end confdefs.h.  */
8045 
8046 /* Override any GCC internal prototype to avoid an error.
8047    Use char because int might match the return type of a GCC
8048    builtin and then its argument prototype would still apply.  */
8049 #ifdef __cplusplus
8050 extern "C"
8051 #endif
8052 char XcursorImageLoadCursor ();
8053 int
8054 main ()
8055 {
8056 return XcursorImageLoadCursor ();
8057   ;
8058   return 0;
8059 }
8060 _ACEOF
8061 if ac_fn_c_try_link "$LINENO"; then :
8062   case "$LIBEXT" in
8063     dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8064     dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8065     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8066   esac
8067 fi
8068 rm -f core conftest.err conftest.$ac_objext \
8069     conftest$ac_exeext conftest.$ac_ext
8070   LIBS=$ac_check_soname_save_LIBS
8071 fi
8072 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8074 $as_echo "not found" >&6; }
8075 
8076 else
8077   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8078 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8079 
8080 cat >>confdefs.h <<_ACEOF
8081 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8082 _ACEOF
8083 
8084 
8085 fi
8086         fi
8087         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8088   case "x$with_xcursor" in
8089   x)   as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8090   xno) ;;
8091   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8092 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8093 esac
8094 fi
8095 
8096                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8097         then
8098             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8099 $as_echo_n "checking for -lXi... " >&6; }
8100 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8101   $as_echo_n "(cached) " >&6
8102 else
8103   ac_check_soname_save_LIBS=$LIBS
8104 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8105   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8106 /* end confdefs.h.  */
8107 
8108 /* Override any GCC internal prototype to avoid an error.
8109    Use char because int might match the return type of a GCC
8110    builtin and then its argument prototype would still apply.  */
8111 #ifdef __cplusplus
8112 extern "C"
8113 #endif
8114 char XOpenDevice ();
8115 int
8116 main ()
8117 {
8118 return XOpenDevice ();
8119   ;
8120   return 0;
8121 }
8122 _ACEOF
8123 if ac_fn_c_try_link "$LINENO"; then :
8124   case "$LIBEXT" in
8125     dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8126     dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8127     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8128   esac
8129 fi
8130 rm -f core conftest.err conftest.$ac_objext \
8131     conftest$ac_exeext conftest.$ac_ext
8132   LIBS=$ac_check_soname_save_LIBS
8133 fi
8134 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8135   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8136 $as_echo "not found" >&6; }
8137 
8138 else
8139   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8140 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8141 
8142 cat >>confdefs.h <<_ACEOF
8143 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8144 _ACEOF
8145 
8146 
8147 fi
8148         fi
8149         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8150   case "x$with_xinput" in
8151   x)   as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8152   xno) ;;
8153   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8154 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8155 esac
8156 fi
8157 
8158                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8159         then
8160               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8161 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8162 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8163   $as_echo_n "(cached) " >&6
8164 else
8165   ac_check_lib_save_LIBS=$LIBS
8166 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8168 /* end confdefs.h.  */
8169 
8170 /* Override any GCC internal prototype to avoid an error.
8171    Use char because int might match the return type of a GCC
8172    builtin and then its argument prototype would still apply.  */
8173 #ifdef __cplusplus
8174 extern "C"
8175 #endif
8176 char XShmQueryExtension ();
8177 int
8178 main ()
8179 {
8180 return XShmQueryExtension ();
8181   ;
8182   return 0;
8183 }
8184 _ACEOF
8185 if ac_fn_c_try_link "$LINENO"; then :
8186   ac_cv_lib_Xext_XShmQueryExtension=yes
8187 else
8188   ac_cv_lib_Xext_XShmQueryExtension=no
8189 fi
8190 rm -f core conftest.err conftest.$ac_objext \
8191     conftest$ac_exeext conftest.$ac_ext
8192 LIBS=$ac_check_lib_save_LIBS
8193 fi
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8195 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8196 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8197 
8198 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8199 
8200 fi
8201 
8202         fi
8203         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8204   case "x$with_xshm" in
8205   x)   as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8206   xno) ;;
8207   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8208 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8209 esac
8210 fi
8211 
8212                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8213         then
8214               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8215 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8216 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8217   $as_echo_n "(cached) " >&6
8218 else
8219   ac_check_lib_save_LIBS=$LIBS
8220 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8222 /* end confdefs.h.  */
8223 
8224 /* Override any GCC internal prototype to avoid an error.
8225    Use char because int might match the return type of a GCC
8226    builtin and then its argument prototype would still apply.  */
8227 #ifdef __cplusplus
8228 extern "C"
8229 #endif
8230 char XShapeQueryExtension ();
8231 int
8232 main ()
8233 {
8234 return XShapeQueryExtension ();
8235   ;
8236   return 0;
8237 }
8238 _ACEOF
8239 if ac_fn_c_try_link "$LINENO"; then :
8240   ac_cv_lib_Xext_XShapeQueryExtension=yes
8241 else
8242   ac_cv_lib_Xext_XShapeQueryExtension=no
8243 fi
8244 rm -f core conftest.err conftest.$ac_objext \
8245     conftest$ac_exeext conftest.$ac_ext
8246 LIBS=$ac_check_lib_save_LIBS
8247 fi
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8249 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8250 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8251 
8252 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8253 
8254 fi
8255 
8256         fi
8257         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8258   case "x$with_xshape" in
8259   x)   as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8260   xno) ;;
8261   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8262 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8263 esac
8264 fi
8265 
8266                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8267         then
8268             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8269 $as_echo_n "checking for -lXxf86vm... " >&6; }
8270 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8271   $as_echo_n "(cached) " >&6
8272 else
8273   ac_check_soname_save_LIBS=$LIBS
8274 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8275   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8276 /* end confdefs.h.  */
8277 
8278 /* Override any GCC internal prototype to avoid an error.
8279    Use char because int might match the return type of a GCC
8280    builtin and then its argument prototype would still apply.  */
8281 #ifdef __cplusplus
8282 extern "C"
8283 #endif
8284 char XF86VidModeQueryExtension ();
8285 int
8286 main ()
8287 {
8288 return XF86VidModeQueryExtension ();
8289   ;
8290   return 0;
8291 }
8292 _ACEOF
8293 if ac_fn_c_try_link "$LINENO"; then :
8294   case "$LIBEXT" in
8295     dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8296     dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8297     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8298   esac
8299 fi
8300 rm -f core conftest.err conftest.$ac_objext \
8301     conftest$ac_exeext conftest.$ac_ext
8302   LIBS=$ac_check_soname_save_LIBS
8303 fi
8304 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8305   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8306 $as_echo "not found" >&6; }
8307 
8308 else
8309   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8310 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8311 
8312 cat >>confdefs.h <<_ACEOF
8313 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8314 _ACEOF
8315 
8316 
8317 fi
8318         fi
8319         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8320   case "x$with_xxf86vm" in
8321   x)   as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8322   xno) ;;
8323   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8324 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8325 esac
8326 fi
8327 
8328                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
8329         then
8330             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8331 $as_echo_n "checking for -lXrender... " >&6; }
8332 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8333   $as_echo_n "(cached) " >&6
8334 else
8335   ac_check_soname_save_LIBS=$LIBS
8336 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8337   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8338 /* end confdefs.h.  */
8339 
8340 /* Override any GCC internal prototype to avoid an error.
8341    Use char because int might match the return type of a GCC
8342    builtin and then its argument prototype would still apply.  */
8343 #ifdef __cplusplus
8344 extern "C"
8345 #endif
8346 char XRenderQueryExtension ();
8347 int
8348 main ()
8349 {
8350 return XRenderQueryExtension ();
8351   ;
8352   return 0;
8353 }
8354 _ACEOF
8355 if ac_fn_c_try_link "$LINENO"; then :
8356   case "$LIBEXT" in
8357     dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8358     dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8359     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8360   esac
8361 fi
8362 rm -f core conftest.err conftest.$ac_objext \
8363     conftest$ac_exeext conftest.$ac_ext
8364   LIBS=$ac_check_soname_save_LIBS
8365 fi
8366 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8368 $as_echo "not found" >&6; }
8369 
8370 else
8371   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8372 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8373 
8374 cat >>confdefs.h <<_ACEOF
8375 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8376 _ACEOF
8377 
8378        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8379 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8380 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8381   $as_echo_n "(cached) " >&6
8382 else
8383   ac_check_lib_save_LIBS=$LIBS
8384 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8386 /* end confdefs.h.  */
8387 
8388 /* Override any GCC internal prototype to avoid an error.
8389    Use char because int might match the return type of a GCC
8390    builtin and then its argument prototype would still apply.  */
8391 #ifdef __cplusplus
8392 extern "C"
8393 #endif
8394 char XRenderSetPictureTransform ();
8395 int
8396 main ()
8397 {
8398 return XRenderSetPictureTransform ();
8399   ;
8400   return 0;
8401 }
8402 _ACEOF
8403 if ac_fn_c_try_link "$LINENO"; then :
8404   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8405 else
8406   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8407 fi
8408 rm -f core conftest.err conftest.$ac_objext \
8409     conftest$ac_exeext conftest.$ac_ext
8410 LIBS=$ac_check_lib_save_LIBS
8411 fi
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8413 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8414 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8415 
8416 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8417 
8418 fi
8419 
8420 fi
8421 
8422         fi
8423         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8424   case "x$with_xrender" in
8425   x)   as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8426   xno) ;;
8427   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8428 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8429 esac
8430 fi
8431 
8432                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8433         then
8434                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8435 /* end confdefs.h.  */
8436 #include <X11/Xlib.h>
8437 #include <X11/extensions/Xrandr.h>
8438 int
8439 main ()
8440 {
8441 static typeof(XRRSetScreenConfigAndRate) * func;
8442   ;
8443   return 0;
8444 }
8445 _ACEOF
8446 if ac_fn_c_try_compile "$LINENO"; then :
8447   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8448 $as_echo_n "checking for -lXrandr... " >&6; }
8449 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8450   $as_echo_n "(cached) " >&6
8451 else
8452   ac_check_soname_save_LIBS=$LIBS
8453 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8454   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8455 /* end confdefs.h.  */
8456 
8457 /* Override any GCC internal prototype to avoid an error.
8458    Use char because int might match the return type of a GCC
8459    builtin and then its argument prototype would still apply.  */
8460 #ifdef __cplusplus
8461 extern "C"
8462 #endif
8463 char XRRQueryExtension ();
8464 int
8465 main ()
8466 {
8467 return XRRQueryExtension ();
8468   ;
8469   return 0;
8470 }
8471 _ACEOF
8472 if ac_fn_c_try_link "$LINENO"; then :
8473   case "$LIBEXT" in
8474     dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8475     dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8476     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8477   esac
8478 fi
8479 rm -f core conftest.err conftest.$ac_objext \
8480     conftest$ac_exeext conftest.$ac_ext
8481   LIBS=$ac_check_soname_save_LIBS
8482 fi
8483 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8484   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8485 $as_echo "not found" >&6; }
8486 
8487 else
8488   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8489 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8490 
8491 cat >>confdefs.h <<_ACEOF
8492 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8493 _ACEOF
8494 
8495 
8496 fi
8497 fi
8498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8499         fi
8500         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8501   case "x$with_xrandr" in
8502   x)   as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8503   xno) ;;
8504   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8505 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8506 esac
8507 fi
8508 
8509                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8510         then
8511                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8512 /* end confdefs.h.  */
8513 #include <X11/Xlib.h>
8514 #include <X11/extensions/Xinerama.h>
8515 int
8516 main ()
8517 {
8518 static typeof(XineramaQueryScreens) * func;
8519   ;
8520   return 0;
8521 }
8522 _ACEOF
8523 if ac_fn_c_try_compile "$LINENO"; then :
8524   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8525 $as_echo_n "checking for -lXinerama... " >&6; }
8526 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8527   $as_echo_n "(cached) " >&6
8528 else
8529   ac_check_soname_save_LIBS=$LIBS
8530 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8531   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8532 /* end confdefs.h.  */
8533 
8534 /* Override any GCC internal prototype to avoid an error.
8535    Use char because int might match the return type of a GCC
8536    builtin and then its argument prototype would still apply.  */
8537 #ifdef __cplusplus
8538 extern "C"
8539 #endif
8540 char XineramaQueryScreens ();
8541 int
8542 main ()
8543 {
8544 return XineramaQueryScreens ();
8545   ;
8546   return 0;
8547 }
8548 _ACEOF
8549 if ac_fn_c_try_link "$LINENO"; then :
8550   case "$LIBEXT" in
8551     dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8552     dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8553     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8554   esac
8555 fi
8556 rm -f core conftest.err conftest.$ac_objext \
8557     conftest$ac_exeext conftest.$ac_ext
8558   LIBS=$ac_check_soname_save_LIBS
8559 fi
8560 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8561   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8562 $as_echo "not found" >&6; }
8563 
8564 else
8565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8566 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8567 
8568 cat >>confdefs.h <<_ACEOF
8569 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8570 _ACEOF
8571 
8572 
8573 fi
8574 fi
8575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8576         fi
8577         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8578   case "x$with_xinerama" in
8579   x)   as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8580   xno) ;;
8581   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8582 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8583 esac
8584 fi
8585 
8586                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8587         then
8588             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8589 $as_echo_n "checking for -lXcomposite... " >&6; }
8590 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8591   $as_echo_n "(cached) " >&6
8592 else
8593   ac_check_soname_save_LIBS=$LIBS
8594 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8595   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8596 /* end confdefs.h.  */
8597 
8598 /* Override any GCC internal prototype to avoid an error.
8599    Use char because int might match the return type of a GCC
8600    builtin and then its argument prototype would still apply.  */
8601 #ifdef __cplusplus
8602 extern "C"
8603 #endif
8604 char XCompositeRedirectWindow ();
8605 int
8606 main ()
8607 {
8608 return XCompositeRedirectWindow ();
8609   ;
8610   return 0;
8611 }
8612 _ACEOF
8613 if ac_fn_c_try_link "$LINENO"; then :
8614   case "$LIBEXT" in
8615     dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8616     dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8617     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8618   esac
8619 fi
8620 rm -f core conftest.err conftest.$ac_objext \
8621     conftest$ac_exeext conftest.$ac_ext
8622   LIBS=$ac_check_soname_save_LIBS
8623 fi
8624 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8625   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8626 $as_echo "not found" >&6; }
8627 
8628 else
8629   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8630 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8631 
8632 cat >>confdefs.h <<_ACEOF
8633 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8634 _ACEOF
8635 
8636 
8637 fi
8638         fi
8639         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8640   case "x$with_xcomposite" in
8641   x)   as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8642   xno) ;;
8643   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8644 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8645 esac
8646 fi
8647 
8648                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8649 #include <X11/Xlib.h>
8650 #endif
8651 "
8652 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8653 
8654 cat >>confdefs.h <<_ACEOF
8655 #define HAVE_XICCALLBACK_CALLBACK 1
8656 _ACEOF
8657 
8658 
8659 fi
8660 
8661 
8662 
8663         opengl_msg=""
8664     if test "x$with_opengl" != "xno"
8665     then
8666         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8667 do :
8668   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8669 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8670 # include <GL/glx.h>
8671 #endif
8672 "
8673 eval as_val=\$$as_ac_Header
8674    if test "x$as_val" = x""yes; then :
8675   cat >>confdefs.h <<_ACEOF
8676 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8677 _ACEOF
8678 
8679 fi
8680 
8681 done
8682 
8683         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8684         then
8685                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8686 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8687 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8688   $as_echo_n "(cached) " >&6
8689 else
8690   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8691 /* end confdefs.h.  */
8692 #include <GL/gl.h>
8693 int
8694 main ()
8695 {
8696 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8697   ;
8698   return 0;
8699 }
8700 _ACEOF
8701 if ac_fn_c_try_compile "$LINENO"; then :
8702   wine_cv_opengl_header_version_OK="yes"
8703 else
8704   wine_cv_opengl_header_version_OK="no"
8705 fi
8706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8707 fi
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8709 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8710 
8711             if test "$wine_cv_opengl_header_version_OK" = "yes"
8712             then
8713                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8714 $as_echo_n "checking for -lGL... " >&6; }
8715 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8716   $as_echo_n "(cached) " >&6
8717 else
8718   ac_check_soname_save_LIBS=$LIBS
8719 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8720   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8721 /* end confdefs.h.  */
8722 
8723 /* Override any GCC internal prototype to avoid an error.
8724    Use char because int might match the return type of a GCC
8725    builtin and then its argument prototype would still apply.  */
8726 #ifdef __cplusplus
8727 extern "C"
8728 #endif
8729 char glXCreateContext ();
8730 int
8731 main ()
8732 {
8733 return glXCreateContext ();
8734   ;
8735   return 0;
8736 }
8737 _ACEOF
8738 if ac_fn_c_try_link "$LINENO"; then :
8739   case "$LIBEXT" in
8740     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8741     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8742     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8743   esac
8744 fi
8745 rm -f core conftest.err conftest.$ac_objext \
8746     conftest$ac_exeext conftest.$ac_ext
8747   LIBS=$ac_check_soname_save_LIBS
8748 fi
8749 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8750   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8751 $as_echo "not found" >&6; }
8752        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8753 $as_echo_n "checking for -lGL... " >&6; }
8754 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8755   $as_echo_n "(cached) " >&6
8756 else
8757   ac_check_soname_save_LIBS=$LIBS
8758 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
8759   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8760 /* end confdefs.h.  */
8761 
8762 /* Override any GCC internal prototype to avoid an error.
8763    Use char because int might match the return type of a GCC
8764    builtin and then its argument prototype would still apply.  */
8765 #ifdef __cplusplus
8766 extern "C"
8767 #endif
8768 char glXCreateContext ();
8769 int
8770 main ()
8771 {
8772 return glXCreateContext ();
8773   ;
8774   return 0;
8775 }
8776 _ACEOF
8777 if ac_fn_c_try_link "$LINENO"; then :
8778   case "$LIBEXT" in
8779     dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8780     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8781     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8782   esac
8783 fi
8784 rm -f core conftest.err conftest.$ac_objext \
8785     conftest$ac_exeext conftest.$ac_ext
8786   LIBS=$ac_check_soname_save_LIBS
8787 fi
8788 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8789   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8790 $as_echo "not found" >&6; }
8791        if test -f /usr/X11R6/lib/libGL.a
8792                                     then
8793                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8794 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8795                                     else
8796                                         opengl_msg="No OpenGL library found on this system."
8797                                     fi
8798 else
8799   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8800 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8801 
8802 cat >>confdefs.h <<_ACEOF
8803 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8804 _ACEOF
8805 
8806        OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
8807 
8808 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8809 
8810 fi
8811 else
8812   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8813 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8814 
8815 cat >>confdefs.h <<_ACEOF
8816 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8817 _ACEOF
8818 
8819        OPENGL_LIBS="-lGL"
8820 
8821 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8822 
8823 fi
8824                  if test "$ac_cv_header_GL_glu_h" = "yes"
8825                  then
8826                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8827 $as_echo_n "checking for -lGLU... " >&6; }
8828 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8829   $as_echo_n "(cached) " >&6
8830 else
8831   ac_check_soname_save_LIBS=$LIBS
8832 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8833   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8834 /* end confdefs.h.  */
8835 
8836 /* Override any GCC internal prototype to avoid an error.
8837    Use char because int might match the return type of a GCC
8838    builtin and then its argument prototype would still apply.  */
8839 #ifdef __cplusplus
8840 extern "C"
8841 #endif
8842 char gluLookAt ();
8843 int
8844 main ()
8845 {
8846 return gluLookAt ();
8847   ;
8848   return 0;
8849 }
8850 _ACEOF
8851 if ac_fn_c_try_link "$LINENO"; then :
8852   case "$LIBEXT" in
8853     dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8854     dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8855     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8856   esac
8857 fi
8858 rm -f core conftest.err conftest.$ac_objext \
8859     conftest$ac_exeext conftest.$ac_ext
8860   LIBS=$ac_check_soname_save_LIBS
8861 fi
8862 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8863   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8864 $as_echo "not found" >&6; }
8865 
8866 else
8867   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8868 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8869 
8870 cat >>confdefs.h <<_ACEOF
8871 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8872 _ACEOF
8873 
8874 
8875 fi
8876                  fi
8877                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8878   case "x$with_glu" in
8879   x)   as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8880   xno) ;;
8881   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8882 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8883 esac
8884 fi
8885              else
8886                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8887              fi
8888          else
8889              opengl_msg="OpenGL development headers not found."
8890          fi
8891          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8892          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8893     else
8894          enable_opengl32=${enable_opengl32:-no}
8895          enable_glu32=${enable_glu32:-no}
8896     fi
8897     if test -n "$opengl_msg"; then :
8898   case "x$with_opengl" in
8899   x)   as_fn_append wine_warnings "|$opengl_msg
8900 OpenGL and Direct3D won't be supported." ;;
8901   xno) ;;
8902   *)   as_fn_error "$opengl_msg
8903 OpenGL and Direct3D won't be supported.
8904 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8905 esac
8906 fi
8907 
8908         NASLIBS=""
8909 
8910     for ac_header in audio/audiolib.h
8911 do :
8912   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8913 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8914   cat >>confdefs.h <<_ACEOF
8915 #define HAVE_AUDIO_AUDIOLIB_H 1
8916 _ACEOF
8917  for ac_header in audio/soundlib.h
8918 do :
8919   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8920 "
8921 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8922   cat >>confdefs.h <<_ACEOF
8923 #define HAVE_AUDIO_SOUNDLIB_H 1
8924 _ACEOF
8925 
8926 fi
8927 
8928 done
8929 
8930           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8931 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8932 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8933   $as_echo_n "(cached) " >&6
8934 else
8935   ac_check_lib_save_LIBS=$LIBS
8936 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8938 /* end confdefs.h.  */
8939 
8940 /* Override any GCC internal prototype to avoid an error.
8941    Use char because int might match the return type of a GCC
8942    builtin and then its argument prototype would still apply.  */
8943 #ifdef __cplusplus
8944 extern "C"
8945 #endif
8946 char AuCreateFlow ();
8947 int
8948 main ()
8949 {
8950 return AuCreateFlow ();
8951   ;
8952   return 0;
8953 }
8954 _ACEOF
8955 if ac_fn_c_try_link "$LINENO"; then :
8956   ac_cv_lib_audio_AuCreateFlow=yes
8957 else
8958   ac_cv_lib_audio_AuCreateFlow=no
8959 fi
8960 rm -f core conftest.err conftest.$ac_objext \
8961     conftest$ac_exeext conftest.$ac_ext
8962 LIBS=$ac_check_lib_save_LIBS
8963 fi
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8965 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8966 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8967 
8968 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8969 
8970                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8971 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8972 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8973   $as_echo_n "(cached) " >&6
8974 else
8975   ac_check_lib_save_LIBS=$LIBS
8976 LIBS="-lXau $X_LIBS $LIBS"
8977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8978 /* end confdefs.h.  */
8979 
8980 /* Override any GCC internal prototype to avoid an error.
8981    Use char because int might match the return type of a GCC
8982    builtin and then its argument prototype would still apply.  */
8983 #ifdef __cplusplus
8984 extern "C"
8985 #endif
8986 char XauGetBestAuthByAddr ();
8987 int
8988 main ()
8989 {
8990 return XauGetBestAuthByAddr ();
8991   ;
8992   return 0;
8993 }
8994 _ACEOF
8995 if ac_fn_c_try_link "$LINENO"; then :
8996   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8997 else
8998   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8999 fi
9000 rm -f core conftest.err conftest.$ac_objext \
9001     conftest$ac_exeext conftest.$ac_ext
9002 LIBS=$ac_check_lib_save_LIBS
9003 fi
9004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9005 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9006 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9007   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9008 else
9009   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9010 fi
9011 
9012 
9013 fi
9014 
9015 fi
9016 
9017 done
9018 
9019 
9020     CPPFLAGS="$ac_save_CPPFLAGS"
9021 else
9022     XLIB=""
9023     X_CFLAGS=""
9024     X_LIBS=""
9025     enable_winex11_drv=${enable_winex11_drv:-no}
9026     enable_opengl32=${enable_opengl32:-no}
9027     enable_glu32=${enable_glu32:-no}
9028 fi
9029 if test "x$XLIB" = "x"; then :
9030   case "x$with_x" in
9031   xno) ;;
9032   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
9033 without X support, which probably isn't what you want. You will need to install
9034 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9035 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9036 esac
9037 fi
9038 
9039 
9040 XML2LIBS=""
9041 
9042 XML2INCL=""
9043 
9044 XSLTINCL=""
9045 
9046 if test "x$with_xml" != "xno"
9047 then
9048     ac_save_CPPFLAGS="$CPPFLAGS"
9049     if test "$PKG_CONFIG" != "false"
9050     then
9051         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9052         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9053     else
9054         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9055         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9056     fi
9057     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9058     for ac_header in libxml/parser.h
9059 do :
9060   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9061 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9062   cat >>confdefs.h <<_ACEOF
9063 #define HAVE_LIBXML_PARSER_H 1
9064 _ACEOF
9065  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9066 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9067 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9068   $as_echo_n "(cached) " >&6
9069 else
9070   ac_check_lib_save_LIBS=$LIBS
9071 LIBS="-lxml2 $ac_xml_libs $LIBS"
9072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9073 /* end confdefs.h.  */
9074 
9075 /* Override any GCC internal prototype to avoid an error.
9076    Use char because int might match the return type of a GCC
9077    builtin and then its argument prototype would still apply.  */
9078 #ifdef __cplusplus
9079 extern "C"
9080 #endif
9081 char xmlParseMemory ();
9082 int
9083 main ()
9084 {
9085 return xmlParseMemory ();
9086   ;
9087   return 0;
9088 }
9089 _ACEOF
9090 if ac_fn_c_try_link "$LINENO"; then :
9091   ac_cv_lib_xml2_xmlParseMemory=yes
9092 else
9093   ac_cv_lib_xml2_xmlParseMemory=no
9094 fi
9095 rm -f core conftest.err conftest.$ac_objext \
9096     conftest$ac_exeext conftest.$ac_ext
9097 LIBS=$ac_check_lib_save_LIBS
9098 fi
9099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9100 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9101 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9102 
9103 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9104 
9105                  XML2LIBS="$ac_xml_libs"
9106                  XML2INCL="$ac_xml_cflags"
9107 fi
9108 
9109              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9110 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9111 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9112   $as_echo_n "(cached) " >&6
9113 else
9114   ac_check_lib_save_LIBS=$LIBS
9115 LIBS="-lxml2 $ac_xml_libs $LIBS"
9116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9117 /* end confdefs.h.  */
9118 
9119 /* Override any GCC internal prototype to avoid an error.
9120    Use char because int might match the return type of a GCC
9121    builtin and then its argument prototype would still apply.  */
9122 #ifdef __cplusplus
9123 extern "C"
9124 #endif
9125 char xmlReadMemory ();
9126 int
9127 main ()
9128 {
9129 return xmlReadMemory ();
9130   ;
9131   return 0;
9132 }
9133 _ACEOF
9134 if ac_fn_c_try_link "$LINENO"; then :
9135   ac_cv_lib_xml2_xmlReadMemory=yes
9136 else
9137   ac_cv_lib_xml2_xmlReadMemory=no
9138 fi
9139 rm -f core conftest.err conftest.$ac_objext \
9140     conftest$ac_exeext conftest.$ac_ext
9141 LIBS=$ac_check_lib_save_LIBS
9142 fi
9143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9144 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9145 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9146 
9147 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9148 
9149 fi
9150 
9151              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9152 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9153 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9154   $as_echo_n "(cached) " >&6
9155 else
9156   ac_check_lib_save_LIBS=$LIBS
9157 LIBS="-lxml2 $ac_xml_libs $LIBS"
9158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9159 /* end confdefs.h.  */
9160 
9161 /* Override any GCC internal prototype to avoid an error.
9162    Use char because int might match the return type of a GCC
9163    builtin and then its argument prototype would still apply.  */
9164 #ifdef __cplusplus
9165 extern "C"
9166 #endif
9167 char xmlNewDocPI ();
9168 int
9169 main ()
9170 {
9171 return xmlNewDocPI ();
9172   ;
9173   return 0;
9174 }
9175 _ACEOF
9176 if ac_fn_c_try_link "$LINENO"; then :
9177   ac_cv_lib_xml2_xmlNewDocPI=yes
9178 else
9179   ac_cv_lib_xml2_xmlNewDocPI=no
9180 fi
9181 rm -f core conftest.err conftest.$ac_objext \
9182     conftest$ac_exeext conftest.$ac_ext
9183 LIBS=$ac_check_lib_save_LIBS
9184 fi
9185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9186 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9187 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9188 
9189 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9190 
9191 fi
9192 
9193 
9194 fi
9195 
9196 done
9197 
9198     CPPFLAGS="$ac_save_CPPFLAGS"
9199 fi
9200 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9201   case "x$with_xml" in
9202   x)   as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9203   xno) ;;
9204   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9205 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9206 esac
9207 fi
9208 
9209 if test "x$with_xslt" != "xno"
9210 then
9211     if test "$PKG_CONFIG" != "false"
9212     then
9213         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9214         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9215     else
9216         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9217         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9218     fi
9219     ac_save_CPPFLAGS="$CPPFLAGS"
9220     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9221     for ac_header in libxslt/pattern.h libxslt/transform.h
9222 do :
9223   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9224 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9225 # include <libxslt/pattern.h>
9226 #endif
9227 "
9228 eval as_val=\$$as_ac_Header
9229    if test "x$as_val" = x""yes; then :
9230   cat >>confdefs.h <<_ACEOF
9231 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9232 _ACEOF
9233 
9234 fi
9235 
9236 done
9237 
9238     CPPFLAGS="$ac_save_CPPFLAGS"
9239     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9240     then
9241         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9242 $as_echo_n "checking for -lxslt... " >&6; }
9243 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9244   $as_echo_n "(cached) " >&6
9245 else
9246   ac_check_soname_save_LIBS=$LIBS
9247 LIBS="-lxslt $ac_xslt_libs $LIBS"
9248   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9249 /* end confdefs.h.  */
9250 
9251 /* Override any GCC internal prototype to avoid an error.
9252    Use char because int might match the return type of a GCC
9253    builtin and then its argument prototype would still apply.  */
9254 #ifdef __cplusplus
9255 extern "C"
9256 #endif
9257 char xsltCompilePattern ();
9258 int
9259 main ()
9260 {
9261 return xsltCompilePattern ();
9262   ;
9263   return 0;
9264 }
9265 _ACEOF
9266 if ac_fn_c_try_link "$LINENO"; then :
9267   case "$LIBEXT" in
9268     dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9269     dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9270     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9271   esac
9272 fi
9273 rm -f core conftest.err conftest.$ac_objext \
9274     conftest$ac_exeext conftest.$ac_ext
9275   LIBS=$ac_check_soname_save_LIBS
9276 fi
9277 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9278   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9279 $as_echo "not found" >&6; }
9280 
9281 else
9282   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9283 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9284 
9285 cat >>confdefs.h <<_ACEOF
9286 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9287 _ACEOF
9288 
9289        XSLTINCL="$ac_xslt_cflags"
9290 fi
9291     fi
9292 fi
9293 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9294   case "x$with_xslt" in
9295   x)   as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9296   xno) ;;
9297   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9298 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9299 esac
9300 fi
9301 
9302 HALINCL=""
9303 
9304 if test "x$with_hal" != "xno"
9305 then
9306     ac_save_CPPFLAGS="$CPPFLAGS"
9307     if test "$PKG_CONFIG" != "false"
9308     then
9309         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9310         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9311         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9312     fi
9313     for ac_header in dbus/dbus.h hal/libhal.h
9314 do :
9315   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9316 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9317 eval as_val=\$$as_ac_Header
9318    if test "x$as_val" = x""yes; then :
9319   cat >>confdefs.h <<_ACEOF
9320 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9321 _ACEOF
9322 
9323 fi
9324 
9325 done
9326 
9327     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9328     then
9329         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9330 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9331 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9332   $as_echo_n "(cached) " >&6
9333 else
9334   ac_check_lib_save_LIBS=$LIBS
9335 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9337 /* end confdefs.h.  */
9338 
9339 /* Override any GCC internal prototype to avoid an error.
9340    Use char because int might match the return type of a GCC
9341    builtin and then its argument prototype would still apply.  */
9342 #ifdef __cplusplus
9343 extern "C"
9344 #endif
9345 char dbus_connection_close ();
9346 int
9347 main ()
9348 {
9349 return dbus_connection_close ();
9350   ;
9351   return 0;
9352 }
9353 _ACEOF
9354 if ac_fn_c_try_link "$LINENO"; then :
9355   ac_cv_lib_dbus_1_dbus_connection_close=yes
9356 else
9357   ac_cv_lib_dbus_1_dbus_connection_close=no
9358 fi
9359 rm -f core conftest.err conftest.$ac_objext \
9360     conftest$ac_exeext conftest.$ac_ext
9361 LIBS=$ac_check_lib_save_LIBS
9362 fi
9363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9364 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9365 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9366   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9367 $as_echo_n "checking for -lhal... " >&6; }
9368 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9369   $as_echo_n "(cached) " >&6
9370 else
9371   ac_check_soname_save_LIBS=$LIBS
9372 LIBS="-lhal $ac_hal_libs $LIBS"
9373   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9374 /* end confdefs.h.  */
9375 
9376 /* Override any GCC internal prototype to avoid an error.
9377    Use char because int might match the return type of a GCC
9378    builtin and then its argument prototype would still apply.  */
9379 #ifdef __cplusplus
9380 extern "C"
9381 #endif
9382 char libhal_ctx_new ();
9383 int
9384 main ()
9385 {
9386 return libhal_ctx_new ();
9387   ;
9388   return 0;
9389 }
9390 _ACEOF
9391 if ac_fn_c_try_link "$LINENO"; then :
9392   case "$LIBEXT" in
9393     dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9394     dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9395     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9396   esac
9397 fi
9398 rm -f core conftest.err conftest.$ac_objext \
9399     conftest$ac_exeext conftest.$ac_ext
9400   LIBS=$ac_check_soname_save_LIBS
9401 fi
9402 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9403   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9404 $as_echo "not found" >&6; }
9405 
9406 else
9407   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9408 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9409 
9410 cat >>confdefs.h <<_ACEOF
9411 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9412 _ACEOF
9413 
9414        HALINCL="$ac_hal_cflags"
9415 fi
9416 fi
9417 
9418     fi
9419     CPPFLAGS="$ac_save_CPPFLAGS"
9420 fi
9421 if test "x$ac_cv_lib_soname_hal" = "x" -a "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9422   case "x$with_hal" in
9423   x)   as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9424   xno) ;;
9425   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9426 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9427 esac
9428 fi
9429 
9430 if test "x$with_gnutls" != "xno"
9431 then
9432     ac_save_CPPFLAGS="$CPPFLAGS"
9433     if test "$PKG_CONFIG" != "false"
9434     then
9435         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9436         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9437         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9438     fi
9439     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9440 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9441   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9442 /* end confdefs.h.  */
9443 #include <gnutls/gnutls.h>
9444 int
9445 main ()
9446 {
9447 typeof(gnutls_mac_get_key_size) *pfunc;
9448   ;
9449   return 0;
9450 }
9451 _ACEOF
9452 if ac_fn_c_try_compile "$LINENO"; then :
9453   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9454 $as_echo_n "checking for -lgnutls... " >&6; }
9455 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9456   $as_echo_n "(cached) " >&6
9457 else
9458   ac_check_soname_save_LIBS=$LIBS
9459 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9460   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9461 /* end confdefs.h.  */
9462 
9463 /* Override any GCC internal prototype to avoid an error.
9464    Use char because int might match the return type of a GCC
9465    builtin and then its argument prototype would still apply.  */
9466 #ifdef __cplusplus
9467 extern "C"
9468 #endif
9469 char gnutls_global_init ();
9470 int
9471 main ()
9472 {
9473 return gnutls_global_init ();
9474   ;
9475   return 0;
9476 }
9477 _ACEOF
9478 if ac_fn_c_try_link "$LINENO"; then :
9479   case "$LIBEXT" in
9480     dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9481     dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9482     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9483   esac
9484 fi
9485 rm -f core conftest.err conftest.$ac_objext \
9486     conftest$ac_exeext conftest.$ac_ext
9487   LIBS=$ac_check_soname_save_LIBS
9488 fi
9489 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9490   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9491 $as_echo "not found" >&6; }
9492 
9493 else
9494   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9495 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9496 
9497 cat >>confdefs.h <<_ACEOF
9498 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9499 _ACEOF
9500 
9501        GNUTLSINCL="$ac_gnutls_cflags"
9502 
9503 fi
9504 fi
9505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9506 fi
9507 
9508 
9509     CPPFLAGS="$ac_save_CPPFLAGS"
9510 fi
9511 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9512   case "x$with_gnutls" in
9513   x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9514   xno) ;;
9515   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9516 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9517 esac
9518 fi
9519 
9520 CURSESLIBS=""
9521 if test "$ac_cv_header_ncurses_h" = "yes"
9522 then
9523     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9524 $as_echo_n "checking for -lncurses... " >&6; }
9525 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9526   $as_echo_n "(cached) " >&6
9527 else
9528   ac_check_soname_save_LIBS=$LIBS
9529 LIBS="-lncurses  $LIBS"
9530   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9531 /* end confdefs.h.  */
9532 
9533 /* Override any GCC internal prototype to avoid an error.
9534    Use char because int might match the return type of a GCC
9535    builtin and then its argument prototype would still apply.  */
9536 #ifdef __cplusplus
9537 extern "C"
9538 #endif
9539 char waddch ();
9540 int
9541 main ()
9542 {
9543 return waddch ();
9544   ;
9545   return 0;
9546 }
9547 _ACEOF
9548 if ac_fn_c_try_link "$LINENO"; then :
9549   case "$LIBEXT" in
9550     dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9551     dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9552     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9553   esac
9554 fi
9555 rm -f core conftest.err conftest.$ac_objext \
9556     conftest$ac_exeext conftest.$ac_ext
9557   LIBS=$ac_check_soname_save_LIBS
9558 fi
9559 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9560   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9561 $as_echo "not found" >&6; }
9562 
9563 else
9564   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9565 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9566 
9567 cat >>confdefs.h <<_ACEOF
9568 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9569 _ACEOF
9570 
9571        CURSESLIBS="-lncurses"
9572 fi
9573 elif test "$ac_cv_header_curses_h" = "yes"
9574 then
9575     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9576 $as_echo_n "checking for -lcurses... " >&6; }
9577 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9578   $as_echo_n "(cached) " >&6
9579 else
9580   ac_check_soname_save_LIBS=$LIBS
9581 LIBS="-lcurses  $LIBS"
9582   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9583 /* end confdefs.h.  */
9584 
9585 /* Override any GCC internal prototype to avoid an error.
9586    Use char because int might match the return type of a GCC
9587    builtin and then its argument prototype would still apply.  */
9588 #ifdef __cplusplus
9589 extern "C"
9590 #endif
9591 char waddch ();
9592 int
9593 main ()
9594 {
9595 return waddch ();
9596   ;
9597   return 0;
9598 }
9599 _ACEOF
9600 if ac_fn_c_try_link "$LINENO"; then :
9601   case "$LIBEXT" in
9602     dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9603     dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9604     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9605   esac
9606 fi
9607 rm -f core conftest.err conftest.$ac_objext \
9608     conftest$ac_exeext conftest.$ac_ext
9609   LIBS=$ac_check_soname_save_LIBS
9610 fi
9611 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9612   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9613 $as_echo "not found" >&6; }
9614 
9615 else
9616   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9617 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9618 
9619 cat >>confdefs.h <<_ACEOF
9620 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9621 _ACEOF
9622 
9623        CURSESLIBS="-lcurses"
9624 fi
9625 fi
9626 ac_save_LIBS="$LIBS"
9627 LIBS="$LIBS $CURSESLIBS"
9628 for ac_func in mousemask
9629 do :
9630   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9631 if test "x$ac_cv_func_mousemask" = x""yes; then :
9632   cat >>confdefs.h <<_ACEOF
9633 #define HAVE_MOUSEMASK 1
9634 _ACEOF
9635 
9636 fi
9637 done
9638 
9639 LIBS="$ac_save_LIBS"
9640 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9641   case "x$with_curses" in
9642   x)   as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9643   xno) ;;
9644   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9645 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9646 esac
9647 fi
9648 
9649 if test "x$with_sane" != "xno"
9650 then
9651     ac_save_CPPFLAGS="$CPPFLAGS"
9652     # Extract the first word of "sane-config", so it can be a program name with args.
9653 set dummy sane-config; ac_word=$2
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9655 $as_echo_n "checking for $ac_word... " >&6; }
9656 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9657   $as_echo_n "(cached) " >&6
9658 else
9659   if test -n "$sane_devel"; then
9660   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9661 else
9662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9663 for as_dir in $PATH
9664 do
9665   IFS=$as_save_IFS
9666   test -z "$as_dir" && as_dir=.
9667     for ac_exec_ext in '' $ac_executable_extensions; do
9668   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9669     ac_cv_prog_sane_devel="sane-config"
9670     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9671     break 2
9672   fi
9673 done
9674   done
9675 IFS=$as_save_IFS
9676 
9677   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9678 fi
9679 fi
9680 sane_devel=$ac_cv_prog_sane_devel
9681 if test -n "$sane_devel"; then
9682   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9683 $as_echo "$sane_devel" >&6; }
9684 else
9685   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9686 $as_echo "no" >&6; }
9687 fi
9688 
9689 
9690     if test "$sane_devel" != "no"
9691     then
9692         ac_sane_incl="`$sane_devel --cflags`"
9693         ac_sane_libs="`$sane_devel --ldflags`"
9694         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9695     fi
9696     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9697 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9698   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9699 $as_echo_n "checking for -lsane... " >&6; }
9700 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9701   $as_echo_n "(cached) " >&6
9702 else
9703   ac_check_soname_save_LIBS=$LIBS
9704 LIBS="-lsane $ac_sane_libs $LIBS"
9705   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9706 /* end confdefs.h.  */
9707 
9708 /* Override any GCC internal prototype to avoid an error.
9709    Use char because int might match the return type of a GCC
9710    builtin and then its argument prototype would still apply.  */
9711 #ifdef __cplusplus
9712 extern "C"
9713 #endif
9714 char sane_init ();
9715 int
9716 main ()
9717 {
9718 return sane_init ();
9719   ;
9720   return 0;
9721 }
9722 _ACEOF
9723 if ac_fn_c_try_link "$LINENO"; then :
9724   case "$LIBEXT" in
9725     dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9726     dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9727     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9728   esac
9729 fi
9730 rm -f core conftest.err conftest.$ac_objext \
9731     conftest$ac_exeext conftest.$ac_ext
9732   LIBS=$ac_check_soname_save_LIBS
9733 fi
9734 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9736 $as_echo "not found" >&6; }
9737 
9738 else
9739   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9740 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9741 
9742 cat >>confdefs.h <<_ACEOF
9743 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9744 _ACEOF
9745 
9746        SANEINCL="$ac_sane_incl"
9747 
9748 fi
9749 fi
9750 
9751 
9752     CPPFLAGS="$ac_save_CPPFLAGS"
9753 fi
9754 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9755   case "x$with_sane" in
9756   x)   as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9757   xno) ;;
9758   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9759 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9760 esac
9761 fi
9762 
9763 if test "x$with_v4l" != "xno"
9764 then
9765     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9766 $as_echo_n "checking for -lv4l1... " >&6; }
9767 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9768   $as_echo_n "(cached) " >&6
9769 else
9770   ac_check_soname_save_LIBS=$LIBS
9771 LIBS="-lv4l1  $LIBS"
9772   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9773 /* end confdefs.h.  */
9774 
9775 /* Override any GCC internal prototype to avoid an error.
9776    Use char because int might match the return type of a GCC
9777    builtin and then its argument prototype would still apply.  */
9778 #ifdef __cplusplus
9779 extern "C"
9780 #endif
9781 char v4l1_open ();
9782 int
9783 main ()
9784 {
9785 return v4l1_open ();
9786   ;
9787   return 0;
9788 }
9789 _ACEOF
9790 if ac_fn_c_try_link "$LINENO"; then :
9791   case "$LIBEXT" in
9792     dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9793     dylib) ac_cv_lib_soname_v4l1=`otool -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9794     *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9795   esac
9796 fi
9797 rm -f core conftest.err conftest.$ac_objext \
9798     conftest$ac_exeext conftest.$ac_ext
9799   LIBS=$ac_check_soname_save_LIBS
9800 fi
9801 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9802   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9803 $as_echo "not found" >&6; }
9804 
9805 else
9806   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9807 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9808 
9809 cat >>confdefs.h <<_ACEOF
9810 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9811 _ACEOF
9812 
9813 
9814 fi
9815 fi
9816 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9817   case "x$with_v4l" in
9818   x)   as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9819   xno) ;;
9820   *)   as_fn_error "libv4l ${notice_platform}development files not found.
9821 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9822 esac
9823 fi
9824 
9825 if test "x$with_gphoto" != "xno"
9826 then
9827     ac_save_CPPFLAGS="$CPPFLAGS"
9828     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9829 set dummy gphoto2-config; ac_word=$2
9830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9831 $as_echo_n "checking for $ac_word... " >&6; }
9832 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9833   $as_echo_n "(cached) " >&6
9834 else
9835   if test -n "$gphoto2_devel"; then
9836   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9837 else
9838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9839 for as_dir in $PATH
9840 do
9841   IFS=$as_save_IFS
9842   test -z "$as_dir" && as_dir=.
9843     for ac_exec_ext in '' $ac_executable_extensions; do
9844   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9845     ac_cv_prog_gphoto2_devel="gphoto2-config"
9846     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9847     break 2
9848   fi
9849 done
9850   done
9851 IFS=$as_save_IFS
9852 
9853   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9854 fi
9855 fi
9856 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9857 if test -n "$gphoto2_devel"; then
9858   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9859 $as_echo "$gphoto2_devel" >&6; }
9860 else
9861   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9862 $as_echo "no" >&6; }
9863 fi
9864 
9865 
9866     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9867 set dummy gphoto2-port-config; ac_word=$2
9868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9869 $as_echo_n "checking for $ac_word... " >&6; }
9870 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9871   $as_echo_n "(cached) " >&6
9872 else
9873   if test -n "$gphoto2port_devel"; then
9874   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9875 else
9876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9877 for as_dir in $PATH
9878 do
9879   IFS=$as_save_IFS
9880   test -z "$as_dir" && as_dir=.
9881     for ac_exec_ext in '' $ac_executable_extensions; do
9882   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9883     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9884     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9885     break 2
9886   fi
9887 done
9888   done
9889 IFS=$as_save_IFS
9890 
9891   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9892 fi
9893 fi
9894 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9895 if test -n "$gphoto2port_devel"; then
9896   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9897 $as_echo "$gphoto2port_devel" >&6; }
9898 else
9899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9900 $as_echo "no" >&6; }
9901 fi
9902 
9903 
9904     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9905     then
9906         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9907         ac_gphoto2_libs=""
9908         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9909         do
9910             case "$i" in
9911             -L/usr/lib|-L/usr/lib64) ;;
9912             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9913             esac
9914         done
9915         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9916     fi
9917     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9918     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9919 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9920   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9921 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9922 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9923   $as_echo_n "(cached) " >&6
9924 else
9925   ac_check_lib_save_LIBS=$LIBS
9926 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9928 /* end confdefs.h.  */
9929 
9930 /* Override any GCC internal prototype to avoid an error.
9931    Use char because int might match the return type of a GCC
9932    builtin and then its argument prototype would still apply.  */
9933 #ifdef __cplusplus
9934 extern "C"
9935 #endif
9936 char gp_camera_new ();
9937 int
9938 main ()
9939 {
9940 return gp_camera_new ();
9941   ;
9942   return 0;
9943 }
9944 _ACEOF
9945 if ac_fn_c_try_link "$LINENO"; then :
9946   ac_cv_lib_gphoto2_gp_camera_new=yes
9947 else
9948   ac_cv_lib_gphoto2_gp_camera_new=no
9949 fi
9950 rm -f core conftest.err conftest.$ac_objext \
9951     conftest$ac_exeext conftest.$ac_ext
9952 LIBS=$ac_check_lib_save_LIBS
9953 fi
9954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9955 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9956 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9957 
9958 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9959 
9960                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9961 
9962                                    GPHOTO2INCL="$ac_gphoto2_incl"
9963 
9964 fi
9965 
9966 fi
9967 
9968 
9969     CPPFLAGS="$ac_save_CPPFLAGS"
9970 fi
9971 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9972   case "x$with_gphoto" in
9973   x)   as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9974   xno) ;;
9975   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9976 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9977 esac
9978 fi
9979 
9980 
9981 RESOLVLIBS=""
9982 
9983 if test "$ac_cv_header_resolv_h" = "yes"
9984 then
9985     ac_save_LIBS="$LIBS"
9986     LIBS="$LIBS -lresolv"
9987     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9988 /* end confdefs.h.  */
9989 #ifdef HAVE_NETINET_IN_H
9990 #include <netinet/in.h>
9991 #endif
9992 #include <resolv.h>
9993 int
9994 main ()
9995 {
9996 res_init();
9997   ;
9998   return 0;
9999 }
10000 _ACEOF
10001 if ac_fn_c_try_link "$LINENO"; then :
10002 
10003 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10004 
10005          RESOLVLIBS="-lresolv"
10006 fi
10007 rm -f core conftest.err conftest.$ac_objext \
10008     conftest$ac_exeext conftest.$ac_ext
10009     LIBS="$ac_save_LIBS"
10010 fi
10011 
10012 LCMSLIBS=""
10013 
10014 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10015 then
10016     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10017 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10018 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
10019   $as_echo_n "(cached) " >&6
10020 else
10021   ac_check_lib_save_LIBS=$LIBS
10022 LIBS="-llcms  $LIBS"
10023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10024 /* end confdefs.h.  */
10025 
10026 /* Override any GCC internal prototype to avoid an error.
10027    Use char because int might match the return type of a GCC
10028    builtin and then its argument prototype would still apply.  */
10029 #ifdef __cplusplus
10030 extern "C"
10031 #endif
10032 char cmsOpenProfileFromFile ();
10033 int
10034 main ()
10035 {
10036 return cmsOpenProfileFromFile ();
10037   ;
10038   return 0;
10039 }
10040 _ACEOF
10041 if ac_fn_c_try_link "$LINENO"; then :
10042   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10043 else
10044   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10045 fi
10046 rm -f core conftest.err conftest.$ac_objext \
10047     conftest$ac_exeext conftest.$ac_ext
10048 LIBS=$ac_check_lib_save_LIBS
10049 fi
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10051 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10052 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10053 
10054 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10055 
10056          LCMSLIBS="-llcms"
10057 fi
10058 
10059 fi
10060 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10061   case "x$with_cms" in
10062   x)   as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10063   xno) ;;
10064   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10065 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10066 esac
10067 fi
10068 
10069 if test "x$with_freetype" != "xno"
10070 then
10071     for ac_prog in freetype-config freetype2-config
10072 do
10073   # Extract the first word of "$ac_prog", so it can be a program name with args.
10074 set dummy $ac_prog; ac_word=$2
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10076 $as_echo_n "checking for $ac_word... " >&6; }
10077 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10078   $as_echo_n "(cached) " >&6
10079 else
10080   if test -n "$ft_devel"; then
10081   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10082 else
10083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10084 for as_dir in $PATH
10085 do
10086   IFS=$as_save_IFS
10087   test -z "$as_dir" && as_dir=.
10088     for ac_exec_ext in '' $ac_executable_extensions; do
10089   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10090     ac_cv_prog_ft_devel="$ac_prog"
10091     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10092     break 2
10093   fi
10094 done
10095   done
10096 IFS=$as_save_IFS
10097 
10098 fi
10099 fi
10100 ft_devel=$ac_cv_prog_ft_devel
10101 if test -n "$ft_devel"; then
10102   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10103 $as_echo "$ft_devel" >&6; }
10104 else
10105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10106 $as_echo "no" >&6; }
10107 fi
10108 
10109 
10110   test -n "$ft_devel" && break
10111 done
10112 test -n "$ft_devel" || ft_devel="no"
10113 
10114     if test "$ft_devel" != "no"
10115     then
10116         ac_freetype_incl=`$ft_devel --cflags`
10117         ac_freetype_libs=`$ft_devel --libs`
10118     fi
10119     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10120     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10121 $as_echo_n "checking for -lfreetype... " >&6; }
10122 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10123   $as_echo_n "(cached) " >&6
10124 else
10125   ac_check_soname_save_LIBS=$LIBS
10126 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10127   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10128 /* end confdefs.h.  */
10129 
10130 /* Override any GCC internal prototype to avoid an error.
10131    Use char because int might match the return type of a GCC
10132    builtin and then its argument prototype would still apply.  */
10133 #ifdef __cplusplus
10134 extern "C"
10135 #endif
10136 char FT_Init_FreeType ();
10137 int
10138 main ()
10139 {
10140 return FT_Init_FreeType ();
10141   ;
10142   return 0;
10143 }
10144 _ACEOF
10145 if ac_fn_c_try_link "$LINENO"; then :
10146   case "$LIBEXT" in
10147     dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10148     dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10149     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10150   esac
10151 fi
10152 rm -f core conftest.err conftest.$ac_objext \
10153     conftest$ac_exeext conftest.$ac_ext
10154   LIBS=$ac_check_soname_save_LIBS
10155 fi
10156 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10158 $as_echo "not found" >&6; }
10159        ft_lib=no
10160 else
10161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10162 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10163 
10164 cat >>confdefs.h <<_ACEOF
10165 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10166 _ACEOF
10167 
10168        ft_lib=yes
10169 fi
10170     if test "$ft_lib" = "yes"
10171     then
10172         ac_save_CPPFLAGS="$CPPFLAGS"
10173         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10174         for ac_header in ft2build.h \
10175                          freetype/freetype.h \
10176                          freetype/ftglyph.h \
10177                          freetype/fttypes.h \
10178                          freetype/tttables.h \
10179                          freetype/ftsnames.h \
10180                          freetype/ttnameid.h \
10181                          freetype/ftoutln.h \
10182                          freetype/ftwinfnt.h \
10183                          freetype/ftmodapi.h \
10184                          freetype/ftlcdfil.h \
10185                          freetype/internal/sfnt.h
10186 do :
10187   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10188 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10189                           # include <ft2build.h>
10190                           #endif
10191 "
10192 eval as_val=\$$as_ac_Header
10193    if test "x$as_val" = x""yes; then :
10194   cat >>confdefs.h <<_ACEOF
10195 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10196 _ACEOF
10197 
10198 fi
10199 
10200 done
10201 
10202         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10203 /* end confdefs.h.  */
10204 #include <ft2build.h>
10205                     #include <freetype/fttrigon.h>
10206 _ACEOF
10207 if ac_fn_c_try_cpp "$LINENO"; then :
10208 
10209 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10210 
10211                     wine_cv_fttrigon=yes
10212 else
10213   wine_cv_fttrigon=no
10214 fi
10215 rm -f conftest.err conftest.$ac_ext
10216         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10217 "
10218 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10219 
10220 cat >>confdefs.h <<_ACEOF
10221 #define HAVE_FT_TRUETYPEENGINETYPE 1
10222 _ACEOF
10223 
10224 
10225 fi
10226 
10227         ac_save_CFLAGS="$CFLAGS"
10228         CFLAGS="$CFLAGS $ac_freetype_libs"
10229         for ac_func in FT_Load_Sfnt_Table
10230 do :
10231   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10232 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10233   cat >>confdefs.h <<_ACEOF
10234 #define HAVE_FT_LOAD_SFNT_TABLE 1
10235 _ACEOF
10236 
10237 fi
10238 done
10239 
10240         CFLAGS="$ac_save_CFLAGS"
10241         CPPFLAGS="$ac_save_CPPFLAGS"
10242                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10243         then
10244 
10245 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10246 
10247             FREETYPELIBS="$ac_freetype_libs"
10248 
10249             FREETYPEINCL="$ac_freetype_incl"
10250 
10251         fi
10252     fi
10253 fi
10254 if test "x$FREETYPELIBS" = "x"; then :
10255   case "x$with_freetype" in
10256   xno) ;;
10257   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10258 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10259 esac
10260 fi
10261 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10262 
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10264 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10265 if test "${ac_cv_c_ppdev+set}" = set; then :
10266   $as_echo_n "(cached) " >&6
10267 else
10268   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10269 /* end confdefs.h.  */
10270 #ifdef HAVE_SYS_IOCTL_H
10271 # include <sys/ioctl.h>
10272 #endif
10273 #include <linux/ppdev.h>
10274 int
10275 main ()
10276 {
10277 ioctl (1,PPCLAIM,0)
10278   ;
10279   return 0;
10280 }
10281 _ACEOF
10282 if ac_fn_c_try_compile "$LINENO"; then :
10283   ac_cv_c_ppdev="yes"
10284 else
10285   ac_cv_c_ppdev="no"
10286 fi
10287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10288 fi
10289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10290 $as_echo "$ac_cv_c_ppdev" >&6; }
10291 if test "$ac_cv_c_ppdev" = "yes"
10292 then
10293 
10294 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10295 
10296 fi
10297 
10298 ac_wine_check_funcs_save_LIBS="$LIBS"
10299 LIBS="$LIBS $LIBPTHREAD"
10300 for ac_func in \
10301         pthread_attr_get_np \
10302         pthread_getattr_np \
10303         pthread_get_stackaddr_np \
10304         pthread_get_stacksize_np
10305 do :
10306   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10307 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10308 eval as_val=\$$as_ac_var
10309    if test "x$as_val" = x""yes; then :
10310   cat >>confdefs.h <<_ACEOF
10311 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10312 _ACEOF
10313 
10314 fi
10315 done
10316 
10317 LIBS="$ac_wine_check_funcs_save_LIBS"
10318 
10319 if test "$ac_cv_header_zlib_h" = "yes"
10320 then
10321     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10322 $as_echo_n "checking for inflate in -lz... " >&6; }
10323 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10324   $as_echo_n "(cached) " >&6
10325 else
10326   ac_check_lib_save_LIBS=$LIBS
10327 LIBS="-lz  $LIBS"
10328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10329 /* end confdefs.h.  */
10330 
10331 /* Override any GCC internal prototype to avoid an error.
10332    Use char because int might match the return type of a GCC
10333    builtin and then its argument prototype would still apply.  */
10334 #ifdef __cplusplus
10335 extern "C"
10336 #endif
10337 char inflate ();
10338 int
10339 main ()
10340 {
10341 return inflate ();
10342   ;
10343   return 0;
10344 }
10345 _ACEOF
10346 if ac_fn_c_try_link "$LINENO"; then :
10347   ac_cv_lib_z_inflate=yes
10348 else
10349   ac_cv_lib_z_inflate=no
10350 fi
10351 rm -f core conftest.err conftest.$ac_objext \
10352     conftest$ac_exeext conftest.$ac_ext
10353 LIBS=$ac_check_lib_save_LIBS
10354 fi
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10356 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10357 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10358 
10359 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10360 
10361                             ZLIB="-lz"
10362 
10363 fi
10364 
10365 fi
10366 
10367 if test "x$with_esd" != xno
10368 then
10369     save_CFLAGS="$CFLAGS"
10370     # Extract the first word of "esd-config", so it can be a program name with args.
10371 set dummy esd-config; ac_word=$2
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10373 $as_echo_n "checking for $ac_word... " >&6; }
10374 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10375   $as_echo_n "(cached) " >&6
10376 else
10377   case $ESDCONFIG in
10378   [\\/]* | ?:[\\/]*)
10379   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10380   ;;
10381   *)
10382   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10383 for as_dir in $PATH
10384 do
10385   IFS=$as_save_IFS
10386   test -z "$as_dir" && as_dir=.
10387     for ac_exec_ext in '' $ac_executable_extensions; do
10388   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10389     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10390     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10391     break 2
10392   fi
10393 done
10394   done
10395 IFS=$as_save_IFS
10396 
10397   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10398   ;;
10399 esac
10400 fi
10401 ESDCONFIG=$ac_cv_path_ESDCONFIG
10402 if test -n "$ESDCONFIG"; then
10403   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10404 $as_echo "$ESDCONFIG" >&6; }
10405 else
10406   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10407 $as_echo "no" >&6; }
10408 fi
10409 
10410 
10411     if test "x$ESDCONFIG" != "xno"
10412     then
10413         ac_esd_incl=""
10414         for i in `$ESDCONFIG --cflags`
10415         do
10416             case "$i" in
10417                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10418             esac
10419         done
10420         ac_esd_libs=`$ESDCONFIG --libs`
10421         CFLAGS="$CFLAGS $ac_esd_incl"
10422     fi
10423     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10424     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10425 if test "x$ac_cv_header_esd_h" = x""yes; then :
10426   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10427 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10428 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10429   $as_echo_n "(cached) " >&6
10430 else
10431   ac_check_lib_save_LIBS=$LIBS
10432 LIBS="-lesd $ac_esd_libs $LIBS"
10433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10434 /* end confdefs.h.  */
10435 
10436 /* Override any GCC internal prototype to avoid an error.
10437    Use char because int might match the return type of a GCC
10438    builtin and then its argument prototype would still apply.  */
10439 #ifdef __cplusplus
10440 extern "C"
10441 #endif
10442 char esd_open_sound ();
10443 int
10444 main ()
10445 {
10446 return esd_open_sound ();
10447   ;
10448   return 0;
10449 }
10450 _ACEOF
10451 if ac_fn_c_try_link "$LINENO"; then :
10452   ac_cv_lib_esd_esd_open_sound=yes
10453 else
10454   ac_cv_lib_esd_esd_open_sound=no
10455 fi
10456 rm -f core conftest.err conftest.$ac_objext \
10457     conftest$ac_exeext conftest.$ac_ext
10458 LIBS=$ac_check_lib_save_LIBS
10459 fi
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10461 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10462 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10463   ESDINCL="$ac_esd_incl"
10464 
10465              ESDLIBS="$ac_esd_libs"
10466 
10467 
10468 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10469 
10470 fi
10471 
10472 fi
10473 
10474 
10475     CFLAGS="$save_CFLAGS"
10476 fi
10477 
10478 ALSALIBS=""
10479 
10480 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10481 then
10482     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10483 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10484 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10485   $as_echo_n "(cached) " >&6
10486 else
10487   ac_check_lib_save_LIBS=$LIBS
10488 LIBS="-lasound  $LIBS"
10489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10490 /* end confdefs.h.  */
10491 
10492 /* Override any GCC internal prototype to avoid an error.
10493    Use char because int might match the return type of a GCC
10494    builtin and then its argument prototype would still apply.  */
10495 #ifdef __cplusplus
10496 extern "C"
10497 #endif
10498 char snd_pcm_hw_params_get_access ();
10499 int
10500 main ()
10501 {
10502 return snd_pcm_hw_params_get_access ();
10503   ;
10504   return 0;
10505 }
10506 _ACEOF
10507 if ac_fn_c_try_link "$LINENO"; then :
10508   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10509 else
10510   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10511 fi
10512 rm -f core conftest.err conftest.$ac_objext \
10513     conftest$ac_exeext conftest.$ac_ext
10514 LIBS=$ac_check_lib_save_LIBS
10515 fi
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10517 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10518 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10519   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10520 /* end confdefs.h.  */
10521 #ifdef HAVE_ALSA_ASOUNDLIB_H
10522 #include <alsa/asoundlib.h>
10523 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10524 #include <sys/asoundlib.h>
10525 #endif
10526 int
10527 main ()
10528 {
10529 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10530   ;
10531   return 0;
10532 }
10533 _ACEOF
10534 if ac_fn_c_try_compile "$LINENO"; then :
10535 
10536 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10537 
10538                          ALSALIBS="-lasound"
10539 fi
10540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10541 fi
10542 
10543 fi
10544 
10545 AUDIOIOLIBS=""
10546 
10547 if test "$ac_cv_header_libaudioio_h" = "yes"
10548 then
10549     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10550 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10551 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10552   $as_echo_n "(cached) " >&6
10553 else
10554   ac_check_lib_save_LIBS=$LIBS
10555 LIBS="-laudioio  $LIBS"
10556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10557 /* end confdefs.h.  */
10558 
10559 /* Override any GCC internal prototype to avoid an error.
10560    Use char because int might match the return type of a GCC
10561    builtin and then its argument prototype would still apply.  */
10562 #ifdef __cplusplus
10563 extern "C"
10564 #endif
10565 char AudioIOGetVersion ();
10566 int
10567 main ()
10568 {
10569 return AudioIOGetVersion ();
10570   ;
10571   return 0;
10572 }
10573 _ACEOF
10574 if ac_fn_c_try_link "$LINENO"; then :
10575   ac_cv_lib_audioio_AudioIOGetVersion=yes
10576 else
10577   ac_cv_lib_audioio_AudioIOGetVersion=no
10578 fi
10579 rm -f core conftest.err conftest.$ac_objext \
10580     conftest$ac_exeext conftest.$ac_ext
10581 LIBS=$ac_check_lib_save_LIBS
10582 fi
10583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10584 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10585 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10586   AUDIOIOLIBS="-laudioio"
10587 
10588 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10589 
10590 fi
10591 
10592 fi
10593 
10594 
10595 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10596 then
10597     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10598 $as_echo_n "checking for -lcapi20... " >&6; }
10599 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10600   $as_echo_n "(cached) " >&6
10601 else
10602   ac_check_soname_save_LIBS=$LIBS
10603 LIBS="-lcapi20  $LIBS"
10604   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10605 /* end confdefs.h.  */
10606 
10607 /* Override any GCC internal prototype to avoid an error.
10608    Use char because int might match the return type of a GCC
10609    builtin and then its argument prototype would still apply.  */
10610 #ifdef __cplusplus
10611 extern "C"
10612 #endif
10613 char capi20_register ();
10614 int
10615 main ()
10616 {
10617 return capi20_register ();
10618   ;
10619   return 0;
10620 }
10621 _ACEOF
10622 if ac_fn_c_try_link "$LINENO"; then :
10623   case "$LIBEXT" in
10624     dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10625     dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10626     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10627   esac
10628 fi
10629 rm -f core conftest.err conftest.$ac_objext \
10630     conftest$ac_exeext conftest.$ac_ext
10631   LIBS=$ac_check_soname_save_LIBS
10632 fi
10633 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10634   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10635 $as_echo "not found" >&6; }
10636 
10637 else
10638   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10639 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10640 
10641 cat >>confdefs.h <<_ACEOF
10642 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10643 _ACEOF
10644 
10645 
10646 fi
10647 fi
10648 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10649   case "x$with_capi" in
10650   x)   as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10651   xno) ;;
10652   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10653 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10654 esac
10655 fi
10656 
10657 CUPSINCL=""
10658 
10659 if test "x$with_cups" != "xno"
10660 then
10661     ac_save_CPPFLAGS="$CPPFLAGS"
10662     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10663     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10664     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10665     for ac_header in cups/cups.h
10666 do :
10667   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10668 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10669   cat >>confdefs.h <<_ACEOF
10670 #define HAVE_CUPS_CUPS_H 1
10671 _ACEOF
10672  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10673 $as_echo_n "checking for -lcups... " >&6; }
10674 if test "${ac_cv_lib_soname_cups+set}" = set; then :