Remove obsolete parts of autoconf_inc.m4.
[wxWidgets.git] / configure
1 #! /bin/sh
2 # From configure.in Id.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.69 for wxWidgets 2.9.5.
5 #
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
7 #
8 #
9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
10 #
11 #
12 # This configure script is free software; the Free Software Foundation
13 # gives unlimited permission to copy, distribute and modify it.
14 ## -------------------- ##
15 ## M4sh Initialization. ##
16 ## -------------------- ##
17
18 # Be more Bourne compatible
19 DUALCASE=1; export DUALCASE # for MKS sh
20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
21   emulate sh
22   NULLCMD=:
23   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24   # is contrary to our usage.  Disable this feature.
25   alias -g '${1+"$@"}'='"$@"'
26   setopt NO_GLOB_SUBST
27 else
28   case `(set -o) 2>/dev/null` in #(
29   *posix*) :
30     set -o posix ;; #(
31   *) :
32      ;;
33 esac
34 fi
35
36
37 as_nl='
38 '
39 export as_nl
40 # Printing a long string crashes Solaris 7 /usr/bin/printf.
41 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
44 # Prefer a ksh shell builtin over an external printf program on Solaris,
45 # but without wasting forks for bash or zsh.
46 if test -z "$BASH_VERSION$ZSH_VERSION" \
47     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48   as_echo='print -r --'
49   as_echo_n='print -rn --'
50 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51   as_echo='printf %s\n'
52   as_echo_n='printf %s'
53 else
54   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
55     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
56     as_echo_n='/usr/ucb/echo -n'
57   else
58     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
59     as_echo_n_body='eval
60       arg=$1;
61       case $arg in #(
62       *"$as_nl"*)
63         expr "X$arg" : "X\\(.*\\)$as_nl";
64         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65       esac;
66       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67     '
68     export as_echo_n_body
69     as_echo_n='sh -c $as_echo_n_body as_echo'
70   fi
71   export as_echo_body
72   as_echo='sh -c $as_echo_body as_echo'
73 fi
74
75 # The user is always right.
76 if test "${PATH_SEPARATOR+set}" != set; then
77   PATH_SEPARATOR=:
78   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
79     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
80       PATH_SEPARATOR=';'
81   }
82 fi
83
84
85 # IFS
86 # We need space, tab and new line, in precisely that order.  Quoting is
87 # there to prevent editors from complaining about space-tab.
88 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
89 # splitting by setting IFS to empty value.)
90 IFS=" ""        $as_nl"
91
92 # Find who we are.  Look in the path if we contain no directory separator.
93 as_myself=
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 # Use a proper internal environment variable to ensure we don't fall
139   # into an infinite loop, continuously re-executing ourselves.
140   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
141     _as_can_reexec=no; export _as_can_reexec;
142     # We cannot yet assume a decent shell, so we have to provide a
143 # neutralization value for shells without unset; and this also
144 # works around shells that cannot unset nonexistent variables.
145 # Preserve -v and -x to the replacement shell.
146 BASH_ENV=/dev/null
147 ENV=/dev/null
148 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
149 case $- in # ((((
150   *v*x* | *x*v* ) as_opts=-vx ;;
151   *v* ) as_opts=-v ;;
152   *x* ) as_opts=-x ;;
153   * ) as_opts= ;;
154 esac
155 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
156 # Admittedly, this is quite paranoid, since all the known shells bail
157 # out after a failed `exec'.
158 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
159 as_fn_exit 255
160   fi
161   # We don't want this to propagate to other subprocesses.
162           { _as_can_reexec=; unset _as_can_reexec;}
163 if test "x$CONFIG_SHELL" = x; then
164   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
165   emulate sh
166   NULLCMD=:
167   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
168   # is contrary to our usage.  Disable this feature.
169   alias -g '\${1+\"\$@\"}'='\"\$@\"'
170   setopt NO_GLOB_SUBST
171 else
172   case \`(set -o) 2>/dev/null\` in #(
173   *posix*) :
174     set -o posix ;; #(
175   *) :
176      ;;
177 esac
178 fi
179 "
180   as_required="as_fn_return () { (exit \$1); }
181 as_fn_success () { as_fn_return 0; }
182 as_fn_failure () { as_fn_return 1; }
183 as_fn_ret_success () { return 0; }
184 as_fn_ret_failure () { return 1; }
185
186 exitcode=0
187 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
188 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
189 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
190 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
191 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192
193 else
194   exitcode=1; echo positional parameters were not saved.
195 fi
196 test x\$exitcode = x0 || exit 1
197 test -x / || exit 1"
198   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
199   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
200   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
201   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
202 test \$(( 1 + 1 )) = 2 || exit 1"
203   if (eval "$as_required") 2>/dev/null; then :
204   as_have_required=yes
205 else
206   as_have_required=no
207 fi
208   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209
210 else
211   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
212 as_found=false
213 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 do
215   IFS=$as_save_IFS
216   test -z "$as_dir" && as_dir=.
217   as_found=:
218   case $as_dir in #(
219          /*)
220            for as_base in sh bash ksh sh5; do
221              # Try only shells that exist, to save several forks.
222              as_shell=$as_dir/$as_base
223              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
224                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
225   CONFIG_SHELL=$as_shell as_have_required=yes
226                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
227   break 2
228 fi
229 fi
230            done;;
231        esac
232   as_found=false
233 done
234 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
235               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
236   CONFIG_SHELL=$SHELL as_have_required=yes
237 fi; }
238 IFS=$as_save_IFS
239
240
241       if test "x$CONFIG_SHELL" != x; then :
242   export CONFIG_SHELL
243              # We cannot yet assume a decent shell, so we have to provide a
244 # neutralization value for shells without unset; and this also
245 # works around shells that cannot unset nonexistent variables.
246 # Preserve -v and -x to the replacement shell.
247 BASH_ENV=/dev/null
248 ENV=/dev/null
249 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
250 case $- in # ((((
251   *v*x* | *x*v* ) as_opts=-vx ;;
252   *v* ) as_opts=-v ;;
253   *x* ) as_opts=-x ;;
254   * ) as_opts= ;;
255 esac
256 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
257 # Admittedly, this is quite paranoid, since all the known shells bail
258 # out after a failed `exec'.
259 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
260 exit 255
261 fi
262
263     if test x$as_have_required = xno; then :
264   $as_echo "$0: This script requires a shell more modern than all"
265   $as_echo "$0: the shells that I found on your system."
266   if test x${ZSH_VERSION+set} = xset ; then
267     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269   else
270     $as_echo "$0: Please tell bug-autoconf@gnu.org and
271 $0: wx-dev@lists.wxwidgets.org about your system, including
272 $0: any error possibly output before this message. Then
273 $0: install a modern shell, or manually run the script
274 $0: under such a shell if you do have one."
275   fi
276   exit 1
277 fi
278 fi
279 fi
280 SHELL=${CONFIG_SHELL-/bin/sh}
281 export SHELL
282 # Unset more variables known to interfere with behavior of common tools.
283 CLICOLOR_FORCE= GREP_OPTIONS=
284 unset CLICOLOR_FORCE GREP_OPTIONS
285
286 ## --------------------- ##
287 ## M4sh Shell Functions. ##
288 ## --------------------- ##
289 # as_fn_unset VAR
290 # ---------------
291 # Portably unset VAR.
292 as_fn_unset ()
293 {
294   { eval $1=; unset $1;}
295 }
296 as_unset=as_fn_unset
297
298 # as_fn_set_status STATUS
299 # -----------------------
300 # Set $? to STATUS, without forking.
301 as_fn_set_status ()
302 {
303   return $1
304 } # as_fn_set_status
305
306 # as_fn_exit STATUS
307 # -----------------
308 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
309 as_fn_exit ()
310 {
311   set +e
312   as_fn_set_status $1
313   exit $1
314 } # as_fn_exit
315
316 # as_fn_mkdir_p
317 # -------------
318 # Create "$as_dir" as a directory, including parents if necessary.
319 as_fn_mkdir_p ()
320 {
321
322   case $as_dir in #(
323   -*) as_dir=./$as_dir;;
324   esac
325   test -d "$as_dir" || eval $as_mkdir_p || {
326     as_dirs=
327     while :; do
328       case $as_dir in #(
329       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
330       *) as_qdir=$as_dir;;
331       esac
332       as_dirs="'$as_qdir' $as_dirs"
333       as_dir=`$as_dirname -- "$as_dir" ||
334 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
335          X"$as_dir" : 'X\(//\)[^/]' \| \
336          X"$as_dir" : 'X\(//\)$' \| \
337          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
338 $as_echo X"$as_dir" |
339     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
340             s//\1/
341             q
342           }
343           /^X\(\/\/\)[^/].*/{
344             s//\1/
345             q
346           }
347           /^X\(\/\/\)$/{
348             s//\1/
349             q
350           }
351           /^X\(\/\).*/{
352             s//\1/
353             q
354           }
355           s/.*/./; q'`
356       test -d "$as_dir" && break
357     done
358     test -z "$as_dirs" || eval "mkdir $as_dirs"
359   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
360
361
362 } # as_fn_mkdir_p
363
364 # as_fn_executable_p FILE
365 # -----------------------
366 # Test if FILE is an executable regular file.
367 as_fn_executable_p ()
368 {
369   test -f "$1" && test -x "$1"
370 } # as_fn_executable_p
371 # as_fn_append VAR VALUE
372 # ----------------------
373 # Append the text in VALUE to the end of the definition contained in VAR. Take
374 # advantage of any shell optimizations that allow amortized linear growth over
375 # repeated appends, instead of the typical quadratic growth present in naive
376 # implementations.
377 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
378   eval 'as_fn_append ()
379   {
380     eval $1+=\$2
381   }'
382 else
383   as_fn_append ()
384   {
385     eval $1=\$$1\$2
386   }
387 fi # as_fn_append
388
389 # as_fn_arith ARG...
390 # ------------------
391 # Perform arithmetic evaluation on the ARGs, and store the result in the
392 # global $as_val. Take advantage of shells that can avoid forks. The arguments
393 # must be portable across $(()) and expr.
394 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
395   eval 'as_fn_arith ()
396   {
397     as_val=$(( $* ))
398   }'
399 else
400   as_fn_arith ()
401   {
402     as_val=`expr "$@" || test $? -eq 1`
403   }
404 fi # as_fn_arith
405
406
407 # as_fn_error STATUS ERROR [LINENO LOG_FD]
408 # ----------------------------------------
409 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
410 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
411 # script with STATUS, using 1 if that was 0.
412 as_fn_error ()
413 {
414   as_status=$1; test $as_status -eq 0 && as_status=1
415   if test "$4"; then
416     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
417     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418   fi
419   $as_echo "$as_me: error: $2" >&2
420   as_fn_exit $as_status
421 } # as_fn_error
422
423 if expr a : '\(a\)' >/dev/null 2>&1 &&
424    test "X`expr 00001 : '.*\(...\)'`" = X001; then
425   as_expr=expr
426 else
427   as_expr=false
428 fi
429
430 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
431   as_basename=basename
432 else
433   as_basename=false
434 fi
435
436 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
437   as_dirname=dirname
438 else
439   as_dirname=false
440 fi
441
442 as_me=`$as_basename -- "$0" ||
443 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
444          X"$0" : 'X\(//\)$' \| \
445          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 $as_echo X/"$0" |
447     sed '/^.*\/\([^/][^/]*\)\/*$/{
448             s//\1/
449             q
450           }
451           /^X\/\(\/\/\)$/{
452             s//\1/
453             q
454           }
455           /^X\/\(\/\).*/{
456             s//\1/
457             q
458           }
459           s/.*/./; q'`
460
461 # Avoid depending upon Character Ranges.
462 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
463 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
464 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
465 as_cr_digits='0123456789'
466 as_cr_alnum=$as_cr_Letters$as_cr_digits
467
468
469   as_lineno_1=$LINENO as_lineno_1a=$LINENO
470   as_lineno_2=$LINENO as_lineno_2a=$LINENO
471   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
472   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
473   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
474   sed -n '
475     p
476     /[$]LINENO/=
477   ' <$as_myself |
478     sed '
479       s/[$]LINENO.*/&-/
480       t lineno
481       b
482       :lineno
483       N
484       :loop
485       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
486       t loop
487       s/-\n.*//
488     ' >$as_me.lineno &&
489   chmod +x "$as_me.lineno" ||
490     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
491
492   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
493   # already done that, so ensure we don't try to do so again and fall
494   # in an infinite loop.  This has already happened in practice.
495   _as_can_reexec=no; export _as_can_reexec
496   # Don't try to exec as it changes $[0], causing all sort of problems
497   # (the dirname of $[0] is not the place where we might find the
498   # original and so on.  Autoconf is especially sensitive to this).
499   . "./$as_me.lineno"
500   # Exit status is that of the last command.
501   exit
502 }
503
504 ECHO_C= ECHO_N= ECHO_T=
505 case `echo -n x` in #(((((
506 -n*)
507   case `echo 'xy\c'` in
508   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
509   xy)  ECHO_C='\c';;
510   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
511        ECHO_T=' ';;
512   esac;;
513 *)
514   ECHO_N='-n';;
515 esac
516
517 rm -f conf$$ conf$$.exe conf$$.file
518 if test -d conf$$.dir; then
519   rm -f conf$$.dir/conf$$.file
520 else
521   rm -f conf$$.dir
522   mkdir conf$$.dir 2>/dev/null
523 fi
524 if (echo >conf$$.file) 2>/dev/null; then
525   if ln -s conf$$.file conf$$ 2>/dev/null; then
526     as_ln_s='ln -s'
527     # ... but there are two gotchas:
528     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
529     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
530     # In both cases, we have to default to `cp -pR'.
531     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
532       as_ln_s='cp -pR'
533   elif ln conf$$.file conf$$ 2>/dev/null; then
534     as_ln_s=ln
535   else
536     as_ln_s='cp -pR'
537   fi
538 else
539   as_ln_s='cp -pR'
540 fi
541 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
542 rmdir conf$$.dir 2>/dev/null
543
544 if mkdir -p . 2>/dev/null; then
545   as_mkdir_p='mkdir -p "$as_dir"'
546 else
547   test -d ./-p && rmdir ./-p
548   as_mkdir_p=false
549 fi
550
551 as_test_x='test -x'
552 as_executable_p=as_fn_executable_p
553
554 # Sed expression to map a string onto a valid CPP name.
555 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556
557 # Sed expression to map a string onto a valid variable name.
558 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
559
560
561 test -n "$DJDIR" || exec 7<&0 </dev/null
562 exec 6>&1
563
564 # Name of the host.
565 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
566 # so uname gets run too.
567 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
568
569 #
570 # Initializations.
571 #
572 ac_default_prefix=/usr/local
573 ac_clean_files=
574 ac_config_libobj_dir=.
575 LIBOBJS=
576 cross_compiling=no
577 subdirs=
578 MFLAGS=
579 MAKEFLAGS=
580
581 # Identity of this package.
582 PACKAGE_NAME='wxWidgets'
583 PACKAGE_TARNAME='wxwidgets'
584 PACKAGE_VERSION='2.9.5'
585 PACKAGE_STRING='wxWidgets 2.9.5'
586 PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
587 PACKAGE_URL=''
588
589 ac_unique_file="wx-config.in"
590 # Factoring default headers for most tests.
591 ac_includes_default="\
592 #include <stdio.h>
593 #ifdef HAVE_SYS_TYPES_H
594 # include <sys/types.h>
595 #endif
596 #ifdef HAVE_SYS_STAT_H
597 # include <sys/stat.h>
598 #endif
599 #ifdef STDC_HEADERS
600 # include <stdlib.h>
601 # include <stddef.h>
602 #else
603 # ifdef HAVE_STDLIB_H
604 #  include <stdlib.h>
605 # endif
606 #endif
607 #ifdef HAVE_STRING_H
608 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
609 #  include <memory.h>
610 # endif
611 # include <string.h>
612 #endif
613 #ifdef HAVE_STRINGS_H
614 # include <strings.h>
615 #endif
616 #ifdef HAVE_INTTYPES_H
617 # include <inttypes.h>
618 #endif
619 #ifdef HAVE_STDINT_H
620 # include <stdint.h>
621 #endif
622 #ifdef HAVE_UNISTD_H
623 # include <unistd.h>
624 #endif"
625
626 enable_option_checking=no
627 ac_subst_vars='LTLIBOBJS
628 LIBOBJS
629 CPPUNIT_CONFIG
630 DLLTOOL
631 GCC
632 MACSETFILE
633 POSTLINK_COMMAND
634 LIBWXMACRES
635 WX_RESOURCES_MACOSX_DATA
636 WX_RESOURCES_MACOSX_ASCII
637 RESPROGRAMOBJ
638 RESFLAGS
639 RESCOMP
640 WX_VERSION_TAG
641 DMALLOC_LIBS
642 OPENGL_LIBS
643 LDFLAGS_GL
644 SAMPLES_SUBDIRS
645 DISTDIR
646 GUIDIST
647 WXCONFIG_RESFLAGS
648 WXCONFIG_LDFLAGS_GUI
649 WXCONFIG_LDFLAGS
650 WXCONFIG_RPATH
651 WXCONFIG_LIBS
652 WXCONFIG_CXXFLAGS
653 WXCONFIG_CFLAGS
654 WXCONFIG_CPPFLAGS
655 WX_CHARTYPE
656 WX_SUBVERSION
657 WX_VERSION
658 WX_RELEASE
659 WIDGET_SET
660 cross_compiling
661 TOOLCHAIN_FULLNAME
662 TOOLCHAIN_NAME
663 TOOLKIT_DIR
664 TOOLKIT
665 WIN32INSTALL
666 AFMINSTALL
667 USE_GUI
668 WX_LIBRARY_BASENAME_GUI
669 WX_LIBRARY_BASENAME_NOGUI
670 SHARED
671 DEREZ
672 COND_wxUSE_ZLIB_builtin
673 COND_wxUSE_REGEX_builtin
674 COND_wxUSE_LIBTIFF_builtin
675 COND_wxUSE_LIBPNG_builtin
676 COND_wxUSE_LIBJPEG_builtin
677 COND_wxUSE_EXPAT_builtin
678 COND_WXUNIV_1
679 COND_WXUNIV_0
680 COND_WITH_PLUGIN_SDL_1
681 COND_WINDOWS_IMPLIB_1
682 COND_USE_XRC_1
683 COND_USE_THREADS_1
684 COND_USE_THREADS_0
685 COND_USE_STC_1
686 COND_USE_SOVERSOLARIS_1
687 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
688 COND_USE_SOVERSION_0
689 COND_USE_SOVERLINUX_1
690 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
691 COND_USE_SOTWOSYMLINKS_1
692 COND_USE_RTTI_1
693 COND_USE_RTTI_0
694 COND_USE_PLUGINS_0
695 COND_USE_PCH_1
696 COND_USE_OPENGL_1
697 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
698 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
699 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
700 COND_USE_GUI_1_WXUNIV_1
701 COND_USE_GUI_1_WXUNIV_0
702 COND_USE_GUI_1_USE_OPENGL_1
703 COND_USE_GUI_1
704 COND_USE_GUI_0
705 COND_USE_EXCEPTIONS_1
706 COND_USE_EXCEPTIONS_0
707 COND_USE_CAIRO_1
708 COND_UNICODE_1
709 COND_TOOLKIT_X11_USE_GUI_1
710 COND_TOOLKIT_X11
711 COND_TOOLKIT_WINCE_WXUNIV_0
712 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
713 COND_TOOLKIT_WINCE_USE_GUI_1
714 COND_TOOLKIT_WINCE
715 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
716 COND_TOOLKIT_PM_USE_GUI_1
717 COND_TOOLKIT_PM
718 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
719 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
720 COND_TOOLKIT_OSX_IPHONE
721 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
722 COND_TOOLKIT_OSX_COCOA
723 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
724 COND_TOOLKIT_OSX_CARBON
725 COND_TOOLKIT_MSW_WXUNIV_0
726 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
727 COND_TOOLKIT_MSW_USE_GUI_1
728 COND_TOOLKIT_MSW
729 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
730 COND_TOOLKIT_MOTIF_USE_GUI_1
731 COND_TOOLKIT_MOTIF
732 COND_TOOLKIT_MAC
733 COND_TOOLKIT_GTK_USE_GUI_1
734 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
735 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
736 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
737 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
738 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
739 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
740 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1
741 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
742 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1
743 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
744 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
745 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
746 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
747 COND_TOOLKIT_GTK
748 COND_TOOLKIT_DFB_USE_GUI_1
749 COND_TOOLKIT_DFB
750 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
751 COND_TOOLKIT_COCOA_USE_GUI_1
752 COND_TOOLKIT_COCOA
753 COND_TOOLKIT_
754 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
755 COND_SHARED_1
756 COND_SHARED_0_wxUSE_ZLIB_builtin
757 COND_SHARED_0_wxUSE_REGEX_builtin
758 COND_SHARED_0_wxUSE_EXPAT_builtin
759 COND_SHARED_0_USE_STC_1
760 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
761 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
762 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
763 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
764 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
765 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
766 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
767 COND_SHARED_0
768 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
769 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
770 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
771 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
772 COND_PLATFORM_WIN32_1_SHARED_0
773 COND_PLATFORM_WIN32_1
774 COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3
775 COND_PLATFORM_WIN32_0
776 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
777 COND_PLATFORM_UNIX_1_USE_GUI_1
778 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
779 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
780 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
781 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
782 COND_PLATFORM_UNIX_1
783 COND_PLATFORM_UNIX_0
784 COND_PLATFORM_OS2_1
785 COND_PLATFORM_MSDOS_1
786 COND_PLATFORM_MSDOS_0
787 COND_PLATFORM_MAC_1
788 COND_PLATFORM_MAC_0
789 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
790 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
791 COND_PLATFORM_MACOSX_1_USE_GUI_1
792 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
793 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
794 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
795 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
796 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
797 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
798 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
799 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
800 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
801 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
802 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
803 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
804 COND_PLATFORM_MACOSX_1
805 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
806 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
807 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
808 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
809 COND_MONOLITHIC_1_SHARED_1
810 COND_MONOLITHIC_1_SHARED_0
811 COND_MONOLITHIC_1
812 COND_MONOLITHIC_0_USE_XRC_1
813 COND_MONOLITHIC_0_USE_WEBVIEW_1
814 COND_MONOLITHIC_0_USE_STC_1
815 COND_MONOLITHIC_0_USE_RICHTEXT_1
816 COND_MONOLITHIC_0_USE_RIBBON_1
817 COND_MONOLITHIC_0_USE_QA_1
818 COND_MONOLITHIC_0_USE_PROPGRID_1
819 COND_MONOLITHIC_0_USE_MEDIA_1
820 COND_MONOLITHIC_0_USE_HTML_1
821 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
822 COND_MONOLITHIC_0_USE_GUI_1
823 COND_MONOLITHIC_0_USE_AUI_1
824 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
825 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
826 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
827 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
828 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
829 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
830 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
831 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
832 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
833 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
834 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
835 COND_MONOLITHIC_0_SHARED_1
836 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
837 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
838 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
839 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
840 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
841 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
842 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
843 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
844 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
845 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
846 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
847 COND_MONOLITHIC_0_SHARED_0
848 COND_MONOLITHIC_0
849 COND_ICC_PCH_1
850 COND_GCC_PCH_1
851 COND_DEPS_TRACKING_1
852 COND_DEPS_TRACKING_0
853 COND_DEBUG_INFO_1
854 COND_DEBUG_INFO_0
855 COND_DEBUG_FLAG_0
856 COND_BUILD_release_DEBUG_INFO_default
857 COND_BUILD_release
858 COND_BUILD_debug_DEBUG_INFO_default
859 COND_BUILD_debug
860 BK_MAKE_PCH
861 ICC_PCH_USE_SWITCH
862 ICC_PCH_CREATE_SWITCH
863 ICC_PCH
864 GCC_PCH
865 OBJCXXFLAGS
866 SETFILE
867 REZ
868 WINDRES
869 BK_DEPS
870 DEPS_TRACKING
871 SONAME_FLAG
872 USE_SOTWOSYMLINKS
873 USE_MACVERSION
874 USE_SOVERCYGWIN
875 USE_SOVERSOLARIS
876 USE_SOVERLINUX
877 USE_SOVERSION
878 WINDOWS_IMPLIB
879 PIC_FLAG
880 SHARED_LD_MODULE_CXX
881 SHARED_LD_MODULE_CC
882 SHARED_LD_CXX
883 SHARED_LD_CC
884 AIX_CXX_LD
885 dlldir
886 DLLPREFIX_MODULE
887 DLLPREFIX
888 LIBEXT
889 LIBPREFIX
890 DLLIMP_SUFFIX
891 SO_SUFFIX_MODULE
892 SO_SUFFIX
893 PLATFORM_BEOS
894 PLATFORM_OS2
895 PLATFORM_MACOSX
896 PLATFORM_MACOS
897 PLATFORM_MAC
898 PLATFORM_MSDOS
899 PLATFORM_WIN32
900 PLATFORM_UNIX
901 IF_GNU_MAKE
902 LDFLAGS_GUI
903 INSTALL_DIR
904 NM
905 STRIP
906 AROPTIONS
907 MAKE_SET
908 SET_MAKE
909 LN_S
910 INSTALL_DATA
911 INSTALL_SCRIPT
912 INSTALL_PROGRAM
913 RANLIB
914 CPPUNIT_LIBS
915 CPPUNIT_CFLAGS
916 HOST_SUFFIX
917 HEADER_PAD_OPTION
918 SAMPLES_RPATH_FLAG
919 DYLIB_RPATH_POSTLINK
920 DYLIB_RPATH_INSTALL
921 TOOLKIT_VERSION
922 TOOLKIT_LOWERCASE
923 DEBUG_FLAG
924 DEBUG_INFO
925 UNICODE
926 WITH_PLUGIN_SDL
927 EXTRALIBS_STC
928 EXTRALIBS_SDL
929 EXTRALIBS_OPENGL
930 EXTRALIBS_GUI
931 EXTRALIBS_MEDIA
932 EXTRALIBS_HTML
933 EXTRALIBS_XML
934 EXTRALIBS
935 CXXWARNINGS
936 USE_PLUGINS
937 MONOLITHIC
938 WXUNIV
939 WX_LIB_FLAVOUR
940 WX_FLAVOUR
941 OFFICIAL_BUILD
942 VENDOR
943 wxUSE_LIBTIFF
944 wxUSE_LIBPNG
945 wxUSE_LIBJPEG
946 wxUSE_EXPAT
947 wxUSE_REGEX
948 wxUSE_ZLIB
949 STD_GUI_LIBS
950 STD_BASE_LIBS
951 BUILT_WX_LIBS
952 ALL_WX_LIBS
953 GST_LIBS
954 GST_CFLAGS
955 CAIRO_LIBS
956 CAIRO_CFLAGS
957 WEBKIT_LIBS
958 WEBKIT_CFLAGS
959 COND_PYTHON
960 PYTHON
961 HILDON2_LIBS
962 HILDON2_CFLAGS
963 HILDON_LIBS
964 HILDON_CFLAGS
965 LIBNOTIFY_LIBS
966 LIBNOTIFY_CFLAGS
967 GNOMEVFS_LIBS
968 GNOMEVFS_CFLAGS
969 LIBGNOMEPRINTUI_LIBS
970 LIBGNOMEPRINTUI_CFLAGS
971 GTKPRINT_LIBS
972 GTKPRINT_CFLAGS
973 SDL_LIBS
974 SDL_CFLAGS
975 SDL_CONFIG
976 GXX_VERSION
977 LIBICONV
978 CXXFLAGS_VISIBILITY
979 CFLAGS_VISIBILITY
980 MesaGL_LIBS
981 MesaGL_CFLAGS
982 GLU_LIBS
983 GLU_CFLAGS
984 GL_LIBS
985 GL_CFLAGS
986 SM_LIBS
987 SM_CFLAGS
988 Xxf86vm_LIBS
989 Xxf86vm_CFLAGS
990 Xinerama_LIBS
991 Xinerama_CFLAGS
992 PANGOXFT_LIBS
993 PANGOXFT_CFLAGS
994 PANGOFT2_LIBS
995 PANGOFT2_CFLAGS
996 PANGOX_LIBS
997 PANGOX_CFLAGS
998 X_EXTRA_LIBS
999 X_LIBS
1000 X_PRE_LIBS
1001 X_CFLAGS
1002 XMKMF
1003 DIRECTFB_LIBS
1004 DIRECTFB_CFLAGS
1005 GTK_CONFIG
1006 GTK_LIBS
1007 GTK_CFLAGS
1008 PKG_CONFIG
1009 subdirs
1010 CXXCPP
1011 AR
1012 ac_ct_CXX
1013 CXXFLAGS
1014 CXX
1015 EGREP
1016 GREP
1017 CPP
1018 OBJEXT
1019 EXEEXT
1020 ac_ct_CC
1021 CPPFLAGS
1022 LDFLAGS
1023 CFLAGS
1024 CC
1025 wx_top_builddir
1026 host_os
1027 host_vendor
1028 host_cpu
1029 host
1030 build_os
1031 build_vendor
1032 build_cpu
1033 build
1034 target_alias
1035 host_alias
1036 build_alias
1037 LIBS
1038 ECHO_T
1039 ECHO_N
1040 ECHO_C
1041 DEFS
1042 mandir
1043 localedir
1044 libdir
1045 psdir
1046 pdfdir
1047 dvidir
1048 htmldir
1049 infodir
1050 docdir
1051 oldincludedir
1052 includedir
1053 localstatedir
1054 sharedstatedir
1055 sysconfdir
1056 datadir
1057 datarootdir
1058 libexecdir
1059 sbindir
1060 bindir
1061 program_transform_name
1062 prefix
1063 exec_prefix
1064 PACKAGE_URL
1065 PACKAGE_BUGREPORT
1066 PACKAGE_STRING
1067 PACKAGE_VERSION
1068 PACKAGE_TARNAME
1069 PACKAGE_NAME
1070 PATH_SEPARATOR
1071 SHELL'
1072 ac_subst_files=''
1073 ac_user_opts='
1074 enable_option_checking
1075 enable_gui
1076 enable_monolithic
1077 enable_plugins
1078 with_subdirs
1079 with_flavour
1080 enable_official_build
1081 enable_vendor
1082 enable_all_features
1083 enable_universal
1084 with_themes
1085 with_gtk
1086 with_motif
1087 with_osx_carbon
1088 with_osx_cocoa
1089 with_osx_iphone
1090 with_osx
1091 with_carbon
1092 with_cocoa
1093 with_iphone
1094 with_mac
1095 with_old_cocoa
1096 with_wine
1097 with_msw
1098 with_pm
1099 with_directfb
1100 with_microwin
1101 with_x11
1102 enable_nanox
1103 enable_gpe
1104 with_libpng
1105 with_libjpeg
1106 with_libtiff
1107 with_libxpm
1108 with_libiconv
1109 with_libmspack
1110 with_gtkprint
1111 with_gnomeprint
1112 with_gnomevfs
1113 with_libnotify
1114 with_hildon
1115 with_opengl
1116 with_dmalloc
1117 with_sdl
1118 with_regex
1119 with_zlib
1120 with_expat
1121 with_macosx_sdk
1122 with_macosx_version_min
1123 enable_debug
1124 enable_debug_flag
1125 enable_debug_info
1126 enable_debug_gdb
1127 enable_debug_cntxt
1128 enable_mem_tracing
1129 enable_shared
1130 enable_stl
1131 enable_std_containers
1132 enable_std_iostreams
1133 enable_std_string
1134 enable_std_string_conv_in_wxstring
1135 enable_unicode
1136 enable_mslu
1137 enable_utf8
1138 enable_utf8only
1139 enable_extended_rtti
1140 enable_omf
1141 enable_optimise
1142 enable_profile
1143 enable_no_rtti
1144 enable_no_exceptions
1145 enable_permissive
1146 enable_no_deps
1147 enable_vararg_macros
1148 enable_universal_binary
1149 enable_macosx_arch
1150 enable_compat26
1151 enable_compat28
1152 enable_rpath
1153 enable_objc_uniquifying
1154 enable_visibility
1155 enable_tls
1156 enable_intl
1157 enable_xlocale
1158 enable_config
1159 enable_protocols
1160 enable_ftp
1161 enable_http
1162 enable_fileproto
1163 enable_sockets
1164 enable_ipv6
1165 enable_ole
1166 enable_dataobj
1167 enable_ipc
1168 enable_baseevtloop
1169 enable_epollloop
1170 enable_selectloop
1171 enable_any
1172 enable_apple_ieee
1173 enable_arcstream
1174 enable_base64
1175 enable_backtrace
1176 enable_catch_segvs
1177 enable_cmdline
1178 enable_datetime
1179 enable_debugreport
1180 enable_dialupman
1181 enable_dynlib
1182 enable_dynamicloader
1183 enable_exceptions
1184 enable_ffile
1185 enable_file
1186 enable_filehistory
1187 enable_filesystem
1188 enable_fontenum
1189 enable_fontmap
1190 enable_fs_archive
1191 enable_fs_inet
1192 enable_fs_zip
1193 enable_fsvolume
1194 enable_fswatcher
1195 enable_geometry
1196 enable_log
1197 enable_longlong
1198 enable_mimetype
1199 enable_printfposparam
1200 enable_snglinst
1201 enable_sound
1202 enable_stdpaths
1203 enable_stopwatch
1204 enable_streams
1205 enable_sysoptions
1206 enable_tarstream
1207 enable_textbuf
1208 enable_textfile
1209 enable_timer
1210 enable_variant
1211 enable_zipstream
1212 enable_url
1213 enable_protocol
1214 enable_protocol_http
1215 enable_protocol_ftp
1216 enable_protocol_file
1217 enable_threads
1218 enable_iniconf
1219 enable_regkey
1220 enable_docview
1221 enable_help
1222 enable_mshtmlhelp
1223 enable_html
1224 enable_htmlhelp
1225 enable_xrc
1226 enable_aui
1227 enable_propgrid
1228 enable_ribbon
1229 enable_stc
1230 enable_constraints
1231 enable_loggui
1232 enable_logwin
1233 enable_logdialog
1234 enable_mdi
1235 enable_mdidoc
1236 enable_mediactrl
1237 enable_gstreamer8
1238 enable_richtext
1239 enable_postscript
1240 enable_printarch
1241 enable_svg
1242 enable_webkit
1243 enable_webview
1244 enable_graphics_ctx
1245 enable_clipboard
1246 enable_dnd
1247 enable_controls
1248 enable_markup
1249 enable_accel
1250 enable_animatectrl
1251 enable_bannerwindow
1252 enable_artstd
1253 enable_arttango
1254 enable_bmpbutton
1255 enable_bmpcombobox
1256 enable_button
1257 enable_calendar
1258 enable_caret
1259 enable_checkbox
1260 enable_checklst
1261 enable_choice
1262 enable_choicebook
1263 enable_collpane
1264 enable_colourpicker
1265 enable_combobox
1266 enable_comboctrl
1267 enable_commandlinkbutton
1268 enable_dataviewctrl
1269 enable_datepick
1270 enable_detect_sm
1271 enable_dirpicker
1272 enable_display
1273 enable_editablebox
1274 enable_filectrl
1275 enable_filepicker
1276 enable_fontpicker
1277 enable_gauge
1278 enable_grid
1279 enable_headerctrl
1280 enable_hyperlink
1281 enable_imaglist
1282 enable_infobar
1283 enable_listbook
1284 enable_listbox
1285 enable_listctrl
1286 enable_notebook
1287 enable_notifmsg
1288 enable_odcombobox
1289 enable_popupwin
1290 enable_radiobox
1291 enable_radiobtn
1292 enable_richmsgdlg
1293 enable_richtooltip
1294 enable_rearrangectrl
1295 enable_sash
1296 enable_scrollbar
1297 enable_searchctrl
1298 enable_slider
1299 enable_spinbtn
1300 enable_spinctrl
1301 enable_splitter
1302 enable_statbmp
1303 enable_statbox
1304 enable_statline
1305 enable_stattext
1306 enable_statusbar
1307 enable_taskbaricon
1308 enable_tbarnative
1309 enable_textctrl
1310 enable_tipwindow
1311 enable_togglebtn
1312 enable_toolbar
1313 enable_toolbook
1314 enable_treebook
1315 enable_treectrl
1316 enable_treelist
1317 enable_commondlg
1318 enable_aboutdlg
1319 enable_choicedlg
1320 enable_coldlg
1321 enable_filedlg
1322 enable_finddlg
1323 enable_fontdlg
1324 enable_dirdlg
1325 enable_msgdlg
1326 enable_numberdlg
1327 enable_splash
1328 enable_textdlg
1329 enable_tipdlg
1330 enable_progressdlg
1331 enable_wizarddlg
1332 enable_menus
1333 enable_miniframe
1334 enable_tooltips
1335 enable_splines
1336 enable_mousewheel
1337 enable_validators
1338 enable_busyinfo
1339 enable_hotkey
1340 enable_joystick
1341 enable_metafile
1342 enable_dragimage
1343 enable_accessibility
1344 enable_uiactionsim
1345 enable_dctransform
1346 enable_webviewwebkit
1347 enable_palette
1348 enable_image
1349 enable_gif
1350 enable_pcx
1351 enable_tga
1352 enable_iff
1353 enable_pnm
1354 enable_xpm
1355 enable_ico_cur
1356 enable_dccache
1357 enable_ps_in_msw
1358 enable_ownerdrawn
1359 enable_uxtheme
1360 enable_wxdib
1361 enable_webviewie
1362 enable_autoidman
1363 enable_largefile
1364 enable_gtktest
1365 with_gtk_prefix
1366 with_gtk_exec_prefix
1367 with_x
1368 with_libiconv_prefix
1369 with_sdl_prefix
1370 with_sdl_exec_prefix
1371 enable_sdltest
1372 enable_dependency_tracking
1373 enable_precomp_headers
1374 with_cppunit_prefix
1375 with_cppunit_exec_prefix
1376 '
1377       ac_precious_vars='build_alias
1378 host_alias
1379 target_alias
1380 CC
1381 CFLAGS
1382 LDFLAGS
1383 LIBS
1384 CPPFLAGS
1385 CPP
1386 CXX
1387 CXXFLAGS
1388 CCC
1389 CXXCPP
1390 PKG_CONFIG
1391 DIRECTFB_CFLAGS
1392 DIRECTFB_LIBS
1393 XMKMF
1394 PANGOX_CFLAGS
1395 PANGOX_LIBS
1396 PANGOFT2_CFLAGS
1397 PANGOFT2_LIBS
1398 PANGOXFT_CFLAGS
1399 PANGOXFT_LIBS
1400 Xinerama_CFLAGS
1401 Xinerama_LIBS
1402 Xxf86vm_CFLAGS
1403 Xxf86vm_LIBS
1404 SM_CFLAGS
1405 SM_LIBS
1406 GL_CFLAGS
1407 GL_LIBS
1408 GLU_CFLAGS
1409 GLU_LIBS
1410 MesaGL_CFLAGS
1411 MesaGL_LIBS
1412 GTKPRINT_CFLAGS
1413 GTKPRINT_LIBS
1414 LIBGNOMEPRINTUI_CFLAGS
1415 LIBGNOMEPRINTUI_LIBS
1416 GNOMEVFS_CFLAGS
1417 GNOMEVFS_LIBS
1418 LIBNOTIFY_CFLAGS
1419 LIBNOTIFY_LIBS
1420 HILDON_CFLAGS
1421 HILDON_LIBS
1422 HILDON2_CFLAGS
1423 HILDON2_LIBS
1424 WEBKIT_CFLAGS
1425 WEBKIT_LIBS
1426 CAIRO_CFLAGS
1427 CAIRO_LIBS
1428 GST_CFLAGS
1429 GST_LIBS'
1430 ac_subdirs_all='src/tiff
1431 src/expat'
1432
1433 # Initialize some variables set by options.
1434 ac_init_help=
1435 ac_init_version=false
1436 ac_unrecognized_opts=
1437 ac_unrecognized_sep=
1438 # The variables have the same names as the options, with
1439 # dashes changed to underlines.
1440 cache_file=/dev/null
1441 exec_prefix=NONE
1442 no_create=
1443 no_recursion=
1444 prefix=NONE
1445 program_prefix=NONE
1446 program_suffix=NONE
1447 program_transform_name=s,x,x,
1448 silent=
1449 site=
1450 srcdir=
1451 verbose=
1452 x_includes=NONE
1453 x_libraries=NONE
1454
1455 # Installation directory options.
1456 # These are left unexpanded so users can "make install exec_prefix=/foo"
1457 # and all the variables that are supposed to be based on exec_prefix
1458 # by default will actually change.
1459 # Use braces instead of parens because sh, perl, etc. also accept them.
1460 # (The list follows the same order as the GNU Coding Standards.)
1461 bindir='${exec_prefix}/bin'
1462 sbindir='${exec_prefix}/sbin'
1463 libexecdir='${exec_prefix}/libexec'
1464 datarootdir='${prefix}/share'
1465 datadir='${datarootdir}'
1466 sysconfdir='${prefix}/etc'
1467 sharedstatedir='${prefix}/com'
1468 localstatedir='${prefix}/var'
1469 includedir='${prefix}/include'
1470 oldincludedir='/usr/include'
1471 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1472 infodir='${datarootdir}/info'
1473 htmldir='${docdir}'
1474 dvidir='${docdir}'
1475 pdfdir='${docdir}'
1476 psdir='${docdir}'
1477 libdir='${exec_prefix}/lib'
1478 localedir='${datarootdir}/locale'
1479 mandir='${datarootdir}/man'
1480
1481 ac_prev=
1482 ac_dashdash=
1483 for ac_option
1484 do
1485   # If the previous option needs an argument, assign it.
1486   if test -n "$ac_prev"; then
1487     eval $ac_prev=\$ac_option
1488     ac_prev=
1489     continue
1490   fi
1491
1492   case $ac_option in
1493   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1494   *=)   ac_optarg= ;;
1495   *)    ac_optarg=yes ;;
1496   esac
1497
1498   # Accept the important Cygnus configure options, so we can diagnose typos.
1499
1500   case $ac_dashdash$ac_option in
1501   --)
1502     ac_dashdash=yes ;;
1503
1504   -bindir | --bindir | --bindi | --bind | --bin | --bi)
1505     ac_prev=bindir ;;
1506   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1507     bindir=$ac_optarg ;;
1508
1509   -build | --build | --buil | --bui | --bu)
1510     ac_prev=build_alias ;;
1511   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1512     build_alias=$ac_optarg ;;
1513
1514   -cache-file | --cache-file | --cache-fil | --cache-fi \
1515   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1516     ac_prev=cache_file ;;
1517   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1518   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1519     cache_file=$ac_optarg ;;
1520
1521   --config-cache | -C)
1522     cache_file=config.cache ;;
1523
1524   -datadir | --datadir | --datadi | --datad)
1525     ac_prev=datadir ;;
1526   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1527     datadir=$ac_optarg ;;
1528
1529   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1530   | --dataroo | --dataro | --datar)
1531     ac_prev=datarootdir ;;
1532   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1533   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1534     datarootdir=$ac_optarg ;;
1535
1536   -disable-* | --disable-*)
1537     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1538     # Reject names that are not valid shell variable names.
1539     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1540       as_fn_error $? "invalid feature name: $ac_useropt"
1541     ac_useropt_orig=$ac_useropt
1542     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1543     case $ac_user_opts in
1544       *"
1545 "enable_$ac_useropt"
1546 "*) ;;
1547       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1548          ac_unrecognized_sep=', ';;
1549     esac
1550     eval enable_$ac_useropt=no ;;
1551
1552   -docdir | --docdir | --docdi | --doc | --do)
1553     ac_prev=docdir ;;
1554   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1555     docdir=$ac_optarg ;;
1556
1557   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1558     ac_prev=dvidir ;;
1559   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1560     dvidir=$ac_optarg ;;
1561
1562   -enable-* | --enable-*)
1563     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1564     # Reject names that are not valid shell variable names.
1565     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1566       as_fn_error $? "invalid feature name: $ac_useropt"
1567     ac_useropt_orig=$ac_useropt
1568     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1569     case $ac_user_opts in
1570       *"
1571 "enable_$ac_useropt"
1572 "*) ;;
1573       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1574          ac_unrecognized_sep=', ';;
1575     esac
1576     eval enable_$ac_useropt=\$ac_optarg ;;
1577
1578   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1579   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1580   | --exec | --exe | --ex)
1581     ac_prev=exec_prefix ;;
1582   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1583   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1584   | --exec=* | --exe=* | --ex=*)
1585     exec_prefix=$ac_optarg ;;
1586
1587   -gas | --gas | --ga | --g)
1588     # Obsolete; use --with-gas.
1589     with_gas=yes ;;
1590
1591   -help | --help | --hel | --he | -h)
1592     ac_init_help=long ;;
1593   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1594     ac_init_help=recursive ;;
1595   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1596     ac_init_help=short ;;
1597
1598   -host | --host | --hos | --ho)
1599     ac_prev=host_alias ;;
1600   -host=* | --host=* | --hos=* | --ho=*)
1601     host_alias=$ac_optarg ;;
1602
1603   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1604     ac_prev=htmldir ;;
1605   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1606   | --ht=*)
1607     htmldir=$ac_optarg ;;
1608
1609   -includedir | --includedir | --includedi | --included | --include \
1610   | --includ | --inclu | --incl | --inc)
1611     ac_prev=includedir ;;
1612   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1613   | --includ=* | --inclu=* | --incl=* | --inc=*)
1614     includedir=$ac_optarg ;;
1615
1616   -infodir | --infodir | --infodi | --infod | --info | --inf)
1617     ac_prev=infodir ;;
1618   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1619     infodir=$ac_optarg ;;
1620
1621   -libdir | --libdir | --libdi | --libd)
1622     ac_prev=libdir ;;
1623   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1624     libdir=$ac_optarg ;;
1625
1626   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1627   | --libexe | --libex | --libe)
1628     ac_prev=libexecdir ;;
1629   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1630   | --libexe=* | --libex=* | --libe=*)
1631     libexecdir=$ac_optarg ;;
1632
1633   -localedir | --localedir | --localedi | --localed | --locale)
1634     ac_prev=localedir ;;
1635   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1636     localedir=$ac_optarg ;;
1637
1638   -localstatedir | --localstatedir | --localstatedi | --localstated \
1639   | --localstate | --localstat | --localsta | --localst | --locals)
1640     ac_prev=localstatedir ;;
1641   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1642   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1643     localstatedir=$ac_optarg ;;
1644
1645   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1646     ac_prev=mandir ;;
1647   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1648     mandir=$ac_optarg ;;
1649
1650   -nfp | --nfp | --nf)
1651     # Obsolete; use --without-fp.
1652     with_fp=no ;;
1653
1654   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1655   | --no-cr | --no-c | -n)
1656     no_create=yes ;;
1657
1658   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1659   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1660     no_recursion=yes ;;
1661
1662   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1663   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1664   | --oldin | --oldi | --old | --ol | --o)
1665     ac_prev=oldincludedir ;;
1666   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1667   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1668   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1669     oldincludedir=$ac_optarg ;;
1670
1671   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1672     ac_prev=prefix ;;
1673   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1674     prefix=$ac_optarg ;;
1675
1676   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1677   | --program-pre | --program-pr | --program-p)
1678     ac_prev=program_prefix ;;
1679   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1680   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1681     program_prefix=$ac_optarg ;;
1682
1683   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1684   | --program-suf | --program-su | --program-s)
1685     ac_prev=program_suffix ;;
1686   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1687   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1688     program_suffix=$ac_optarg ;;
1689
1690   -program-transform-name | --program-transform-name \
1691   | --program-transform-nam | --program-transform-na \
1692   | --program-transform-n | --program-transform- \
1693   | --program-transform | --program-transfor \
1694   | --program-transfo | --program-transf \
1695   | --program-trans | --program-tran \
1696   | --progr-tra | --program-tr | --program-t)
1697     ac_prev=program_transform_name ;;
1698   -program-transform-name=* | --program-transform-name=* \
1699   | --program-transform-nam=* | --program-transform-na=* \
1700   | --program-transform-n=* | --program-transform-=* \
1701   | --program-transform=* | --program-transfor=* \
1702   | --program-transfo=* | --program-transf=* \
1703   | --program-trans=* | --program-tran=* \
1704   | --progr-tra=* | --program-tr=* | --program-t=*)
1705     program_transform_name=$ac_optarg ;;
1706
1707   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1708     ac_prev=pdfdir ;;
1709   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1710     pdfdir=$ac_optarg ;;
1711
1712   -psdir | --psdir | --psdi | --psd | --ps)
1713     ac_prev=psdir ;;
1714   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1715     psdir=$ac_optarg ;;
1716
1717   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1718   | -silent | --silent | --silen | --sile | --sil)
1719     silent=yes ;;
1720
1721   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1722     ac_prev=sbindir ;;
1723   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1724   | --sbi=* | --sb=*)
1725     sbindir=$ac_optarg ;;
1726
1727   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1728   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1729   | --sharedst | --shareds | --shared | --share | --shar \
1730   | --sha | --sh)
1731     ac_prev=sharedstatedir ;;
1732   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1733   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1734   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1735   | --sha=* | --sh=*)
1736     sharedstatedir=$ac_optarg ;;
1737
1738   -site | --site | --sit)
1739     ac_prev=site ;;
1740   -site=* | --site=* | --sit=*)
1741     site=$ac_optarg ;;
1742
1743   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1744     ac_prev=srcdir ;;
1745   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1746     srcdir=$ac_optarg ;;
1747
1748   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1749   | --syscon | --sysco | --sysc | --sys | --sy)
1750     ac_prev=sysconfdir ;;
1751   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1752   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1753     sysconfdir=$ac_optarg ;;
1754
1755   -target | --target | --targe | --targ | --tar | --ta | --t)
1756     ac_prev=target_alias ;;
1757   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1758     target_alias=$ac_optarg ;;
1759
1760   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1761     verbose=yes ;;
1762
1763   -version | --version | --versio | --versi | --vers | -V)
1764     ac_init_version=: ;;
1765
1766   -with-* | --with-*)
1767     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1768     # Reject names that are not valid shell variable names.
1769     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1770       as_fn_error $? "invalid package name: $ac_useropt"
1771     ac_useropt_orig=$ac_useropt
1772     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1773     case $ac_user_opts in
1774       *"
1775 "with_$ac_useropt"
1776 "*) ;;
1777       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1778          ac_unrecognized_sep=', ';;
1779     esac
1780     eval with_$ac_useropt=\$ac_optarg ;;
1781
1782   -without-* | --without-*)
1783     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1784     # Reject names that are not valid shell variable names.
1785     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1786       as_fn_error $? "invalid package name: $ac_useropt"
1787     ac_useropt_orig=$ac_useropt
1788     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1789     case $ac_user_opts in
1790       *"
1791 "with_$ac_useropt"
1792 "*) ;;
1793       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1794          ac_unrecognized_sep=', ';;
1795     esac
1796     eval with_$ac_useropt=no ;;
1797
1798   --x)
1799     # Obsolete; use --with-x.
1800     with_x=yes ;;
1801
1802   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1803   | --x-incl | --x-inc | --x-in | --x-i)
1804     ac_prev=x_includes ;;
1805   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1806   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1807     x_includes=$ac_optarg ;;
1808
1809   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1810   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1811     ac_prev=x_libraries ;;
1812   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1813   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1814     x_libraries=$ac_optarg ;;
1815
1816   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1817 Try \`$0 --help' for more information"
1818     ;;
1819
1820   *=*)
1821     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1822     # Reject names that are not valid shell variable names.
1823     case $ac_envvar in #(
1824       '' | [0-9]* | *[!_$as_cr_alnum]* )
1825       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1826     esac
1827     eval $ac_envvar=\$ac_optarg
1828     export $ac_envvar ;;
1829
1830   *)
1831     # FIXME: should be removed in autoconf 3.0.
1832     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1833     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1834       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1835     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1836     ;;
1837
1838   esac
1839 done
1840
1841 if test -n "$ac_prev"; then
1842   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1843   as_fn_error $? "missing argument to $ac_option"
1844 fi
1845
1846 if test -n "$ac_unrecognized_opts"; then
1847   case $enable_option_checking in
1848     no) ;;
1849     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1850     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1851   esac
1852 fi
1853
1854 # Check all directory arguments for consistency.
1855 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1856                 datadir sysconfdir sharedstatedir localstatedir includedir \
1857                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1858                 libdir localedir mandir
1859 do
1860   eval ac_val=\$$ac_var
1861   # Remove trailing slashes.
1862   case $ac_val in
1863     */ )
1864       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1865       eval $ac_var=\$ac_val;;
1866   esac
1867   # Be sure to have absolute directory names.
1868   case $ac_val in
1869     [\\/$]* | ?:[\\/]* )  continue;;
1870     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1871   esac
1872   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1873 done
1874
1875 # There might be people who depend on the old broken behavior: `$host'
1876 # used to hold the argument of --host etc.
1877 # FIXME: To remove some day.
1878 build=$build_alias
1879 host=$host_alias
1880 target=$target_alias
1881
1882 # FIXME: To remove some day.
1883 if test "x$host_alias" != x; then
1884   if test "x$build_alias" = x; then
1885     cross_compiling=maybe
1886   elif test "x$build_alias" != "x$host_alias"; then
1887     cross_compiling=yes
1888   fi
1889 fi
1890
1891 ac_tool_prefix=
1892 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1893
1894 test "$silent" = yes && exec 6>/dev/null
1895
1896
1897 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1898 ac_ls_di=`ls -di .` &&
1899 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1900   as_fn_error $? "working directory cannot be determined"
1901 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1902   as_fn_error $? "pwd does not report name of working directory"
1903
1904
1905 # Find the source files, if location was not specified.
1906 if test -z "$srcdir"; then
1907   ac_srcdir_defaulted=yes
1908   # Try the directory containing this script, then the parent directory.
1909   ac_confdir=`$as_dirname -- "$as_myself" ||
1910 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1911          X"$as_myself" : 'X\(//\)[^/]' \| \
1912          X"$as_myself" : 'X\(//\)$' \| \
1913          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1914 $as_echo X"$as_myself" |
1915     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1916             s//\1/
1917             q
1918           }
1919           /^X\(\/\/\)[^/].*/{
1920             s//\1/
1921             q
1922           }
1923           /^X\(\/\/\)$/{
1924             s//\1/
1925             q
1926           }
1927           /^X\(\/\).*/{
1928             s//\1/
1929             q
1930           }
1931           s/.*/./; q'`
1932   srcdir=$ac_confdir
1933   if test ! -r "$srcdir/$ac_unique_file"; then
1934     srcdir=..
1935   fi
1936 else
1937   ac_srcdir_defaulted=no
1938 fi
1939 if test ! -r "$srcdir/$ac_unique_file"; then
1940   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1941   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1942 fi
1943 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1944 ac_abs_confdir=`(
1945         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1946         pwd)`
1947 # When building in place, set srcdir=.
1948 if test "$ac_abs_confdir" = "$ac_pwd"; then
1949   srcdir=.
1950 fi
1951 # Remove unnecessary trailing slashes from srcdir.
1952 # Double slashes in file names in object file debugging info
1953 # mess up M-x gdb in Emacs.
1954 case $srcdir in
1955 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1956 esac
1957 for ac_var in $ac_precious_vars; do
1958   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1959   eval ac_env_${ac_var}_value=\$${ac_var}
1960   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1961   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1962 done
1963
1964 #
1965 # Report the --help message.
1966 #
1967 if test "$ac_init_help" = "long"; then
1968   # Omit some internal or obsolete options to make the list less imposing.
1969   # This message is too long to be a string in the A/UX 3.1 sh.
1970   cat <<_ACEOF
1971 \`configure' configures wxWidgets 2.9.5 to adapt to many kinds of systems.
1972
1973 Usage: $0 [OPTION]... [VAR=VALUE]...
1974
1975 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1976 VAR=VALUE.  See below for descriptions of some of the useful variables.
1977
1978 Defaults for the options are specified in brackets.
1979
1980 Configuration:
1981   -h, --help              display this help and exit
1982       --help=short        display options specific to this package
1983       --help=recursive    display the short help of all the included packages
1984   -V, --version           display version information and exit
1985   -q, --quiet, --silent   do not print \`checking ...' messages
1986       --cache-file=FILE   cache test results in FILE [disabled]
1987   -C, --config-cache      alias for \`--cache-file=config.cache'
1988   -n, --no-create         do not create output files
1989       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1990
1991 Installation directories:
1992   --prefix=PREFIX         install architecture-independent files in PREFIX
1993                           [$ac_default_prefix]
1994   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1995                           [PREFIX]
1996
1997 By default, \`make install' will install all the files in
1998 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1999 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2000 for instance \`--prefix=\$HOME'.
2001
2002 For better control, use the options below.
2003
2004 Fine tuning of the installation directories:
2005   --bindir=DIR            user executables [EPREFIX/bin]
2006   --sbindir=DIR           system admin executables [EPREFIX/sbin]
2007   --libexecdir=DIR        program executables [EPREFIX/libexec]
2008   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
2009   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
2010   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
2011   --libdir=DIR            object code libraries [EPREFIX/lib]
2012   --includedir=DIR        C header files [PREFIX/include]
2013   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
2014   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
2015   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
2016   --infodir=DIR           info documentation [DATAROOTDIR/info]
2017   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
2018   --mandir=DIR            man documentation [DATAROOTDIR/man]
2019   --docdir=DIR            documentation root [DATAROOTDIR/doc/wxwidgets]
2020   --htmldir=DIR           html documentation [DOCDIR]
2021   --dvidir=DIR            dvi documentation [DOCDIR]
2022   --pdfdir=DIR            pdf documentation [DOCDIR]
2023   --psdir=DIR             ps documentation [DOCDIR]
2024 _ACEOF
2025
2026   cat <<\_ACEOF
2027
2028 X features:
2029   --x-includes=DIR    X include files are in DIR
2030   --x-libraries=DIR   X library files are in DIR
2031
2032 System types:
2033   --build=BUILD     configure for building on BUILD [guessed]
2034   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
2035 _ACEOF
2036 fi
2037
2038 if test -n "$ac_init_help"; then
2039   case $ac_init_help in
2040      short | recursive ) echo "Configuration of wxWidgets 2.9.5:";;
2041    esac
2042   cat <<\_ACEOF
2043
2044 Optional Features:
2045   --disable-option-checking  ignore unrecognized --enable/--with options
2046   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
2047   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
2048   --disable-gui           don't build GUI parts of the library
2049   --enable-monolithic     build wxWidgets as single library
2050   --enable-plugins        build parts of wxWidgets as loadable components
2051   --enable-official_build official build of wxWidgets (win32 DLL only)
2052   --enable-vendor=VENDOR  vendor name (win32 DLL only)
2053   --disable-all-features  disable all optional features to build minimal library
2054   --enable-universal      use wxWidgets GUI controls instead of native ones
2055   --enable-nanox          use NanoX
2056   --enable-gpe            use GNOME PDA Environment features if possible
2057   --enable-debug          build library for debugging
2058   --disable-debug_flag    disable all debugging support
2059   --enable-debug_info     generate debug information
2060   --enable-debug_gdb      create code with extra GDB debugging information
2061   --enable-debug_cntxt    obsolete, don't use: use wxDebugContext
2062   --enable-mem_tracing    obsolete, don't use: create code with memory tracing
2063   --disable-shared        create static library instead of shared
2064   --enable-stl            use standard C++ classes for everything
2065   --enable-std_containers use standard C++ container classes
2066   --enable-std_iostreams  use standard C++ stream classes
2067   --enable-std_string     use standard C++ string classes
2068  --enable-std_string_conv_in_wxstring     provide implicit conversion to std::string in wxString
2069   --disable-unicode       compile without Unicode support
2070   --enable-mslu           use MS Layer for Unicode on Windows 9x (Win32 only)
2071   --enable-utf8           use UTF-8 representation for strings (Unix only)
2072   --enable-utf8only       only support UTF-8 locales in UTF-8 build (Unix only)
2073   --enable-extended_rtti  use extended RTTI (XTI)
2074   --enable-omf            use OMF object format
2075   --disable-optimise      compile without optimisations
2076   --enable-profile        create code with profiling information
2077   --enable-no_rtti        create code without RTTI information
2078   --enable-no_exceptions  create code without C++ exceptions handling
2079   --enable-permissive     compile code disregarding strict ANSI
2080   --enable-no_deps        create code without dependency information
2081   --disable-vararg_macros don't use vararg macros, even if they are supported
2082   --enable-universal_binary=archs create universal binary for the specified (or all supported) architectures
2083   --enable-macosx_arch=ARCH  build for just the specified architecture
2084   --enable-compat26       enable wxWidgets 2.6 compatibility
2085   --disable-compat28      disable wxWidgets 2.8 compatibility
2086   --disable-rpath         disable use of rpath for uninstalled builds
2087   --enable-objc_uniquifying enable Objective-C class name uniquifying
2088   --disable-visibility    disable use of ELF symbols visibility even if supported
2089   --disable-tls           disable use of compiler TLS support
2090   --enable-intl           use internationalization system
2091   --enable-xlocale        use x-locale support (requires wxLocale)
2092   --enable-config         use wxConfig (and derived) classes
2093   --enable-protocols      use wxProtocol and derived classes
2094   --enable-ftp            use wxFTP (requires wxProtocol
2095   --enable-http           use wxHTTP (requires wxProtocol
2096   --enable-fileproto      use wxFileProto class (requires wxProtocol
2097   --enable-sockets        use socket/network classes
2098   --enable-ipv6           enable IPv6 support in wxSocket
2099   --enable-ole            use OLE classes (Win32 only)
2100   --enable-dataobj        use data object classes
2101   --enable-ipc            use interprocess communication (wxSocket etc.)
2102   --enable-baseevtloop    use event loop in console programs too
2103   --enable-epollloop      use wxEpollDispatcher class (Linux only)
2104   --enable-selectloop     use wxSelectDispatcher class
2105   --enable-any            use wxAny class
2106   --enable-apple_ieee     use the Apple IEEE codec
2107   --enable-arcstream      use wxArchive streams
2108   --enable-base64         use base64 encoding/decoding functions
2109   --enable-backtrace      use wxStackWalker class for getting backtraces
2110   --enable-catch_segvs    catch signals in wxApp::OnFatalException (Unix only)
2111   --enable-cmdline        use wxCmdLineParser class
2112   --enable-datetime       use wxDateTime class
2113   --enable-debugreport    use wxDebugReport class
2114   --enable-dialupman      use dialup network classes
2115   --enable-dynlib         use wxLibrary class for DLL loading
2116   --enable-dynamicloader  use (new) wxDynamicLibrary class
2117   --enable-exceptions     build exception-safe library
2118   --enable-ffile          use wxFFile class
2119   --enable-file           use wxFile class
2120   --enable-filehistory    use wxFileHistory class
2121   --enable-filesystem     use virtual file systems classes
2122   --enable-fontenum       use wxFontEnumerator class
2123   --enable-fontmap        use font encodings conversion classes
2124   --enable-fs_archive     use virtual archive filesystems
2125   --enable-fs_inet        use virtual HTTP/FTP filesystems
2126   --enable-fs_zip         now replaced by fs_archive
2127   --enable-fsvolume       use wxFSVolume class
2128   --enable-fswatcher      use wxFileSystemWatcher class
2129   --enable-geometry       use geometry class
2130   --enable-log            use logging system
2131   --enable-longlong       use wxLongLong class
2132   --enable-mimetype       use wxMimeTypesManager
2133   --enable-printfposparam use wxVsnprintf() which supports positional parameters
2134   --enable-snglinst       use wxSingleInstanceChecker class
2135   --enable-sound          use wxSound class
2136   --enable-stdpaths       use wxStandardPaths class
2137   --enable-stopwatch      use wxStopWatch class
2138   --enable-streams        use wxStream etc classes
2139   --enable-sysoptions     use wxSystemOptions
2140   --enable-tarstream      use wxTar streams
2141   --enable-textbuf        use wxTextBuffer class
2142   --enable-textfile       use wxTextFile class
2143   --enable-timer          use wxTimer class
2144   --enable-variant        use wxVariant class
2145   --enable-zipstream      use wxZip streams
2146   --enable-url            use wxURL class
2147   --enable-protocol       use wxProtocol class
2148   --enable-protocol-http  HTTP support in wxProtocol
2149   --enable-protocol-ftp   FTP support in wxProtocol
2150   --enable-protocol-file  FILE support in wxProtocol
2151   --enable-threads        use threads
2152   --enable-iniconf        use wxIniConfig (Win32 only)
2153   --enable-regkey         use wxRegKey class (Win32 only)
2154   --enable-docview        use document view architecture
2155   --enable-help           use help subsystem
2156   --enable-mshtmlhelp     use MS HTML Help (win32)
2157   --enable-html           use wxHTML sub-library
2158   --enable-htmlhelp       use wxHTML-based help
2159   --enable-xrc            use XRC resources sub-library
2160   --enable-aui            use AUI docking library
2161   --enable-propgrid       use wxPropertyGrid library
2162   --enable-ribbon         use wxRibbon library
2163   --enable-stc            use wxStyledTextCtrl library
2164   --enable-constraints    use layout-constraints system
2165   --enable-loggui         use standard GUI logger
2166   --enable-logwin         use wxLogWindow
2167   --enable-logdialog      use wxLogDialog
2168   --enable-mdi            use multiple document interface architecture
2169   --enable-mdidoc         use docview architecture with MDI
2170   --enable-mediactrl      use wxMediaCtrl class
2171   --enable-gstreamer8     force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix
2172   --enable-richtext       use wxRichTextCtrl
2173   --enable-postscript     use wxPostscriptDC device context (default for gtk+)
2174   --enable-printarch      use printing architecture
2175   --enable-svg            use wxSVGFileDC device context
2176   --enable-webkit         use wxWebKitCtrl (Mac-only, use wxWebView instead)
2177   --enable-webview        use wxWebView library
2178   --enable-graphics_ctx   use graphics context 2D drawing API
2179   --enable-clipboard      use wxClipboard class
2180   --enable-dnd            use Drag'n'Drop classes
2181   --disable-controls      disable compilation of all standard controls
2182   --enable-markup         support wxControl::SetLabelMarkup
2183   --enable-accel          use accelerators
2184   --enable-animatectrl    use wxAnimationCtrl class
2185   --enable-bannerwindow   use wxBannerWindow class
2186   --enable-artstd         use standard XPM icons in wxArtProvider
2187   --enable-arttango       use Tango icons in wxArtProvider
2188   --enable-bmpbutton      use wxBitmapButton class
2189   --enable-bmpcombobox    use wxBitmapComboBox class
2190   --enable-button         use wxButton class
2191   --enable-calendar       use wxCalendarCtrl class
2192   --enable-caret          use wxCaret class
2193   --enable-checkbox       use wxCheckBox class
2194   --enable-checklst       use wxCheckListBox (listbox with checkboxes) class
2195   --enable-choice         use wxChoice class
2196   --enable-choicebook     use wxChoicebook class
2197   --enable-collpane       use wxCollapsiblePane class
2198   --enable-colourpicker   use wxColourPickerCtrl class
2199   --enable-combobox       use wxComboBox class
2200   --enable-comboctrl      use wxComboCtrl class
2201   --enable-commandlinkbutton      use wxCommmandLinkButton class
2202   --enable-dataviewctrl   use wxDataViewCtrl class
2203   --enable-datepick       use wxDatePickerCtrl class
2204   --enable-detect_sm      use code to detect X11 session manager
2205   --enable-dirpicker      use wxDirPickerCtrl class
2206   --enable-display        use wxDisplay class
2207   --enable-editablebox    use wxEditableListBox class
2208   --enable-filectrl       use wxFileCtrl class
2209   --enable-filepicker     use wxFilePickerCtrl class
2210   --enable-fontpicker     use wxFontPickerCtrl class
2211   --enable-gauge          use wxGauge class
2212   --enable-grid           use wxGrid class
2213   --enable-headerctrl     use wxHeaderCtrl class
2214   --enable-hyperlink      use wxHyperlinkCtrl class
2215   --enable-imaglist       use wxImageList class
2216   --enable-infobar        use wxInfoBar class
2217   --enable-listbook       use wxListbook class
2218   --enable-listbox        use wxListBox class
2219   --enable-listctrl       use wxListCtrl class
2220   --enable-notebook       use wxNotebook class
2221   --enable-notifmsg       use wxNotificationMessage class
2222   --enable-odcombobox     use wxOwnerDrawnComboBox class
2223   --enable-popupwin       use wxPopUpWindow class
2224   --enable-radiobox       use wxRadioBox class
2225   --enable-radiobtn       use wxRadioButton class
2226   --enable-richmsgdlg     use wxRichMessageDialog class
2227   --enable-richtooltip    use wxRichToolTip class
2228   --enable-rearrangectrl  use wxRearrangeList/Ctrl/Dialog
2229   --enable-sash           use wxSashWindow class
2230   --enable-scrollbar      use wxScrollBar class and scrollable windows
2231   --enable-searchctrl     use wxSearchCtrl class
2232   --enable-slider         use wxSlider class
2233   --enable-spinbtn        use wxSpinButton class
2234   --enable-spinctrl       use wxSpinCtrl class
2235   --enable-splitter       use wxSplitterWindow class
2236   --enable-statbmp        use wxStaticBitmap class
2237   --enable-statbox        use wxStaticBox class
2238   --enable-statline       use wxStaticLine class
2239   --enable-stattext       use wxStaticText class
2240   --enable-statusbar      use wxStatusBar class
2241   --enable-taskbaricon    use wxTaskBarIcon class
2242   --enable-tbarnative     use native wxToolBar class
2243   --enable-textctrl       use wxTextCtrl class
2244   --enable-timepick       use wxTimePickerCtrl class
2245   --enable-tipwindow      use wxTipWindow class
2246   --enable-togglebtn      use wxToggleButton class
2247   --enable-toolbar        use wxToolBar class
2248   --enable-toolbook       use wxToolbook class
2249   --enable-treebook       use wxTreebook class
2250   --enable-treectrl       use wxTreeCtrl class
2251   --enable-treelist       use wxTreeListCtrl class
2252   --enable-commondlg      use all common dialogs
2253   --enable-aboutdlg       use wxAboutBox
2254   --enable-choicedlg      use wxChoiceDialog
2255   --enable-coldlg         use wxColourDialog
2256   --enable-filedlg        use wxFileDialog
2257   --enable-finddlg        use wxFindReplaceDialog
2258   --enable-fontdlg        use wxFontDialog
2259   --enable-dirdlg         use wxDirDialog
2260   --enable-msgdlg         use wxMessageDialog
2261   --enable-numberdlg      use wxNumberEntryDialog
2262   --enable-splash         use wxSplashScreen
2263   --enable-textdlg        use wxTextDialog
2264   --enable-tipdlg         use startup tips
2265   --enable-progressdlg    use wxProgressDialog
2266   --enable-wizarddlg      use wxWizard
2267   --enable-menus          use wxMenu/wxMenuBar/wxMenuItem classes
2268   --enable-miniframe      use wxMiniFrame class
2269   --enable-tooltips       use wxToolTip class
2270   --enable-splines        use spline drawing code
2271   --enable-mousewheel     use mousewheel
2272   --enable-validators     use wxValidator and derived classes
2273   --enable-busyinfo       use wxBusyInfo
2274   --enable-hotkey         use wxWindow::RegisterHotKey()
2275   --enable-joystick       use wxJoystick
2276   --enable-metafiles      use wxMetaFile
2277   --enable-dragimage      use wxDragImage
2278   --enable-accessibility  enable accessibility support
2279   --enable-uiactionsim    use wxUIActionSimulator (experimental)
2280   --enable-dctransform    use wxDC::SetTransformMatrix and related
2281   --enable-webviewwebkit  use wxWebView WebKit backend
2282   --enable-palette        use wxPalette class
2283   --enable-image          use wxImage class
2284   --enable-gif            use gif images (GIF file format)
2285   --enable-pcx            use pcx images (PCX file format)
2286   --enable-tga            use tga images (TGA file format)
2287   --enable-iff            use iff images (IFF file format)
2288   --enable-pnm            use pnm images (PNM file format)
2289   --enable-xpm            use xpm images (XPM file format)
2290   --enable-ico_cur        use Windows ICO and CUR formats
2291   --enable-dccache        cache temporary wxDC objects (Win32 only)
2292   --enable-ps-in-msw      use PS printing in wxMSW (Win32 only)
2293   --enable-ownerdrawn     use owner drawn controls (Win32 and OS/2 only)
2294   --enable-uxtheme        enable support for Windows XP themed look (Win32 only)
2295   --enable-wxdib          use wxDIB class (Win32 only)
2296   --enable-webviewie      use wxWebView IE backend (Win32 only)
2297   --enable-autoidman      use automatic ids management
2298   --disable-largefile     omit support for large files
2299   --disable-gtktest       do not try to compile and run a test GTK+ program
2300   --disable-gtktest       Do not try to compile and run a test GTK program
2301   --disable-sdltest       Do not try to compile and run a test SDL program
2302   --enable-omf            use OMF object format (OS/2)
2303   --disable-dependency-tracking
2304                           don't use dependency tracking even if the compiler
2305                           can
2306   --disable-precomp-headers
2307                           don't use precompiled headers even if compiler can
2308
2309 Optional Packages:
2310   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
2311   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
2312   --without-subdirs       don't generate makefiles for samples/demos/...
2313   --with-flavour=NAME     specify a name to identify this build
2314   --with-themes=all|list  use only the specified comma-separated list of wxUniversal themes
2315   --with-gtk[=VERSION]    use GTK+, VERSION can be 3, 2 (default), 1 or "any"
2316   --with-motif            use Motif/Lesstif
2317   --with-osx_carbon       use Mac OS X (Carbon)
2318   --with-osx_cocoa        use Mac OS X (Cocoa)
2319   --with-osx_iphone       use iPhone OS X port
2320   --with-osx              use Mac OS X (default port, currently Carbon)
2321   --with-carbon           same as --with-osx_carbon
2322   --with-cocoa            same as --with-osx_cocoa
2323   --with-iphone           same as --with-osx_iphone
2324   --with-mac              same as --with-osx
2325   --with-old_cocoa        use old, deprecated, Cocoa port
2326   --with-wine             use Wine
2327   --with-msw              use MS-Windows
2328   --with-pm               use OS/2 Presentation Manager
2329   --with-directfb         use DirectFB
2330   --with-microwin         use MicroWindows
2331   --with-x11              use X11
2332   --with-libpng           use libpng (PNG image format)
2333   --with-libjpeg          use libjpeg (JPEG file format)
2334   --with-libtiff          use libtiff (TIFF file format)
2335   --with-libxpm           use libxpm (XPM file format)
2336   --with-libiconv         use libiconv (character conversion)
2337   --with-libmspack        use libmspack (CHM help files loading)
2338   --without-gtkprint      don't use GTK printing support
2339   --without-gnomeprint    don't use GNOME printing libraries
2340   --with-gnomevfs         use GNOME VFS for associating MIME types
2341   --with-libnotify        use libnotify for notifications
2342   --with-hildon           use Hildon framework for Nokia 770/800/810
2343   --with-opengl           use OpenGL (or Mesa)
2344   --with-dmalloc          use dmalloc library (http://dmalloc.com/)
2345   --with-sdl              use SDL for audio on Unix
2346   --with-regex            enable support for wxRegEx class
2347   --with-zlib             use zlib for LZW compression
2348   --with-expat            enable XML support using expat parser
2349   --with-macosx-sdk=PATH  use an OS X SDK at PATH
2350   --with-macosx-version-min=VER   build binaries which require at least this OS X version
2351   --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)
2352   --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
2353   --with-x                use the X Window System
2354   --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib
2355   --with-sdl-prefix=PFX   Prefix where SDL is installed (optional)
2356   --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
2357   --with-cppunit-prefix=PFX   Prefix where CppUnit is installed (optional)
2358   --with-cppunit-exec-prefix=PFX  Exec prefix where CppUnit is installed (optional)
2359
2360 Some influential environment variables:
2361   CC          C compiler command
2362   CFLAGS      C compiler flags
2363   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
2364               nonstandard directory <lib dir>
2365   LIBS        libraries to pass to the linker, e.g. -l<library>
2366   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2367               you have headers in a nonstandard directory <include dir>
2368   CPP         C preprocessor
2369   CXX         C++ compiler command
2370   CXXFLAGS    C++ compiler flags
2371   CXXCPP      C++ preprocessor
2372   PKG_CONFIG  path to pkg-config utility
2373   DIRECTFB_CFLAGS
2374               C compiler flags for DIRECTFB, overriding pkg-config
2375   DIRECTFB_LIBS
2376               linker flags for DIRECTFB, overriding pkg-config
2377   XMKMF       Path to xmkmf, Makefile generator for X Window System
2378   PANGOX_CFLAGS
2379               C compiler flags for PANGOX, overriding pkg-config
2380   PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
2381   PANGOFT2_CFLAGS
2382               C compiler flags for PANGOFT2, overriding pkg-config
2383   PANGOFT2_LIBS
2384               linker flags for PANGOFT2, overriding pkg-config
2385   PANGOXFT_CFLAGS
2386               C compiler flags for PANGOXFT, overriding pkg-config
2387   PANGOXFT_LIBS
2388               linker flags for PANGOXFT, overriding pkg-config
2389   Xinerama_CFLAGS
2390               C compiler flags for Xinerama, overriding pkg-config
2391   Xinerama_LIBS
2392               linker flags for Xinerama, overriding pkg-config
2393   Xxf86vm_CFLAGS
2394               C compiler flags for Xxf86vm, overriding pkg-config
2395   Xxf86vm_LIBS
2396               linker flags for Xxf86vm, overriding pkg-config
2397   SM_CFLAGS   C compiler flags for SM, overriding pkg-config
2398   SM_LIBS     linker flags for SM, overriding pkg-config
2399   GL_CFLAGS   C compiler flags for GL, overriding pkg-config
2400   GL_LIBS     linker flags for GL, overriding pkg-config
2401   GLU_CFLAGS  C compiler flags for GLU, overriding pkg-config
2402   GLU_LIBS    linker flags for GLU, overriding pkg-config
2403   MesaGL_CFLAGS
2404               C compiler flags for MesaGL, overriding pkg-config
2405   MesaGL_LIBS linker flags for MesaGL, overriding pkg-config
2406   GTKPRINT_CFLAGS
2407               C compiler flags for GTKPRINT, overriding pkg-config
2408   GTKPRINT_LIBS
2409               linker flags for GTKPRINT, overriding pkg-config
2410   LIBGNOMEPRINTUI_CFLAGS
2411               C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
2412   LIBGNOMEPRINTUI_LIBS
2413               linker flags for LIBGNOMEPRINTUI, overriding pkg-config
2414   GNOMEVFS_CFLAGS
2415               C compiler flags for GNOMEVFS, overriding pkg-config
2416   GNOMEVFS_LIBS
2417               linker flags for GNOMEVFS, overriding pkg-config
2418   LIBNOTIFY_CFLAGS
2419               C compiler flags for LIBNOTIFY, overriding pkg-config
2420   LIBNOTIFY_LIBS
2421               linker flags for LIBNOTIFY, overriding pkg-config
2422   HILDON_CFLAGS
2423               C compiler flags for HILDON, overriding pkg-config
2424   HILDON_LIBS linker flags for HILDON, overriding pkg-config
2425   HILDON2_CFLAGS
2426               C compiler flags for HILDON2, overriding pkg-config
2427   HILDON2_LIBS
2428               linker flags for HILDON2, overriding pkg-config
2429   WEBKIT_CFLAGS
2430               C compiler flags for WEBKIT, overriding pkg-config
2431   WEBKIT_LIBS linker flags for WEBKIT, overriding pkg-config
2432   CAIRO_CFLAGS
2433               C compiler flags for CAIRO, overriding pkg-config
2434   CAIRO_LIBS  linker flags for CAIRO, overriding pkg-config
2435   GST_CFLAGS  C compiler flags for GST, overriding pkg-config
2436   GST_LIBS    linker flags for GST, overriding pkg-config
2437
2438 Use these variables to override the choices made by `configure' or to help
2439 it to find libraries and programs with nonstandard names/locations.
2440
2441 Report bugs to <wx-dev@lists.wxwidgets.org>.
2442 _ACEOF
2443 ac_status=$?
2444 fi
2445
2446 if test "$ac_init_help" = "recursive"; then
2447   # If there are subdirs, report their specific --help.
2448   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2449     test -d "$ac_dir" ||
2450       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2451       continue
2452     ac_builddir=.
2453
2454 case "$ac_dir" in
2455 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2456 *)
2457   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2458   # A ".." for each directory in $ac_dir_suffix.
2459   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2460   case $ac_top_builddir_sub in
2461   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2462   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2463   esac ;;
2464 esac
2465 ac_abs_top_builddir=$ac_pwd
2466 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2467 # for backward compatibility:
2468 ac_top_builddir=$ac_top_build_prefix
2469
2470 case $srcdir in
2471   .)  # We are building in place.
2472     ac_srcdir=.
2473     ac_top_srcdir=$ac_top_builddir_sub
2474     ac_abs_top_srcdir=$ac_pwd ;;
2475   [\\/]* | ?:[\\/]* )  # Absolute name.
2476     ac_srcdir=$srcdir$ac_dir_suffix;
2477     ac_top_srcdir=$srcdir
2478     ac_abs_top_srcdir=$srcdir ;;
2479   *) # Relative name.
2480     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2481     ac_top_srcdir=$ac_top_build_prefix$srcdir
2482     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2483 esac
2484 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2485
2486     cd "$ac_dir" || { ac_status=$?; continue; }
2487     # Check for guested configure.
2488     if test -f "$ac_srcdir/configure.gnu"; then
2489       echo &&
2490       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2491     elif test -f "$ac_srcdir/configure"; then
2492       echo &&
2493       $SHELL "$ac_srcdir/configure" --help=recursive
2494     else
2495       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2496     fi || ac_status=$?
2497     cd "$ac_pwd" || { ac_status=$?; break; }
2498   done
2499 fi
2500
2501 test -n "$ac_init_help" && exit $ac_status
2502 if $ac_init_version; then
2503   cat <<\_ACEOF
2504 wxWidgets configure 2.9.5
2505 generated by GNU Autoconf 2.69
2506
2507 Copyright (C) 2012 Free Software Foundation, Inc.
2508 This configure script is free software; the Free Software Foundation
2509 gives unlimited permission to copy, distribute and modify it.
2510 _ACEOF
2511   exit
2512 fi
2513
2514 ## ------------------------ ##
2515 ## Autoconf initialization. ##
2516 ## ------------------------ ##
2517
2518 # ac_fn_c_try_compile LINENO
2519 # --------------------------
2520 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2521 ac_fn_c_try_compile ()
2522 {
2523   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2524   rm -f conftest.$ac_objext
2525   if { { ac_try="$ac_compile"
2526 case "(($ac_try" in
2527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2528   *) ac_try_echo=$ac_try;;
2529 esac
2530 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2531 $as_echo "$ac_try_echo"; } >&5
2532   (eval "$ac_compile") 2>conftest.err
2533   ac_status=$?
2534   if test -s conftest.err; then
2535     grep -v '^ *+' conftest.err >conftest.er1
2536     cat conftest.er1 >&5
2537     mv -f conftest.er1 conftest.err
2538   fi
2539   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2540   test $ac_status = 0; } && {
2541          test -z "$ac_c_werror_flag" ||
2542          test ! -s conftest.err
2543        } && test -s conftest.$ac_objext; then :
2544   ac_retval=0
2545 else
2546   $as_echo "$as_me: failed program was:" >&5
2547 sed 's/^/| /' conftest.$ac_ext >&5
2548
2549         ac_retval=1
2550 fi
2551   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2552   as_fn_set_status $ac_retval
2553
2554 } # ac_fn_c_try_compile
2555
2556 # ac_fn_c_try_cpp LINENO
2557 # ----------------------
2558 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2559 ac_fn_c_try_cpp ()
2560 {
2561   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2562   if { { ac_try="$ac_cpp conftest.$ac_ext"
2563 case "(($ac_try" in
2564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2565   *) ac_try_echo=$ac_try;;
2566 esac
2567 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2568 $as_echo "$ac_try_echo"; } >&5
2569   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2570   ac_status=$?
2571   if test -s conftest.err; then
2572     grep -v '^ *+' conftest.err >conftest.er1
2573     cat conftest.er1 >&5
2574     mv -f conftest.er1 conftest.err
2575   fi
2576   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2577   test $ac_status = 0; } > conftest.i && {
2578          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2579          test ! -s conftest.err
2580        }; then :
2581   ac_retval=0
2582 else
2583   $as_echo "$as_me: failed program was:" >&5
2584 sed 's/^/| /' conftest.$ac_ext >&5
2585
2586     ac_retval=1
2587 fi
2588   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2589   as_fn_set_status $ac_retval
2590
2591 } # ac_fn_c_try_cpp
2592
2593 # ac_fn_cxx_try_compile LINENO
2594 # ----------------------------
2595 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2596 ac_fn_cxx_try_compile ()
2597 {
2598   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2599   rm -f conftest.$ac_objext
2600   if { { ac_try="$ac_compile"
2601 case "(($ac_try" in
2602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2603   *) ac_try_echo=$ac_try;;
2604 esac
2605 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2606 $as_echo "$ac_try_echo"; } >&5
2607   (eval "$ac_compile") 2>conftest.err
2608   ac_status=$?
2609   if test -s conftest.err; then
2610     grep -v '^ *+' conftest.err >conftest.er1
2611     cat conftest.er1 >&5
2612     mv -f conftest.er1 conftest.err
2613   fi
2614   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2615   test $ac_status = 0; } && {
2616          test -z "$ac_cxx_werror_flag" ||
2617          test ! -s conftest.err
2618        } && test -s conftest.$ac_objext; then :
2619   ac_retval=0
2620 else
2621   $as_echo "$as_me: failed program was:" >&5
2622 sed 's/^/| /' conftest.$ac_ext >&5
2623
2624         ac_retval=1
2625 fi
2626   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2627   as_fn_set_status $ac_retval
2628
2629 } # ac_fn_cxx_try_compile
2630
2631 # ac_fn_c_try_link LINENO
2632 # -----------------------
2633 # Try to link conftest.$ac_ext, and return whether this succeeded.
2634 ac_fn_c_try_link ()
2635 {
2636   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2637   rm -f conftest.$ac_objext conftest$ac_exeext
2638   if { { ac_try="$ac_link"
2639 case "(($ac_try" in
2640   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2641   *) ac_try_echo=$ac_try;;
2642 esac
2643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2644 $as_echo "$ac_try_echo"; } >&5
2645   (eval "$ac_link") 2>conftest.err
2646   ac_status=$?
2647   if test -s conftest.err; then
2648     grep -v '^ *+' conftest.err >conftest.er1
2649     cat conftest.er1 >&5
2650     mv -f conftest.er1 conftest.err
2651   fi
2652   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2653   test $ac_status = 0; } && {
2654          test -z "$ac_c_werror_flag" ||
2655          test ! -s conftest.err
2656        } && test -s conftest$ac_exeext && {
2657          test "$cross_compiling" = yes ||
2658          test -x conftest$ac_exeext
2659        }; then :
2660   ac_retval=0
2661 else
2662   $as_echo "$as_me: failed program was:" >&5
2663 sed 's/^/| /' conftest.$ac_ext >&5
2664
2665         ac_retval=1
2666 fi
2667   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2668   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2669   # interfere with the next link command; also delete a directory that is
2670   # left behind by Apple's compiler.  We do this before executing the actions.
2671   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2672   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2673   as_fn_set_status $ac_retval
2674
2675 } # ac_fn_c_try_link
2676
2677 # ac_fn_cxx_try_link LINENO
2678 # -------------------------
2679 # Try to link conftest.$ac_ext, and return whether this succeeded.
2680 ac_fn_cxx_try_link ()
2681 {
2682   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2683   rm -f conftest.$ac_objext conftest$ac_exeext
2684   if { { ac_try="$ac_link"
2685 case "(($ac_try" in
2686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2687   *) ac_try_echo=$ac_try;;
2688 esac
2689 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2690 $as_echo "$ac_try_echo"; } >&5
2691   (eval "$ac_link") 2>conftest.err
2692   ac_status=$?
2693   if test -s conftest.err; then
2694     grep -v '^ *+' conftest.err >conftest.er1
2695     cat conftest.er1 >&5
2696     mv -f conftest.er1 conftest.err
2697   fi
2698   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2699   test $ac_status = 0; } && {
2700          test -z "$ac_cxx_werror_flag" ||
2701          test ! -s conftest.err
2702        } && test -s conftest$ac_exeext && {
2703          test "$cross_compiling" = yes ||
2704          test -x conftest$ac_exeext
2705        }; then :
2706   ac_retval=0
2707 else
2708   $as_echo "$as_me: failed program was:" >&5
2709 sed 's/^/| /' conftest.$ac_ext >&5
2710
2711         ac_retval=1
2712 fi
2713   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2714   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2715   # interfere with the next link command; also delete a directory that is
2716   # left behind by Apple's compiler.  We do this before executing the actions.
2717   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2718   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2719   as_fn_set_status $ac_retval
2720
2721 } # ac_fn_cxx_try_link
2722
2723 # ac_fn_c_try_run LINENO
2724 # ----------------------
2725 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2726 # that executables *can* be run.
2727 ac_fn_c_try_run ()
2728 {
2729   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2730   if { { ac_try="$ac_link"
2731 case "(($ac_try" in
2732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2733   *) ac_try_echo=$ac_try;;
2734 esac
2735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2736 $as_echo "$ac_try_echo"; } >&5
2737   (eval "$ac_link") 2>&5
2738   ac_status=$?
2739   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2740   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2741   { { case "(($ac_try" in
2742   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2743   *) ac_try_echo=$ac_try;;
2744 esac
2745 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2746 $as_echo "$ac_try_echo"; } >&5
2747   (eval "$ac_try") 2>&5
2748   ac_status=$?
2749   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2750   test $ac_status = 0; }; }; then :
2751   ac_retval=0
2752 else
2753   $as_echo "$as_me: program exited with status $ac_status" >&5
2754        $as_echo "$as_me: failed program was:" >&5
2755 sed 's/^/| /' conftest.$ac_ext >&5
2756
2757        ac_retval=$ac_status
2758 fi
2759   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2760   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2761   as_fn_set_status $ac_retval
2762
2763 } # ac_fn_c_try_run
2764
2765 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2766 # -------------------------------------------------------
2767 # Tests whether HEADER exists and can be compiled using the include files in
2768 # INCLUDES, setting the cache variable VAR accordingly.
2769 ac_fn_c_check_header_compile ()
2770 {
2771   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2772   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2773 $as_echo_n "checking for $2... " >&6; }
2774 if eval \${$3+:} false; then :
2775   $as_echo_n "(cached) " >&6
2776 else
2777   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2778 /* end confdefs.h.  */
2779 $4
2780 #include <$2>
2781 _ACEOF
2782 if ac_fn_c_try_compile "$LINENO"; then :
2783   eval "$3=yes"
2784 else
2785   eval "$3=no"
2786 fi
2787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2788 fi
2789 eval ac_res=\$$3
2790                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2791 $as_echo "$ac_res" >&6; }
2792   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2793
2794 } # ac_fn_c_check_header_compile
2795
2796 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
2797 # ---------------------------------------------------------
2798 # Tests whether HEADER exists and can be compiled using the include files in
2799 # INCLUDES, setting the cache variable VAR accordingly.
2800 ac_fn_cxx_check_header_compile ()
2801 {
2802   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2803   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2804 $as_echo_n "checking for $2... " >&6; }
2805 if eval \${$3+:} false; then :
2806   $as_echo_n "(cached) " >&6
2807 else
2808   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2809 /* end confdefs.h.  */
2810 $4
2811 #include <$2>
2812 _ACEOF
2813 if ac_fn_cxx_try_compile "$LINENO"; then :
2814   eval "$3=yes"
2815 else
2816   eval "$3=no"
2817 fi
2818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2819 fi
2820 eval ac_res=\$$3
2821                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2822 $as_echo "$ac_res" >&6; }
2823   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2824
2825 } # ac_fn_cxx_check_header_compile
2826
2827 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2828 # --------------------------------------------
2829 # Tries to find the compile-time value of EXPR in a program that includes
2830 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2831 # computed
2832 ac_fn_c_compute_int ()
2833 {
2834   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2835   if test "$cross_compiling" = yes; then
2836     # Depending upon the size, compute the lo and hi bounds.
2837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2838 /* end confdefs.h.  */
2839 $4
2840 int
2841 main ()
2842 {
2843 static int test_array [1 - 2 * !(($2) >= 0)];
2844 test_array [0] = 0;
2845 return test_array [0];
2846
2847   ;
2848   return 0;
2849 }
2850 _ACEOF
2851 if ac_fn_c_try_compile "$LINENO"; then :
2852   ac_lo=0 ac_mid=0
2853   while :; do
2854     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2855 /* end confdefs.h.  */
2856 $4
2857 int
2858 main ()
2859 {
2860 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2861 test_array [0] = 0;
2862 return test_array [0];
2863
2864   ;
2865   return 0;
2866 }
2867 _ACEOF
2868 if ac_fn_c_try_compile "$LINENO"; then :
2869   ac_hi=$ac_mid; break
2870 else
2871   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2872                         if test $ac_lo -le $ac_mid; then
2873                           ac_lo= ac_hi=
2874                           break
2875                         fi
2876                         as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2877 fi
2878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2879   done
2880 else
2881   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2882 /* end confdefs.h.  */
2883 $4
2884 int
2885 main ()
2886 {
2887 static int test_array [1 - 2 * !(($2) < 0)];
2888 test_array [0] = 0;
2889 return test_array [0];
2890
2891   ;
2892   return 0;
2893 }
2894 _ACEOF
2895 if ac_fn_c_try_compile "$LINENO"; then :
2896   ac_hi=-1 ac_mid=-1
2897   while :; do
2898     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2899 /* end confdefs.h.  */
2900 $4
2901 int
2902 main ()
2903 {
2904 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2905 test_array [0] = 0;
2906 return test_array [0];
2907
2908   ;
2909   return 0;
2910 }
2911 _ACEOF
2912 if ac_fn_c_try_compile "$LINENO"; then :
2913   ac_lo=$ac_mid; break
2914 else
2915   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2916                         if test $ac_mid -le $ac_hi; then
2917                           ac_lo= ac_hi=
2918                           break
2919                         fi
2920                         as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2921 fi
2922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2923   done
2924 else
2925   ac_lo= ac_hi=
2926 fi
2927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2928 fi
2929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2930 # Binary search between lo and hi bounds.
2931 while test "x$ac_lo" != "x$ac_hi"; do
2932   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2933   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2934 /* end confdefs.h.  */
2935 $4
2936 int
2937 main ()
2938 {
2939 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2940 test_array [0] = 0;
2941 return test_array [0];
2942
2943   ;
2944   return 0;
2945 }
2946 _ACEOF
2947 if ac_fn_c_try_compile "$LINENO"; then :
2948   ac_hi=$ac_mid
2949 else
2950   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2951 fi
2952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2953 done
2954 case $ac_lo in #((
2955 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2956 '') ac_retval=1 ;;
2957 esac
2958   else
2959     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2960 /* end confdefs.h.  */
2961 $4
2962 static long int longval () { return $2; }
2963 static unsigned long int ulongval () { return $2; }
2964 #include <stdio.h>
2965 #include <stdlib.h>
2966 int
2967 main ()
2968 {
2969
2970   FILE *f = fopen ("conftest.val", "w");
2971   if (! f)
2972     return 1;
2973   if (($2) < 0)
2974     {
2975       long int i = longval ();
2976       if (i != ($2))
2977         return 1;
2978       fprintf (f, "%ld", i);
2979     }
2980   else
2981     {
2982       unsigned long int i = ulongval ();
2983       if (i != ($2))
2984         return 1;
2985       fprintf (f, "%lu", i);
2986     }
2987   /* Do not output a trailing newline, as this causes \r\n confusion
2988      on some platforms.  */
2989   return ferror (f) || fclose (f) != 0;
2990
2991   ;
2992   return 0;
2993 }
2994 _ACEOF
2995 if ac_fn_c_try_run "$LINENO"; then :
2996   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2997 else
2998   ac_retval=1
2999 fi
3000 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3001   conftest.$ac_objext conftest.beam conftest.$ac_ext
3002 rm -f conftest.val
3003
3004   fi
3005   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3006   as_fn_set_status $ac_retval
3007
3008 } # ac_fn_c_compute_int
3009
3010 # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
3011 # ---------------------------------------------
3012 # Tests whether TYPE exists after having included INCLUDES, setting cache
3013 # variable VAR accordingly.
3014 ac_fn_cxx_check_type ()
3015 {
3016   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3017   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3018 $as_echo_n "checking for $2... " >&6; }
3019 if eval \${$3+:} false; then :
3020   $as_echo_n "(cached) " >&6
3021 else
3022   eval "$3=no"
3023   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3024 /* end confdefs.h.  */
3025 $4
3026 int
3027 main ()
3028 {
3029 if (sizeof ($2))
3030          return 0;
3031   ;
3032   return 0;
3033 }
3034 _ACEOF
3035 if ac_fn_cxx_try_compile "$LINENO"; then :
3036   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3037 /* end confdefs.h.  */
3038 $4
3039 int
3040 main ()
3041 {
3042 if (sizeof (($2)))
3043             return 0;
3044   ;
3045   return 0;
3046 }
3047 _ACEOF
3048 if ac_fn_cxx_try_compile "$LINENO"; then :
3049
3050 else
3051   eval "$3=yes"
3052 fi
3053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3054 fi
3055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3056 fi
3057 eval ac_res=\$$3
3058                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3059 $as_echo "$ac_res" >&6; }
3060   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3061
3062 } # ac_fn_cxx_check_type
3063
3064 # ac_fn_cxx_try_cpp LINENO
3065 # ------------------------
3066 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3067 ac_fn_cxx_try_cpp ()
3068 {
3069   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3070   if { { ac_try="$ac_cpp conftest.$ac_ext"
3071 case "(($ac_try" in
3072   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3073   *) ac_try_echo=$ac_try;;
3074 esac
3075 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3076 $as_echo "$ac_try_echo"; } >&5
3077   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3078   ac_status=$?
3079   if test -s conftest.err; then
3080     grep -v '^ *+' conftest.err >conftest.er1
3081     cat conftest.er1 >&5
3082     mv -f conftest.er1 conftest.err
3083   fi
3084   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3085   test $ac_status = 0; } > conftest.i && {
3086          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
3087          test ! -s conftest.err
3088        }; then :
3089   ac_retval=0
3090 else
3091   $as_echo "$as_me: failed program was:" >&5
3092 sed 's/^/| /' conftest.$ac_ext >&5
3093
3094     ac_retval=1
3095 fi
3096   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3097   as_fn_set_status $ac_retval
3098
3099 } # ac_fn_cxx_try_cpp
3100
3101 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
3102 # ---------------------------------------------------------
3103 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3104 # the include files in INCLUDES and setting the cache variable VAR
3105 # accordingly.
3106 ac_fn_cxx_check_header_mongrel ()
3107 {
3108   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3109   if eval \${$3+:} false; then :
3110   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3111 $as_echo_n "checking for $2... " >&6; }
3112 if eval \${$3+:} false; then :
3113   $as_echo_n "(cached) " >&6
3114 fi
3115 eval ac_res=\$$3
3116                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3117 $as_echo "$ac_res" >&6; }
3118 else
3119   # Is the header compilable?
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3121 $as_echo_n "checking $2 usability... " >&6; }
3122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3123 /* end confdefs.h.  */
3124 $4
3125 #include <$2>
3126 _ACEOF
3127 if ac_fn_cxx_try_compile "$LINENO"; then :
3128   ac_header_compiler=yes
3129 else
3130   ac_header_compiler=no
3131 fi
3132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3134 $as_echo "$ac_header_compiler" >&6; }
3135
3136 # Is the header present?
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3138 $as_echo_n "checking $2 presence... " >&6; }
3139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3140 /* end confdefs.h.  */
3141 #include <$2>
3142 _ACEOF
3143 if ac_fn_cxx_try_cpp "$LINENO"; then :
3144   ac_header_preproc=yes
3145 else
3146   ac_header_preproc=no
3147 fi
3148 rm -f conftest.err conftest.i conftest.$ac_ext
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3150 $as_echo "$ac_header_preproc" >&6; }
3151
3152 # So?  What about this header?
3153 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
3154   yes:no: )
3155     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3156 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3157     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3158 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3159     ;;
3160   no:yes:* )
3161     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3162 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3163     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
3164 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
3165     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3166 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3167     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
3168 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
3169     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3170 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3171 ( $as_echo "## ----------------------------------------- ##
3172 ## Report this to wx-dev@lists.wxwidgets.org ##
3173 ## ----------------------------------------- ##"
3174      ) | sed "s/^/$as_me: WARNING:     /" >&2
3175     ;;
3176 esac
3177   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3178 $as_echo_n "checking for $2... " >&6; }
3179 if eval \${$3+:} false; then :
3180   $as_echo_n "(cached) " >&6
3181 else
3182   eval "$3=\$ac_header_compiler"
3183 fi
3184 eval ac_res=\$$3
3185                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3186 $as_echo "$ac_res" >&6; }
3187 fi
3188   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3189
3190 } # ac_fn_cxx_check_header_mongrel
3191
3192 # ac_fn_c_check_func LINENO FUNC VAR
3193 # ----------------------------------
3194 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3195 ac_fn_c_check_func ()
3196 {
3197   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3198   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3199 $as_echo_n "checking for $2... " >&6; }
3200 if eval \${$3+:} false; then :
3201   $as_echo_n "(cached) " >&6
3202 else
3203   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3204 /* end confdefs.h.  */
3205 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3206    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3207 #define $2 innocuous_$2
3208
3209 /* System header to define __stub macros and hopefully few prototypes,
3210     which can conflict with char $2 (); below.
3211     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3212     <limits.h> exists even on freestanding compilers.  */
3213
3214 #ifdef __STDC__
3215 # include <limits.h>
3216 #else
3217 # include <assert.h>
3218 #endif
3219
3220 #undef $2
3221
3222 /* Override any GCC internal prototype to avoid an error.
3223    Use char because int might match the return type of a GCC
3224    builtin and then its argument prototype would still apply.  */
3225 #ifdef __cplusplus
3226 extern "C"
3227 #endif
3228 char $2 ();
3229 /* The GNU C library defines this for functions which it implements
3230     to always fail with ENOSYS.  Some functions are actually named
3231     something starting with __ and the normal name is an alias.  */
3232 #if defined __stub_$2 || defined __stub___$2
3233 choke me
3234 #endif
3235
3236 int
3237 main ()
3238 {
3239 return $2 ();
3240   ;
3241   return 0;
3242 }
3243 _ACEOF
3244 if ac_fn_c_try_link "$LINENO"; then :
3245   eval "$3=yes"
3246 else
3247   eval "$3=no"
3248 fi
3249 rm -f core conftest.err conftest.$ac_objext \
3250     conftest$ac_exeext conftest.$ac_ext
3251 fi
3252 eval ac_res=\$$3
3253                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3254 $as_echo "$ac_res" >&6; }
3255   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3256
3257 } # ac_fn_c_check_func
3258
3259 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3260 # -------------------------------------------
3261 # Tests whether TYPE exists after having included INCLUDES, setting cache
3262 # variable VAR accordingly.
3263 ac_fn_c_check_type ()
3264 {
3265   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3266   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3267 $as_echo_n "checking for $2... " >&6; }
3268 if eval \${$3+:} false; then :
3269   $as_echo_n "(cached) " >&6
3270 else
3271   eval "$3=no"
3272   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3273 /* end confdefs.h.  */
3274 $4
3275 int
3276 main ()
3277 {
3278 if (sizeof ($2))
3279          return 0;
3280   ;
3281   return 0;
3282 }
3283 _ACEOF
3284 if ac_fn_c_try_compile "$LINENO"; then :
3285   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3286 /* end confdefs.h.  */
3287 $4
3288 int
3289 main ()
3290 {
3291 if (sizeof (($2)))
3292             return 0;
3293   ;
3294   return 0;
3295 }
3296 _ACEOF
3297 if ac_fn_c_try_compile "$LINENO"; then :
3298
3299 else
3300   eval "$3=yes"
3301 fi
3302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3303 fi
3304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3305 fi
3306 eval ac_res=\$$3
3307                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3308 $as_echo "$ac_res" >&6; }
3309   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3310
3311 } # ac_fn_c_check_type
3312
3313 # ac_fn_cxx_try_run LINENO
3314 # ------------------------
3315 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3316 # that executables *can* be run.
3317 ac_fn_cxx_try_run ()
3318 {
3319   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3320   if { { ac_try="$ac_link"
3321 case "(($ac_try" in
3322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3323   *) ac_try_echo=$ac_try;;
3324 esac
3325 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3326 $as_echo "$ac_try_echo"; } >&5
3327   (eval "$ac_link") 2>&5
3328   ac_status=$?
3329   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3330   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3331   { { case "(($ac_try" in
3332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333   *) ac_try_echo=$ac_try;;
3334 esac
3335 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3336 $as_echo "$ac_try_echo"; } >&5
3337   (eval "$ac_try") 2>&5
3338   ac_status=$?
3339   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3340   test $ac_status = 0; }; }; then :
3341   ac_retval=0
3342 else
3343   $as_echo "$as_me: program exited with status $ac_status" >&5
3344        $as_echo "$as_me: failed program was:" >&5
3345 sed 's/^/| /' conftest.$ac_ext >&5
3346
3347        ac_retval=$ac_status
3348 fi
3349   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3350   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3351   as_fn_set_status $ac_retval
3352
3353 } # ac_fn_cxx_try_run
3354 cat >config.log <<_ACEOF
3355 This file contains any messages produced by compilers while
3356 running configure, to aid debugging if configure makes a mistake.
3357
3358 It was created by wxWidgets $as_me 2.9.5, which was
3359 generated by GNU Autoconf 2.69.  Invocation command line was
3360
3361   $ $0 $@
3362
3363 _ACEOF
3364 exec 5>>config.log
3365 {
3366 cat <<_ASUNAME
3367 ## --------- ##
3368 ## Platform. ##
3369 ## --------- ##
3370
3371 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3372 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3373 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3374 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3375 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3376
3377 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3378 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
3379
3380 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
3381 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
3382 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3383 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
3384 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
3385 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
3386 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
3387
3388 _ASUNAME
3389
3390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3391 for as_dir in $PATH
3392 do
3393   IFS=$as_save_IFS
3394   test -z "$as_dir" && as_dir=.
3395     $as_echo "PATH: $as_dir"
3396   done
3397 IFS=$as_save_IFS
3398
3399 } >&5
3400
3401 cat >&5 <<_ACEOF
3402
3403
3404 ## ----------- ##
3405 ## Core tests. ##
3406 ## ----------- ##
3407
3408 _ACEOF
3409
3410
3411 # Keep a trace of the command line.
3412 # Strip out --no-create and --no-recursion so they do not pile up.
3413 # Strip out --silent because we don't want to record it for future runs.
3414 # Also quote any args containing shell meta-characters.
3415 # Make two passes to allow for proper duplicate-argument suppression.
3416 ac_configure_args=
3417 ac_configure_args0=
3418 ac_configure_args1=
3419 ac_must_keep_next=false
3420 for ac_pass in 1 2
3421 do
3422   for ac_arg
3423   do
3424     case $ac_arg in
3425     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3426     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3427     | -silent | --silent | --silen | --sile | --sil)
3428       continue ;;
3429     *\'*)
3430       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3431     esac
3432     case $ac_pass in
3433     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3434     2)
3435       as_fn_append ac_configure_args1 " '$ac_arg'"
3436       if test $ac_must_keep_next = true; then
3437         ac_must_keep_next=false # Got value, back to normal.
3438       else
3439         case $ac_arg in
3440           *=* | --config-cache | -C | -disable-* | --disable-* \
3441           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3442           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3443           | -with-* | --with-* | -without-* | --without-* | --x)
3444             case "$ac_configure_args0 " in
3445               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3446             esac
3447             ;;
3448           -* ) ac_must_keep_next=true ;;
3449         esac
3450       fi
3451       as_fn_append ac_configure_args " '$ac_arg'"
3452       ;;
3453     esac
3454   done
3455 done
3456 { ac_configure_args0=; unset ac_configure_args0;}
3457 { ac_configure_args1=; unset ac_configure_args1;}
3458
3459 # When interrupted or exit'd, cleanup temporary files, and complete
3460 # config.log.  We remove comments because anyway the quotes in there
3461 # would cause problems or look ugly.
3462 # WARNING: Use '\'' to represent an apostrophe within the trap.
3463 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3464 trap 'exit_status=$?
3465   # Save into config.log some information that might help in debugging.
3466   {
3467     echo
3468
3469     $as_echo "## ---------------- ##
3470 ## Cache variables. ##
3471 ## ---------------- ##"
3472     echo
3473     # The following way of writing the cache mishandles newlines in values,
3474 (
3475   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3476     eval ac_val=\$$ac_var
3477     case $ac_val in #(
3478     *${as_nl}*)
3479       case $ac_var in #(
3480       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3481 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3482       esac
3483       case $ac_var in #(
3484       _ | IFS | as_nl) ;; #(
3485       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3486       *) { eval $ac_var=; unset $ac_var;} ;;
3487       esac ;;
3488     esac
3489   done
3490   (set) 2>&1 |
3491     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3492     *${as_nl}ac_space=\ *)
3493       sed -n \
3494         "s/'\''/'\''\\\\'\'''\''/g;
3495           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3496       ;; #(
3497     *)
3498       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3499       ;;
3500     esac |
3501     sort
3502 )
3503     echo
3504
3505     $as_echo "## ----------------- ##
3506 ## Output variables. ##
3507 ## ----------------- ##"
3508     echo
3509     for ac_var in $ac_subst_vars
3510     do
3511       eval ac_val=\$$ac_var
3512       case $ac_val in
3513       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3514       esac
3515       $as_echo "$ac_var='\''$ac_val'\''"
3516     done | sort
3517     echo
3518
3519     if test -n "$ac_subst_files"; then
3520       $as_echo "## ------------------- ##
3521 ## File substitutions. ##
3522 ## ------------------- ##"
3523       echo
3524       for ac_var in $ac_subst_files
3525       do
3526         eval ac_val=\$$ac_var
3527         case $ac_val in
3528         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3529         esac
3530         $as_echo "$ac_var='\''$ac_val'\''"
3531       done | sort
3532       echo
3533     fi
3534
3535     if test -s confdefs.h; then
3536       $as_echo "## ----------- ##
3537 ## confdefs.h. ##
3538 ## ----------- ##"
3539       echo
3540       cat confdefs.h
3541       echo
3542     fi
3543     test "$ac_signal" != 0 &&
3544       $as_echo "$as_me: caught signal $ac_signal"
3545     $as_echo "$as_me: exit $exit_status"
3546   } >&5
3547   rm -f core *.core core.conftest.* &&
3548     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3549     exit $exit_status
3550 ' 0
3551 for ac_signal in 1 2 13 15; do
3552   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3553 done
3554 ac_signal=0
3555
3556 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3557 rm -f -r conftest* confdefs.h
3558
3559 $as_echo "/* confdefs.h */" > confdefs.h
3560
3561 # Predefined preprocessor variables.
3562
3563 cat >>confdefs.h <<_ACEOF
3564 #define PACKAGE_NAME "$PACKAGE_NAME"
3565 _ACEOF
3566
3567 cat >>confdefs.h <<_ACEOF
3568 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3569 _ACEOF
3570
3571 cat >>confdefs.h <<_ACEOF
3572 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3573 _ACEOF
3574
3575 cat >>confdefs.h <<_ACEOF
3576 #define PACKAGE_STRING "$PACKAGE_STRING"
3577 _ACEOF
3578
3579 cat >>confdefs.h <<_ACEOF
3580 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3581 _ACEOF
3582
3583 cat >>confdefs.h <<_ACEOF
3584 #define PACKAGE_URL "$PACKAGE_URL"
3585 _ACEOF
3586
3587
3588 # Let the site file select an alternate cache file if it wants to.
3589 # Prefer an explicitly selected file to automatically selected ones.
3590 ac_site_file1=NONE
3591 ac_site_file2=NONE
3592 if test -n "$CONFIG_SITE"; then
3593   # We do not want a PATH search for config.site.
3594   case $CONFIG_SITE in #((
3595     -*)  ac_site_file1=./$CONFIG_SITE;;
3596     */*) ac_site_file1=$CONFIG_SITE;;
3597     *)   ac_site_file1=./$CONFIG_SITE;;
3598   esac
3599 elif test "x$prefix" != xNONE; then
3600   ac_site_file1=$prefix/share/config.site
3601   ac_site_file2=$prefix/etc/config.site
3602 else
3603   ac_site_file1=$ac_default_prefix/share/config.site
3604   ac_site_file2=$ac_default_prefix/etc/config.site
3605 fi
3606 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3607 do
3608   test "x$ac_site_file" = xNONE && continue
3609   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3610     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3611 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3612     sed 's/^/| /' "$ac_site_file" >&5
3613     . "$ac_site_file" \
3614       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3615 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3616 as_fn_error $? "failed to load site script $ac_site_file
3617 See \`config.log' for more details" "$LINENO" 5; }
3618   fi
3619 done
3620
3621 if test -r "$cache_file"; then
3622   # Some versions of bash will fail to source /dev/null (special files
3623   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
3624   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3625     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3626 $as_echo "$as_me: loading cache $cache_file" >&6;}
3627     case $cache_file in
3628       [\\/]* | ?:[\\/]* ) . "$cache_file";;
3629       *)                      . "./$cache_file";;
3630     esac
3631   fi
3632 else
3633   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3634 $as_echo "$as_me: creating cache $cache_file" >&6;}
3635   >$cache_file
3636 fi
3637
3638 # Check that the precious variables saved in the cache have kept the same
3639 # value.
3640 ac_cache_corrupted=false
3641 for ac_var in $ac_precious_vars; do
3642   eval ac_old_set=\$ac_cv_env_${ac_var}_set
3643   eval ac_new_set=\$ac_env_${ac_var}_set
3644   eval ac_old_val=\$ac_cv_env_${ac_var}_value
3645   eval ac_new_val=\$ac_env_${ac_var}_value
3646   case $ac_old_set,$ac_new_set in
3647     set,)
3648       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3649 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3650       ac_cache_corrupted=: ;;
3651     ,set)
3652       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3653 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3654       ac_cache_corrupted=: ;;
3655     ,);;
3656     *)
3657       if test "x$ac_old_val" != "x$ac_new_val"; then
3658         # differences in whitespace do not lead to failure.
3659         ac_old_val_w=`echo x $ac_old_val`
3660         ac_new_val_w=`echo x $ac_new_val`
3661         if test "$ac_old_val_w" != "$ac_new_val_w"; then
3662           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3663 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3664           ac_cache_corrupted=:
3665         else
3666           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3667 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3668           eval $ac_var=\$ac_old_val
3669         fi
3670         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
3671 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
3672         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
3673 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
3674       fi;;
3675   esac
3676   # Pass precious variables to config.status.
3677   if test "$ac_new_set" = set; then
3678     case $ac_new_val in
3679     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3680     *) ac_arg=$ac_var=$ac_new_val ;;
3681     esac
3682     case " $ac_configure_args " in
3683       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
3684       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3685     esac
3686   fi
3687 done
3688 if $ac_cache_corrupted; then
3689   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3690 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3691   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3692 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3693   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3694 fi
3695 ## -------------------- ##
3696 ## Main body of script. ##
3697 ## -------------------- ##
3698
3699 ac_ext=c
3700 ac_cpp='$CPP $CPPFLAGS'
3701 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3702 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3703 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3704
3705
3706
3707
3708
3709 ac_aux_dir=
3710 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3711   if test -f "$ac_dir/install-sh"; then
3712     ac_aux_dir=$ac_dir
3713     ac_install_sh="$ac_aux_dir/install-sh -c"
3714     break
3715   elif test -f "$ac_dir/install.sh"; then
3716     ac_aux_dir=$ac_dir
3717     ac_install_sh="$ac_aux_dir/install.sh -c"
3718     break
3719   elif test -f "$ac_dir/shtool"; then
3720     ac_aux_dir=$ac_dir
3721     ac_install_sh="$ac_aux_dir/shtool install -c"
3722     break
3723   fi
3724 done
3725 if test -z "$ac_aux_dir"; then
3726   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3727 fi
3728
3729 # These three variables are undocumented and unsupported,
3730 # and are intended to be withdrawn in a future Autoconf release.
3731 # They can cause serious problems if a builder's source tree is in a directory
3732 # whose full name contains unusual characters.
3733 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
3734 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
3735 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
3736
3737
3738 # Make sure we can run config.sub.
3739 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3740   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3741
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3743 $as_echo_n "checking build system type... " >&6; }
3744 if ${ac_cv_build+:} false; then :
3745   $as_echo_n "(cached) " >&6
3746 else
3747   ac_build_alias=$build_alias
3748 test "x$ac_build_alias" = x &&
3749   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3750 test "x$ac_build_alias" = x &&
3751   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3752 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3753   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3754
3755 fi
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3757 $as_echo "$ac_cv_build" >&6; }
3758 case $ac_cv_build in
3759 *-*-*) ;;
3760 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3761 esac
3762 build=$ac_cv_build
3763 ac_save_IFS=$IFS; IFS='-'
3764 set x $ac_cv_build
3765 shift
3766 build_cpu=$1
3767 build_vendor=$2
3768 shift; shift
3769 # Remember, the first character of IFS is used to create $*,
3770 # except with old shells:
3771 build_os=$*
3772 IFS=$ac_save_IFS
3773 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3774
3775
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3777 $as_echo_n "checking host system type... " >&6; }
3778 if ${ac_cv_host+:} false; then :
3779   $as_echo_n "(cached) " >&6
3780 else
3781   if test "x$host_alias" = x; then
3782   ac_cv_host=$ac_cv_build
3783 else
3784   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3785     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3786 fi
3787
3788 fi
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3790 $as_echo "$ac_cv_host" >&6; }
3791 case $ac_cv_host in
3792 *-*-*) ;;
3793 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3794 esac
3795 host=$ac_cv_host
3796 ac_save_IFS=$IFS; IFS='-'
3797 set x $ac_cv_host
3798 shift
3799 host_cpu=$1
3800 host_vendor=$2
3801 shift; shift
3802 # Remember, the first character of IFS is used to create $*,
3803 # except with old shells:
3804 host_os=$*
3805 IFS=$ac_save_IFS
3806 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3807
3808
3809
3810 if test "$cross_compiling" != "no"; then
3811     HOST_PREFIX="${host_alias}-"
3812     HOST_SUFFIX="-$host_alias"
3813 else
3814     HOST_PREFIX=
3815     HOST_SUFFIX=
3816 fi
3817
3818
3819 wx_major_version_number=2
3820 wx_minor_version_number=9
3821 wx_release_number=5
3822 wx_subrelease_number=0
3823
3824 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
3825 WX_VERSION=$WX_RELEASE.$wx_release_number
3826 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
3827
3828 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
3829
3830
3831 wx_top_builddir="`pwd`"
3832
3833
3834
3835
3836 USE_UNIX=1
3837 USE_OS2=0
3838 USE_WIN32=0
3839 USE_DOS=0
3840 USE_BEOS=0
3841 USE_MAC=0
3842
3843 USE_AIX=
3844 USE_BSD=                            USE_DARWIN=                         USE_FREEBSD=
3845 USE_GNU=                            USE_HPUX=
3846 USE_LINUX=
3847 USE_NETBSD=
3848 USE_OPENBSD=
3849 USE_OSF=                            USE_SGI=
3850 USE_SOLARIS=                        USE_SUN=                            USE_SUNOS=                          USE_SVR4=                           USE_SYSV=                           USE_VMS=
3851 USE_ULTRIX=
3852 USE_UNIXWARE=
3853
3854 USE_ALPHA=
3855
3856 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
3857
3858 ALL_TOOLKITS="COCOA GTK OSX_CARBON OSX_COCOA OSX_IPHONE MICROWIN MOTIF MSW PM X11 DFB"
3859
3860 DEFAULT_wxUSE_OLD_COCOA=0
3861 DEFAULT_wxUSE_GTK=0
3862 DEFAULT_wxUSE_OSX_CARBON=0
3863 DEFAULT_wxUSE_OSX_COCOA=0
3864 DEFAULT_wxUSE_OSX_IPHONE=0
3865 DEFAULT_wxUSE_MICROWIN=0
3866 DEFAULT_wxUSE_MOTIF=0
3867 DEFAULT_wxUSE_MSW=0
3868 DEFAULT_wxUSE_PM=0
3869 DEFAULT_wxUSE_X11=0
3870 DEFAULT_wxUSE_DFB=0
3871
3872 DEFAULT_DEFAULT_wxUSE_OLD_COCOA=0
3873 DEFAULT_DEFAULT_wxUSE_GTK=0
3874 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=0
3875 DEFAULT_DEFAULT_wxUSE_OSX_COCOA=0
3876 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE=0
3877 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
3878 DEFAULT_DEFAULT_wxUSE_MOTIF=0
3879 DEFAULT_DEFAULT_wxUSE_MSW=0
3880 DEFAULT_DEFAULT_wxUSE_PM=0
3881 DEFAULT_DEFAULT_wxUSE_X11=0
3882 DEFAULT_DEFAULT_wxUSE_DFB=0
3883
3884 PROGRAM_EXT=
3885 SAMPLES_RPATH_FLAG=
3886 DYLIB_RPATH_INSTALL=
3887 DYLIB_RPATH_POSTLINK=
3888
3889 DEFAULT_STD_FLAG=yes
3890
3891 case "${host}" in
3892   *-hp-hpux* )
3893     USE_HPUX=1
3894     DEFAULT_DEFAULT_wxUSE_MOTIF=1
3895     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
3896     $as_echo "#define __HPUX__ 1" >>confdefs.h
3897
3898
3899             CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
3900   ;;
3901   *-*-linux* )
3902     USE_LINUX=1
3903     $as_echo "#define __LINUX__ 1" >>confdefs.h
3904
3905     TMP=`uname -m`
3906     if test "x$TMP" = "xalpha"; then
3907       USE_ALPHA=1
3908       $as_echo "#define __ALPHA__ 1" >>confdefs.h
3909
3910     fi
3911     DEFAULT_DEFAULT_wxUSE_GTK=1
3912   ;;
3913   *-*-gnu* | *-*-k*bsd*-gnu )
3914     USE_GNU=1
3915     TMP=`uname -m`
3916     if test "x$TMP" = "xalpha"; then
3917       USE_ALPHA=1
3918       $as_echo "#define __ALPHA__ 1" >>confdefs.h
3919
3920     fi
3921     DEFAULT_DEFAULT_wxUSE_GTK=1
3922   ;;
3923   *-*-irix5* | *-*-irix6* )
3924     USE_SGI=1
3925     USE_SVR4=1
3926     $as_echo "#define __SGI__ 1" >>confdefs.h
3927
3928     $as_echo "#define __SVR4__ 1" >>confdefs.h
3929
3930     DEFAULT_DEFAULT_wxUSE_MOTIF=1
3931   ;;
3932   *-*-qnx*)
3933     USE_QNX=1
3934     $as_echo "#define __QNX__ 1" >>confdefs.h
3935
3936     DEFAULT_DEFAULT_wxUSE_X11=1
3937   ;;
3938   *-*-solaris2* )
3939     USE_SUN=1
3940     USE_SOLARIS=1
3941     USE_SVR4=1
3942     $as_echo "#define __SUN__ 1" >>confdefs.h
3943
3944     $as_echo "#define __SOLARIS__ 1" >>confdefs.h
3945
3946     $as_echo "#define __SVR4__ 1" >>confdefs.h
3947
3948     DEFAULT_DEFAULT_wxUSE_MOTIF=1
3949     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
3950   ;;
3951   *-*-sunos4* )
3952     USE_SUN=1
3953     USE_SUNOS=1
3954     USE_BSD=1
3955     $as_echo "#define __SUN__ 1" >>confdefs.h
3956
3957     $as_echo "#define __SUNOS__ 1" >>confdefs.h
3958
3959     $as_echo "#define __BSD__ 1" >>confdefs.h
3960
3961     DEFAULT_DEFAULT_wxUSE_MOTIF=1
3962   ;;
3963   *-*-freebsd*)
3964     USE_BSD=1
3965     USE_FREEBSD=1
3966     $as_echo "#define __FREEBSD__ 1" >>confdefs.h
3967
3968     $as_echo "#define __BSD__ 1" >>confdefs.h
3969
3970     DEFAULT_DEFAULT_wxUSE_GTK=1
3971   ;;
3972   *-*-openbsd*|*-*-mirbsd*)
3973     USE_BSD=1
3974     USE_OPENBSD=1
3975     $as_echo "#define __OPENBSD__ 1" >>confdefs.h
3976
3977     $as_echo "#define __BSD__ 1" >>confdefs.h
3978
3979     DEFAULT_DEFAULT_wxUSE_GTK=1
3980   ;;
3981   *-*-netbsd*)
3982     USE_BSD=1
3983     USE_NETBSD=1
3984     $as_echo "#define __NETBSD__ 1" >>confdefs.h
3985
3986     $as_echo "#define __BSD__ 1" >>confdefs.h
3987
3988     DEFAULT_DEFAULT_wxUSE_GTK=1
3989     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
3990
3991             CPPFLAGS="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
3992   ;;
3993   *-*-osf* )
3994     USE_ALPHA=1
3995     USE_OSF=1
3996     $as_echo "#define __ALPHA__ 1" >>confdefs.h
3997
3998     $as_echo "#define __OSF__ 1" >>confdefs.h
3999
4000     DEFAULT_DEFAULT_wxUSE_MOTIF=1
4001     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
4002   ;;
4003   *-*-dgux5* )
4004     USE_ALPHA=1
4005     USE_SVR4=1
4006     $as_echo "#define __ALPHA__ 1" >>confdefs.h
4007
4008     $as_echo "#define __SVR4__ 1" >>confdefs.h
4009
4010     DEFAULT_DEFAULT_wxUSE_MOTIF=1
4011   ;;
4012   *-*-sysv5* )
4013     USE_SYSV=1
4014     USE_SVR4=1
4015     $as_echo "#define __SYSV__ 1" >>confdefs.h
4016
4017     $as_echo "#define __SVR4__ 1" >>confdefs.h
4018
4019     DEFAULT_DEFAULT_wxUSE_MOTIF=1
4020   ;;
4021   *-*-aix* )
4022     USE_AIX=1
4023     USE_SYSV=1
4024     USE_SVR4=1
4025     $as_echo "#define __AIX__ 1" >>confdefs.h
4026
4027     $as_echo "#define __SYSV__ 1" >>confdefs.h
4028
4029     $as_echo "#define __SVR4__ 1" >>confdefs.h
4030
4031     DEFAULT_DEFAULT_wxUSE_MOTIF=1
4032   ;;
4033
4034   *-*-*UnixWare*)
4035     USE_SYSV=1
4036     USE_SVR4=1
4037     USE_UNIXWARE=1
4038     $as_echo "#define __UNIXWARE__ 1" >>confdefs.h
4039
4040   ;;
4041
4042   *-*-cygwin* | *-*-mingw32* )
4043                 PROGRAM_EXT=".exe"
4044     DEFAULT_DEFAULT_wxUSE_MSW=1
4045   ;;
4046
4047   *-pc-msdosdjgpp )
4048     USE_UNIX=0
4049     USE_DOS=1
4050     $as_echo "#define __DOS__ 1" >>confdefs.h
4051
4052     PROGRAM_EXT=".exe"
4053   ;;
4054
4055   *-pc-os2_emx | *-pc-os2-emx )
4056     $as_echo "#define __EMX__ 1" >>confdefs.h
4057
4058     USE_OS2=1
4059     $as_echo "#define __OS2__ 1" >>confdefs.h
4060
4061     PROGRAM_EXT=".exe"
4062     DEFAULT_DEFAULT_wxUSE_PM=1
4063         CXX=gcc
4064     LDFLAGS="$LDFLAGS -Zcrtdll"
4065                         ac_executable_extensions=".exe"
4066     export ac_executable_extensions
4067             ac_save_IFS="$IFS"
4068     IFS='\\'
4069     ac_TEMP_PATH=
4070     for ac_dir in $PATH; do
4071       IFS=$ac_save_IFS
4072       if test -z "$ac_TEMP_PATH"; then
4073         ac_TEMP_PATH="$ac_dir"
4074       else
4075         ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
4076       fi
4077     done
4078     export PATH="$ac_TEMP_PATH"
4079     unset ac_TEMP_PATH
4080     DEFAULT_STD_FLAG=no
4081   ;;
4082
4083   arm-apple-darwin*)
4084         USE_BSD=1
4085     USE_DARWIN=1
4086     $as_echo "#define __BSD__ 1" >>confdefs.h
4087
4088     $as_echo "#define __DARWIN__ 1" >>confdefs.h
4089
4090     DEFAULT_DEFAULT_wxUSE_OSX_IPHONE=1
4091   ;;
4092
4093   *-*-darwin* )
4094         USE_BSD=1
4095     USE_DARWIN=1
4096     $as_echo "#define __BSD__ 1" >>confdefs.h
4097
4098     $as_echo "#define __DARWIN__ 1" >>confdefs.h
4099
4100     $as_echo "#define TARGET_CARBON 1" >>confdefs.h
4101
4102     DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
4103   ;;
4104
4105   *-*-beos* )
4106         USE_BEOS=1
4107     $as_echo "#define __BEOS__ 1" >>confdefs.h
4108
4109   ;;
4110
4111   *)
4112     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
4113 $as_echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
4114     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
4115 $as_echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
4116
4117     DEFAULT_DEFAULT_wxUSE_X11=1
4118     DEFAULT_wxUSE_SHARED=no
4119 esac
4120
4121
4122
4123 DEFAULT_wxUSE_ALL_FEATURES=yes
4124
4125 DEFAULT_wxUSE_STD_CONTAINERS=no
4126 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
4127 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
4128
4129 DEFAULT_wxUSE_DMALLOC=no
4130 DEFAULT_wxUSE_LIBGNOMEVFS=no
4131 DEFAULT_wxUSE_LIBHILDON=no
4132 DEFAULT_wxUSE_LIBHILDON2=no
4133 DEFAULT_wxUSE_LIBMSPACK=no
4134 DEFAULT_wxUSE_LIBSDL=no
4135
4136 DEFAULT_wxUSE_ACCESSIBILITY=no
4137 DEFAULT_wxUSE_IPV6=no
4138 DEFAULT_wxUSE_GSTREAMER8=no
4139 DEFAULT_wxUSE_UNICODE_UTF8=no
4140 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no
4141
4142 DEFAULT_wxUSE_ARTPROVIDER_TANGO=auto
4143 DEFAULT_wxUSE_OPENGL=auto
4144 DEFAULT_wxUSE_MEDIACTRL=auto
4145 DEFAULT_wxUSE_COMPILER_TLS=auto
4146 DEFAULT_wxUSE_HOTKEY=auto
4147 DEFAULT_wxUSE_METAFILE=auto
4148
4149 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
4150 DEFAULT_wxUSE_MAC_ARCH=no
4151
4152 DEFAULT_wxUSE_OFFICIAL_BUILD=no
4153
4154 DEFAULT_wxUSE_OBJC_UNIQUIFYING=no
4155
4156
4157
4158
4159
4160           enablestring=disable
4161           defaultval=
4162           if test -z "$defaultval"; then
4163               if test x"$enablestring" = xdisable; then
4164                   defaultval=yes
4165               else
4166                   defaultval=no
4167               fi
4168           fi
4169
4170           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gui" >&5
4171 $as_echo_n "checking for --${enablestring:-enable}-gui... " >&6; }
4172           # Check whether --enable-gui was given.
4173 if test "${enable_gui+set}" = set; then :
4174   enableval=$enable_gui;
4175                           if test "$enableval" = yes; then
4176                             wx_cv_use_gui='wxUSE_GUI=yes'
4177                           else
4178                             wx_cv_use_gui='wxUSE_GUI=no'
4179                           fi
4180
4181 else
4182
4183                           wx_cv_use_gui='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
4184
4185 fi
4186
4187
4188           eval "$wx_cv_use_gui"
4189
4190           if test x"$enablestring" = xdisable; then
4191             if test $wxUSE_GUI = no; then
4192               result=yes
4193             else
4194               result=no
4195             fi
4196           else
4197             result=$wxUSE_GUI
4198           fi
4199
4200           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4201 $as_echo "$result" >&6; }
4202
4203
4204           enablestring=
4205           defaultval=
4206           if test -z "$defaultval"; then
4207               if test x"$enablestring" = xdisable; then
4208                   defaultval=yes
4209               else
4210                   defaultval=no
4211               fi
4212           fi
4213
4214           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-monolithic" >&5
4215 $as_echo_n "checking for --${enablestring:-enable}-monolithic... " >&6; }
4216           # Check whether --enable-monolithic was given.
4217 if test "${enable_monolithic+set}" = set; then :
4218   enableval=$enable_monolithic;
4219                           if test "$enableval" = yes; then
4220                             wx_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
4221                           else
4222                             wx_cv_use_monolithic='wxUSE_MONOLITHIC=no'
4223                           fi
4224
4225 else
4226
4227                           wx_cv_use_monolithic='wxUSE_MONOLITHIC=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
4228
4229 fi
4230
4231
4232           eval "$wx_cv_use_monolithic"
4233
4234           if test x"$enablestring" = xdisable; then
4235             if test $wxUSE_MONOLITHIC = no; then
4236               result=yes
4237             else
4238               result=no
4239             fi
4240           else
4241             result=$wxUSE_MONOLITHIC
4242           fi
4243
4244           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4245 $as_echo "$result" >&6; }
4246
4247
4248           enablestring=
4249           defaultval=
4250           if test -z "$defaultval"; then
4251               if test x"$enablestring" = xdisable; then
4252                   defaultval=yes
4253               else
4254                   defaultval=no
4255               fi
4256           fi
4257
4258           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-plugins" >&5
4259 $as_echo_n "checking for --${enablestring:-enable}-plugins... " >&6; }
4260           # Check whether --enable-plugins was given.
4261 if test "${enable_plugins+set}" = set; then :
4262   enableval=$enable_plugins;
4263                           if test "$enableval" = yes; then
4264                             wx_cv_use_plugins='wxUSE_PLUGINS=yes'
4265                           else
4266                             wx_cv_use_plugins='wxUSE_PLUGINS=no'
4267                           fi
4268
4269 else
4270
4271                           wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
4272
4273 fi
4274
4275
4276           eval "$wx_cv_use_plugins"
4277
4278           if test x"$enablestring" = xdisable; then
4279             if test $wxUSE_PLUGINS = no; then
4280               result=yes
4281             else
4282               result=no
4283             fi
4284           else
4285             result=$wxUSE_PLUGINS
4286           fi
4287
4288           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4289 $as_echo "$result" >&6; }
4290
4291
4292           withstring=without
4293           defaultval=$wxUSE_ALL_FEATURES
4294           if test -z "$defaultval"; then
4295               if test x"$withstring" = xwithout; then
4296                   defaultval=yes
4297               else
4298                   defaultval=no
4299               fi
4300           fi
4301           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-subdirs" >&5
4302 $as_echo_n "checking for --${withstring:-with}-subdirs... " >&6; }
4303
4304 # Check whether --with-subdirs was given.
4305 if test "${with_subdirs+set}" = set; then :
4306   withval=$with_subdirs;
4307                         if test "$withval" = yes; then
4308                           wx_cv_use_subdirs='wxWITH_SUBDIRS=yes'
4309                         else
4310                           wx_cv_use_subdirs='wxWITH_SUBDIRS=no'
4311                         fi
4312
4313 else
4314
4315                         wx_cv_use_subdirs='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
4316
4317 fi
4318
4319
4320           eval "$wx_cv_use_subdirs"
4321
4322           if test x"$withstring" = xwithout; then
4323             if test $wxWITH_SUBDIRS = yes; then
4324               result=no
4325             else
4326               result=yes
4327             fi
4328           else
4329             result=$wxWITH_SUBDIRS
4330           fi
4331
4332           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4333 $as_echo "$result" >&6; }
4334
4335
4336 # Check whether --with-flavour was given.
4337 if test "${with_flavour+set}" = set; then :
4338   withval=$with_flavour; WX_FLAVOUR="$withval"
4339 fi
4340
4341
4342           enablestring=
4343           defaultval=
4344           if test -z "$defaultval"; then
4345               if test x"$enablestring" = xdisable; then
4346                   defaultval=yes
4347               else
4348                   defaultval=no
4349               fi
4350           fi
4351
4352           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-official_build" >&5
4353 $as_echo_n "checking for --${enablestring:-enable}-official_build... " >&6; }
4354           # Check whether --enable-official_build was given.
4355 if test "${enable_official_build+set}" = set; then :
4356   enableval=$enable_official_build;
4357                           if test "$enableval" = yes; then
4358                             wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
4359                           else
4360                             wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
4361                           fi
4362
4363 else
4364
4365                           wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
4366
4367 fi
4368
4369
4370           eval "$wx_cv_use_official_build"
4371
4372           if test x"$enablestring" = xdisable; then
4373             if test $wxUSE_OFFICIAL_BUILD = no; then
4374               result=yes
4375             else
4376               result=no
4377             fi
4378           else
4379             result=$wxUSE_OFFICIAL_BUILD
4380           fi
4381
4382           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4383 $as_echo "$result" >&6; }
4384
4385 # Check whether --enable-vendor was given.
4386 if test "${enable_vendor+set}" = set; then :
4387   enableval=$enable_vendor; VENDOR="$enableval"
4388 fi
4389
4390 if test "x$VENDOR" = "x"; then
4391     VENDOR="custom"
4392 fi
4393
4394
4395           enablestring=disable
4396           defaultval=
4397           if test -z "$defaultval"; then
4398               if test x"$enablestring" = xdisable; then
4399                   defaultval=yes
4400               else
4401                   defaultval=no
4402               fi
4403           fi
4404
4405           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-all-features" >&5
4406 $as_echo_n "checking for --${enablestring:-enable}-all-features... " >&6; }
4407           # Check whether --enable-all-features was given.
4408 if test "${enable_all_features+set}" = set; then :
4409   enableval=$enable_all_features;
4410                           if test "$enableval" = yes; then
4411                             wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
4412                           else
4413                             wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
4414                           fi
4415
4416 else
4417
4418                           wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
4419
4420 fi
4421
4422
4423           eval "$wx_cv_use_all_features"
4424
4425           if test x"$enablestring" = xdisable; then
4426             if test $wxUSE_ALL_FEATURES = no; then
4427               result=yes
4428             else
4429               result=no
4430             fi
4431           else
4432             result=$wxUSE_ALL_FEATURES
4433           fi
4434
4435           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4436 $as_echo "$result" >&6; }
4437
4438
4439 if test "$wxUSE_ALL_FEATURES" = "no"; then
4440                     DEFAULT_wxUSE_ARTPROVIDER_TANGO=no
4441     DEFAULT_wxUSE_MEDIACTRL=no
4442 fi
4443
4444
4445 if test "$wxUSE_GUI" = "yes"; then
4446
4447
4448           enablestring=
4449           defaultval=
4450           if test -z "$defaultval"; then
4451               if test x"$enablestring" = xdisable; then
4452                   defaultval=yes
4453               else
4454                   defaultval=no
4455               fi
4456           fi
4457
4458           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-universal" >&5
4459 $as_echo_n "checking for --${enablestring:-enable}-universal... " >&6; }
4460           # Check whether --enable-universal was given.
4461 if test "${enable_universal+set}" = set; then :
4462   enableval=$enable_universal;
4463                           if test "$enableval" = yes; then
4464                             wx_cv_use_universal='wxUSE_UNIVERSAL=yes'
4465                           else
4466                             wx_cv_use_universal='wxUSE_UNIVERSAL=no'
4467                           fi
4468
4469 else
4470
4471                           wx_cv_use_universal='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
4472
4473 fi
4474
4475
4476           eval "$wx_cv_use_universal"
4477
4478           if test x"$enablestring" = xdisable; then
4479             if test $wxUSE_UNIVERSAL = no; then
4480               result=yes
4481             else
4482               result=no
4483             fi
4484           else
4485             result=$wxUSE_UNIVERSAL
4486           fi
4487
4488           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4489 $as_echo "$result" >&6; }
4490
4491 if test "$wxUSE_UNIVERSAL" = "yes"; then
4492
4493 # Check whether --with-themes was given.
4494 if test "${with_themes+set}" = set; then :
4495   withval=$with_themes; wxUNIV_THEMES="$withval"
4496 fi
4497
4498 fi
4499
4500
4501 # Check whether --with-gtk was given.
4502 if test "${with_gtk+set}" = set; then :
4503   withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
4504 fi
4505
4506
4507 # Check whether --with-motif was given.
4508 if test "${with_motif+set}" = set; then :
4509   withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
4510 fi
4511
4512
4513 # Check whether --with-osx_carbon was given.
4514 if test "${with_osx_carbon+set}" = set; then :
4515   withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4516 fi
4517
4518
4519 # Check whether --with-osx_cocoa was given.
4520 if test "${with_osx_cocoa+set}" = set; then :
4521   withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
4522 fi
4523
4524
4525 # Check whether --with-osx_iphone was given.
4526 if test "${with_osx_iphone+set}" = set; then :
4527   withval=$with_osx_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
4528 fi
4529
4530
4531 # Check whether --with-osx was given.
4532 if test "${with_osx+set}" = set; then :
4533   withval=$with_osx; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4534 fi
4535
4536
4537 # Check whether --with-carbon was given.
4538 if test "${with_carbon+set}" = set; then :
4539   withval=$with_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4540 fi
4541
4542
4543 # Check whether --with-cocoa was given.
4544 if test "${with_cocoa+set}" = set; then :
4545   withval=$with_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
4546 fi
4547
4548
4549 # Check whether --with-iphone was given.
4550 if test "${with_iphone+set}" = set; then :
4551   withval=$with_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
4552 fi
4553
4554
4555 # Check whether --with-mac was given.
4556 if test "${with_mac+set}" = set; then :
4557   withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4558 fi
4559
4560
4561 # Check whether --with-old_cocoa was given.
4562 if test "${with_old_cocoa+set}" = set; then :
4563   withval=$with_old_cocoa; wxUSE_OLD_COCOA="$withval" CACHE_OLD_COCOA=1 TOOLKIT_GIVEN=1
4564 fi
4565
4566
4567 # Check whether --with-wine was given.
4568 if test "${with_wine+set}" = set; then :
4569   withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
4570 fi
4571
4572
4573 # Check whether --with-msw was given.
4574 if test "${with_msw+set}" = set; then :
4575   withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
4576 fi
4577
4578
4579 # Check whether --with-pm was given.
4580 if test "${with_pm+set}" = set; then :
4581   withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
4582 fi
4583
4584
4585 # Check whether --with-directfb was given.
4586 if test "${with_directfb+set}" = set; then :
4587   withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
4588 fi
4589
4590
4591 # Check whether --with-microwin was given.
4592 if test "${with_microwin+set}" = set; then :
4593   withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
4594 fi
4595
4596
4597 # Check whether --with-x11 was given.
4598 if test "${with_x11+set}" = set; then :
4599   withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
4600 fi
4601
4602
4603           enablestring=
4604           defaultval=
4605           if test -z "$defaultval"; then
4606               if test x"$enablestring" = xdisable; then
4607                   defaultval=yes
4608               else
4609                   defaultval=no
4610               fi
4611           fi
4612
4613           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-nanox" >&5
4614 $as_echo_n "checking for --${enablestring:-enable}-nanox... " >&6; }
4615           # Check whether --enable-nanox was given.
4616 if test "${enable_nanox+set}" = set; then :
4617   enableval=$enable_nanox;
4618                           if test "$enableval" = yes; then
4619                             wx_cv_use_nanox='wxUSE_NANOX=yes'
4620                           else
4621                             wx_cv_use_nanox='wxUSE_NANOX=no'
4622                           fi
4623
4624 else
4625
4626                           wx_cv_use_nanox='wxUSE_NANOX=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
4627
4628 fi
4629
4630
4631           eval "$wx_cv_use_nanox"
4632
4633           if test x"$enablestring" = xdisable; then
4634             if test $wxUSE_NANOX = no; then
4635               result=yes
4636             else
4637               result=no
4638             fi
4639           else
4640             result=$wxUSE_NANOX
4641           fi
4642
4643           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4644 $as_echo "$result" >&6; }
4645
4646
4647           enablestring=
4648           defaultval=
4649           if test -z "$defaultval"; then
4650               if test x"$enablestring" = xdisable; then
4651                   defaultval=yes
4652               else
4653                   defaultval=no
4654               fi
4655           fi
4656
4657           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gpe" >&5
4658 $as_echo_n "checking for --${enablestring:-enable}-gpe... " >&6; }
4659           # Check whether --enable-gpe was given.
4660 if test "${enable_gpe+set}" = set; then :
4661   enableval=$enable_gpe;
4662                           if test "$enableval" = yes; then
4663                             wx_cv_use_gpe='wxUSE_GPE=yes'
4664                           else
4665                             wx_cv_use_gpe='wxUSE_GPE=no'
4666                           fi
4667
4668 else
4669
4670                           wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
4671
4672 fi
4673
4674
4675           eval "$wx_cv_use_gpe"
4676
4677           if test x"$enablestring" = xdisable; then
4678             if test $wxUSE_GPE = no; then
4679               result=yes
4680             else
4681               result=no
4682             fi
4683           else
4684             result=$wxUSE_GPE
4685           fi
4686
4687           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4688 $as_echo "$result" >&6; }
4689
4690
4691
4692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for toolkit" >&5
4693 $as_echo_n "checking for toolkit... " >&6; }
4694
4695
4696
4697 # In Wine, we need to default to MSW, not GTK or MOTIF
4698 if test "$wxUSE_WINE" = "yes"; then
4699     DEFAULT_DEFAULT_wxUSE_GTK=0
4700     DEFAULT_DEFAULT_wxUSE_MOTIF=0
4701     DEFAULT_DEFAULT_wxUSE_MSW=1
4702     wxUSE_SHARED=no
4703     CC=${CC:-winegcc}
4704     CXX=${CXX:-wineg++}
4705 fi
4706
4707
4708 if test "$wxUSE_GUI" = "yes"; then
4709
4710     if test "$USE_BEOS" = 1; then
4711         as_fn_error $? "BeOS GUI is not supported yet, use --disable-gui" "$LINENO" 5
4712     fi
4713
4714     if test "$TOOLKIT_GIVEN" = 1; then
4715             for toolkit in $ALL_TOOLKITS; do
4716         var=wxUSE_$toolkit
4717         eval "value=\$${var}"
4718         if test "x$value" = "xno"; then
4719           eval "$var=0"
4720         elif test "x$value" != "x"; then
4721           eval "$var=1"
4722         fi
4723
4724         if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
4725           eval "wx${toolkit}_VERSION=$value"
4726         fi
4727       done
4728     else
4729             for toolkit in $ALL_TOOLKITS; do
4730         var=DEFAULT_DEFAULT_wxUSE_$toolkit
4731         eval "wxUSE_$toolkit=\$${var}"
4732       done
4733     fi
4734
4735             NUM_TOOLKITS=`expr ${wxUSE_OLD_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
4736                   + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_OSX_IPHONE:-0} + ${wxUSE_DFB:-0} \
4737                   + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
4738
4739         case "${host}" in
4740       *-pc-os2_emx | *-pc-os2-emx )
4741         NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
4742     esac
4743
4744     case "$NUM_TOOLKITS" in
4745       1)
4746       ;;
4747       0)
4748         as_fn_error $? "Please specify a toolkit -- cannot determine the default for ${host}" "$LINENO" 5
4749       ;;
4750       *)
4751         as_fn_error $? "Please specify at most one toolkit" "$LINENO" 5
4752     esac
4753
4754     for toolkit in $ALL_TOOLKITS; do
4755         var=wxUSE_$toolkit
4756         eval "value=\$${var}"
4757         if test "$value" = 1; then
4758           toolkit_echo=`echo $toolkit | tr '[A-Z]' '[a-z]'`
4759           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $toolkit_echo" >&5
4760 $as_echo "$toolkit_echo" >&6; }
4761         fi
4762     done
4763 else
4764     if test "x$host_alias" != "x"; then
4765         { $as_echo "$as_me:${as_lineno-$LINENO}: result: base ($host_alias hosted) only" >&5
4766 $as_echo "base ($host_alias hosted) only" >&6; }
4767     else
4768         { $as_echo "$as_me:${as_lineno-$LINENO}: result: base only" >&5
4769 $as_echo "base only" >&6; }
4770     fi
4771 fi
4772
4773 wxUSE_MAC=0
4774 if test "$wxUSE_OSX_CARBON" = 1 \
4775        -o "$wxUSE_OSX_COCOA" = 1 \
4776        -o "$wxUSE_OSX_IPHONE" = 1; then
4777     wxUSE_MAC=1
4778 fi
4779
4780
4781
4782           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libpng" >&5
4783 $as_echo_n "checking for --with-libpng... " >&6; }
4784
4785 # Check whether --with-libpng was given.
4786 if test "${with_libpng+set}" = set; then :
4787   withval=$with_libpng;
4788                         if test "$withval" = yes; then
4789                           wx_cv_use_libpng='wxUSE_LIBPNG=yes'
4790                         elif test "$withval" = no; then
4791                           wx_cv_use_libpng='wxUSE_LIBPNG=no'
4792                         elif test "$withval" = sys; then
4793                           wx_cv_use_libpng='wxUSE_LIBPNG=sys'
4794                         elif test "$withval" = builtin; then
4795                           wx_cv_use_libpng='wxUSE_LIBPNG=builtin'
4796                         else
4797                           as_fn_error $? "Invalid value for --with-libpng: should be yes, no, sys, or builtin" "$LINENO" 5
4798                         fi
4799
4800 else
4801
4802                         wx_cv_use_libpng='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
4803
4804 fi
4805
4806
4807           eval "$wx_cv_use_libpng"
4808
4809           if test "$wxUSE_LIBPNG" = yes; then
4810             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4811 $as_echo "yes" >&6; }
4812           elif test "$wxUSE_LIBPNG" = no; then
4813             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4814 $as_echo "no" >&6; }
4815           elif test "$wxUSE_LIBPNG" = sys; then
4816             { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4817 $as_echo "system version" >&6; }
4818           elif test "$wxUSE_LIBPNG" = builtin; then
4819             { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4820 $as_echo "builtin version" >&6; }
4821           else
4822             as_fn_error $? "Invalid value for --with-libpng: should be yes, no, sys, or builtin" "$LINENO" 5
4823           fi
4824
4825
4826           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libjpeg" >&5
4827 $as_echo_n "checking for --with-libjpeg... " >&6; }
4828
4829 # Check whether --with-libjpeg was given.
4830 if test "${with_libjpeg+set}" = set; then :
4831   withval=$with_libjpeg;
4832                         if test "$withval" = yes; then
4833                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
4834                         elif test "$withval" = no; then
4835                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=no'
4836                         elif test "$withval" = sys; then
4837                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
4838                         elif test "$withval" = builtin; then
4839                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
4840                         else
4841                           as_fn_error $? "Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" "$LINENO" 5
4842                         fi
4843
4844 else
4845
4846                         wx_cv_use_libjpeg='wxUSE_LIBJPEG=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
4847
4848 fi
4849
4850
4851           eval "$wx_cv_use_libjpeg"
4852
4853           if test "$wxUSE_LIBJPEG" = yes; then
4854             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4855 $as_echo "yes" >&6; }
4856           elif test "$wxUSE_LIBJPEG" = no; then
4857             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4858 $as_echo "no" >&6; }
4859           elif test "$wxUSE_LIBJPEG" = sys; then
4860             { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4861 $as_echo "system version" >&6; }
4862           elif test "$wxUSE_LIBJPEG" = builtin; then
4863             { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4864 $as_echo "builtin version" >&6; }
4865           else
4866             as_fn_error $? "Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" "$LINENO" 5
4867           fi
4868
4869
4870           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libtiff" >&5
4871 $as_echo_n "checking for --with-libtiff... " >&6; }
4872
4873 # Check whether --with-libtiff was given.
4874 if test "${with_libtiff+set}" = set; then :
4875   withval=$with_libtiff;
4876                         if test "$withval" = yes; then
4877                           wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
4878                         elif test "$withval" = no; then
4879                           wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
4880                         elif test "$withval" = sys; then
4881                           wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
4882                         elif test "$withval" = builtin; then
4883                           wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
4884                         else
4885                           as_fn_error $? "Invalid value for --with-libtiff: should be yes, no, sys, or builtin" "$LINENO" 5
4886                         fi
4887
4888 else
4889
4890                         wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
4891
4892 fi
4893
4894
4895           eval "$wx_cv_use_libtiff"
4896
4897           if test "$wxUSE_LIBTIFF" = yes; then
4898             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4899 $as_echo "yes" >&6; }
4900           elif test "$wxUSE_LIBTIFF" = no; then
4901             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4902 $as_echo "no" >&6; }
4903           elif test "$wxUSE_LIBTIFF" = sys; then
4904             { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4905 $as_echo "system version" >&6; }
4906           elif test "$wxUSE_LIBTIFF" = builtin; then
4907             { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4908 $as_echo "builtin version" >&6; }
4909           else
4910             as_fn_error $? "Invalid value for --with-libtiff: should be yes, no, sys, or builtin" "$LINENO" 5
4911           fi
4912
4913
4914           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libxpm" >&5
4915 $as_echo_n "checking for --with-libxpm... " >&6; }
4916
4917 # Check whether --with-libxpm was given.
4918 if test "${with_libxpm+set}" = set; then :
4919   withval=$with_libxpm;
4920                         if test "$withval" = yes; then
4921                           wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
4922                         elif test "$withval" = no; then
4923                           wx_cv_use_libxpm='wxUSE_LIBXPM=no'
4924                         elif test "$withval" = sys; then
4925                           wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
4926                         elif test "$withval" = builtin; then
4927                           wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
4928                         else
4929                           as_fn_error $? "Invalid value for --with-libxpm: should be yes, no, sys, or builtin" "$LINENO" 5
4930                         fi
4931
4932 else
4933
4934                         wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
4935
4936 fi
4937
4938
4939           eval "$wx_cv_use_libxpm"
4940
4941           if test "$wxUSE_LIBXPM" = yes; then
4942             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4943 $as_echo "yes" >&6; }
4944           elif test "$wxUSE_LIBXPM" = no; then
4945             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4946 $as_echo "no" >&6; }
4947           elif test "$wxUSE_LIBXPM" = sys; then
4948             { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4949 $as_echo "system version" >&6; }
4950           elif test "$wxUSE_LIBXPM" = builtin; then
4951             { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4952 $as_echo "builtin version" >&6; }
4953           else
4954             as_fn_error $? "Invalid value for --with-libxpm: should be yes, no, sys, or builtin" "$LINENO" 5
4955           fi
4956
4957
4958           withstring=
4959           defaultval=$wxUSE_ALL_FEATURES
4960           if test -z "$defaultval"; then
4961               if test x"$withstring" = xwithout; then
4962                   defaultval=yes
4963               else
4964                   defaultval=no
4965               fi
4966           fi
4967           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libiconv" >&5
4968 $as_echo_n "checking for --${withstring:-with}-libiconv... " >&6; }
4969
4970 # Check whether --with-libiconv was given.
4971 if test "${with_libiconv+set}" = set; then :
4972   withval=$with_libiconv;
4973                         if test "$withval" = yes; then
4974                           wx_cv_use_libiconv='wxUSE_LIBICONV=yes'
4975                         else
4976                           wx_cv_use_libiconv='wxUSE_LIBICONV=no'
4977                         fi
4978
4979 else
4980
4981                         wx_cv_use_libiconv='wxUSE_LIBICONV=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
4982
4983 fi
4984
4985
4986           eval "$wx_cv_use_libiconv"
4987
4988           if test x"$withstring" = xwithout; then
4989             if test $wxUSE_LIBICONV = yes; then
4990               result=no
4991             else
4992               result=yes
4993             fi
4994           else
4995             result=$wxUSE_LIBICONV
4996           fi
4997
4998           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4999 $as_echo "$result" >&6; }
5000
5001
5002           withstring=
5003           defaultval=$wxUSE_ALL_FEATURES
5004           if test -z "$defaultval"; then
5005               if test x"$withstring" = xwithout; then
5006                   defaultval=yes
5007               else
5008                   defaultval=no
5009               fi
5010           fi
5011           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libmspack" >&5
5012 $as_echo_n "checking for --${withstring:-with}-libmspack... " >&6; }
5013
5014 # Check whether --with-libmspack was given.
5015 if test "${with_libmspack+set}" = set; then :
5016   withval=$with_libmspack;
5017                         if test "$withval" = yes; then
5018                           wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
5019                         else
5020                           wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
5021                         fi
5022
5023 else
5024
5025                         wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
5026
5027 fi
5028
5029
5030           eval "$wx_cv_use_libmspack"
5031
5032           if test x"$withstring" = xwithout; then
5033             if test $wxUSE_LIBMSPACK = yes; then
5034               result=no
5035             else
5036               result=yes
5037             fi
5038           else
5039             result=$wxUSE_LIBMSPACK
5040           fi
5041
5042           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5043 $as_echo "$result" >&6; }
5044
5045
5046           withstring=without
5047           defaultval=$wxUSE_ALL_FEATURES
5048           if test -z "$defaultval"; then
5049               if test x"$withstring" = xwithout; then
5050                   defaultval=yes
5051               else
5052                   defaultval=no
5053               fi
5054           fi
5055           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gtkprint" >&5
5056 $as_echo_n "checking for --${withstring:-with}-gtkprint... " >&6; }
5057
5058 # Check whether --with-gtkprint was given.
5059 if test "${with_gtkprint+set}" = set; then :
5060   withval=$with_gtkprint;
5061                         if test "$withval" = yes; then
5062                           wx_cv_use_gtkprint='wxUSE_GTKPRINT=yes'
5063                         else
5064                           wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
5065                         fi
5066
5067 else
5068
5069                         wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
5070
5071 fi
5072
5073
5074           eval "$wx_cv_use_gtkprint"
5075
5076           if test x"$withstring" = xwithout; then
5077             if test $wxUSE_GTKPRINT = yes; then
5078               result=no
5079             else
5080               result=yes
5081             fi
5082           else
5083             result=$wxUSE_GTKPRINT
5084           fi
5085
5086           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5087 $as_echo "$result" >&6; }
5088
5089
5090           withstring=without
5091           defaultval=$wxUSE_ALL_FEATURES
5092           if test -z "$defaultval"; then
5093               if test x"$withstring" = xwithout; then
5094                   defaultval=yes
5095               else
5096                   defaultval=no
5097               fi
5098           fi
5099           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gnomeprint" >&5
5100 $as_echo_n "checking for --${withstring:-with}-gnomeprint... " >&6; }
5101
5102 # Check whether --with-gnomeprint was given.
5103 if test "${with_gnomeprint+set}" = set; then :
5104   withval=$with_gnomeprint;
5105                         if test "$withval" = yes; then
5106                           wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
5107                         else
5108                           wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
5109                         fi
5110
5111 else
5112
5113                         wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
5114
5115 fi
5116
5117
5118           eval "$wx_cv_use_gnomeprint"
5119
5120           if test x"$withstring" = xwithout; then
5121             if test $wxUSE_LIBGNOMEPRINT = yes; then
5122               result=no
5123             else
5124               result=yes
5125             fi
5126           else
5127             result=$wxUSE_LIBGNOMEPRINT
5128           fi
5129
5130           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5131 $as_echo "$result" >&6; }
5132
5133
5134           withstring=
5135           defaultval=$wxUSE_ALL_FEATURES
5136           if test -z "$defaultval"; then
5137               if test x"$withstring" = xwithout; then
5138                   defaultval=yes
5139               else
5140                   defaultval=no
5141               fi
5142           fi
5143           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gnomevfs" >&5
5144 $as_echo_n "checking for --${withstring:-with}-gnomevfs... " >&6; }
5145
5146 # Check whether --with-gnomevfs was given.
5147 if test "${with_gnomevfs+set}" = set; then :
5148   withval=$with_gnomevfs;
5149                         if test "$withval" = yes; then
5150                           wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
5151                         else
5152                           wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
5153                         fi
5154
5155 else
5156
5157                         wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
5158
5159 fi
5160
5161
5162           eval "$wx_cv_use_gnomevfs"
5163
5164           if test x"$withstring" = xwithout; then
5165             if test $wxUSE_LIBGNOMEVFS = yes; then
5166               result=no
5167             else
5168               result=yes
5169             fi
5170           else
5171             result=$wxUSE_LIBGNOMEVFS
5172           fi
5173
5174           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5175 $as_echo "$result" >&6; }
5176
5177
5178           withstring=
5179           defaultval=$wxUSE_ALL_FEATURES
5180           if test -z "$defaultval"; then
5181               if test x"$withstring" = xwithout; then
5182                   defaultval=yes
5183               else
5184                   defaultval=no
5185               fi
5186           fi
5187           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libnotify" >&5
5188 $as_echo_n "checking for --${withstring:-with}-libnotify... " >&6; }
5189
5190 # Check whether --with-libnotify was given.
5191 if test "${with_libnotify+set}" = set; then :
5192   withval=$with_libnotify;
5193                         if test "$withval" = yes; then
5194                           wx_cv_use_libnotify='wxUSE_LIBNOTIFY=yes'
5195                         else
5196                           wx_cv_use_libnotify='wxUSE_LIBNOTIFY=no'
5197                         fi
5198
5199 else
5200
5201                         wx_cv_use_libnotify='wxUSE_LIBNOTIFY=${'DEFAULT_wxUSE_LIBNOTIFY":-$defaultval}"
5202
5203 fi
5204
5205
5206           eval "$wx_cv_use_libnotify"
5207
5208           if test x"$withstring" = xwithout; then
5209             if test $wxUSE_LIBNOTIFY = yes; then
5210               result=no
5211             else
5212               result=yes
5213             fi
5214           else
5215             result=$wxUSE_LIBNOTIFY
5216           fi
5217
5218           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5219 $as_echo "$result" >&6; }
5220
5221
5222           withstring=
5223           defaultval=$wxUSE_ALL_FEATURES
5224           if test -z "$defaultval"; then
5225               if test x"$withstring" = xwithout; then
5226                   defaultval=yes
5227               else
5228                   defaultval=no
5229               fi
5230           fi
5231           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-hildon" >&5
5232 $as_echo_n "checking for --${withstring:-with}-hildon... " >&6; }
5233
5234 # Check whether --with-hildon was given.
5235 if test "${with_hildon+set}" = set; then :
5236   withval=$with_hildon;
5237                         if test "$withval" = yes; then
5238                           wx_cv_use_hildon='wxUSE_LIBHILDON=yes'
5239                         else
5240                           wx_cv_use_hildon='wxUSE_LIBHILDON=no'
5241                         fi
5242
5243 else
5244
5245                         wx_cv_use_hildon='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
5246
5247 fi
5248
5249
5250           eval "$wx_cv_use_hildon"
5251
5252           if test x"$withstring" = xwithout; then
5253             if test $wxUSE_LIBHILDON = yes; then
5254               result=no
5255             else
5256               result=yes
5257             fi
5258           else
5259             result=$wxUSE_LIBHILDON
5260           fi
5261
5262           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5263 $as_echo "$result" >&6; }
5264
5265
5266           withstring=
5267           defaultval=$wxUSE_ALL_FEATURES
5268           if test -z "$defaultval"; then
5269               if test x"$withstring" = xwithout; then
5270                   defaultval=yes
5271               else
5272                   defaultval=no
5273               fi
5274           fi
5275           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-opengl" >&5
5276 $as_echo_n "checking for --${withstring:-with}-opengl... " >&6; }
5277
5278 # Check whether --with-opengl was given.
5279 if test "${with_opengl+set}" = set; then :
5280   withval=$with_opengl;
5281                         if test "$withval" = yes; then
5282                           wx_cv_use_opengl='wxUSE_OPENGL=yes'
5283                         else
5284                           wx_cv_use_opengl='wxUSE_OPENGL=no'
5285                         fi
5286
5287 else
5288
5289                         wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
5290
5291 fi
5292
5293
5294           eval "$wx_cv_use_opengl"
5295
5296           if test x"$withstring" = xwithout; then
5297             if test $wxUSE_OPENGL = yes; then
5298               result=no
5299             else
5300               result=yes
5301             fi
5302           else
5303             result=$wxUSE_OPENGL
5304           fi
5305
5306           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5307 $as_echo "$result" >&6; }
5308
5309
5310 fi
5311
5312
5313           withstring=
5314           defaultval=$wxUSE_ALL_FEATURES
5315           if test -z "$defaultval"; then
5316               if test x"$withstring" = xwithout; then
5317                   defaultval=yes
5318               else
5319                   defaultval=no
5320               fi
5321           fi
5322           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-dmalloc" >&5
5323 $as_echo_n "checking for --${withstring:-with}-dmalloc... " >&6; }
5324
5325 # Check whether --with-dmalloc was given.
5326 if test "${with_dmalloc+set}" = set; then :
5327   withval=$with_dmalloc;
5328                         if test "$withval" = yes; then
5329                           wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
5330                         else
5331                           wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
5332                         fi
5333
5334 else
5335
5336                         wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
5337
5338 fi
5339
5340
5341           eval "$wx_cv_use_dmalloc"
5342
5343           if test x"$withstring" = xwithout; then
5344             if test $wxUSE_DMALLOC = yes; then
5345               result=no
5346             else
5347               result=yes
5348             fi
5349           else
5350             result=$wxUSE_DMALLOC
5351           fi
5352
5353           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5354 $as_echo "$result" >&6; }
5355
5356
5357           withstring=
5358           defaultval=$wxUSE_ALL_FEATURES
5359           if test -z "$defaultval"; then
5360               if test x"$withstring" = xwithout; then
5361                   defaultval=yes
5362               else
5363                   defaultval=no
5364               fi
5365           fi
5366           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-sdl" >&5
5367 $as_echo_n "checking for --${withstring:-with}-sdl... " >&6; }
5368
5369 # Check whether --with-sdl was given.
5370 if test "${with_sdl+set}" = set; then :
5371   withval=$with_sdl;
5372                         if test "$withval" = yes; then
5373                           wx_cv_use_sdl='wxUSE_LIBSDL=yes'
5374                         else
5375                           wx_cv_use_sdl='wxUSE_LIBSDL=no'
5376                         fi
5377
5378 else
5379
5380                         wx_cv_use_sdl='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
5381
5382 fi
5383
5384
5385           eval "$wx_cv_use_sdl"
5386
5387           if test x"$withstring" = xwithout; then
5388             if test $wxUSE_LIBSDL = yes; then
5389               result=no
5390             else
5391               result=yes
5392             fi
5393           else
5394             result=$wxUSE_LIBSDL
5395           fi
5396
5397           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5398 $as_echo "$result" >&6; }
5399
5400
5401           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-regex" >&5
5402 $as_echo_n "checking for --with-regex... " >&6; }
5403
5404 # Check whether --with-regex was given.
5405 if test "${with_regex+set}" = set; then :
5406   withval=$with_regex;
5407                         if test "$withval" = yes; then
5408                           wx_cv_use_regex='wxUSE_REGEX=yes'
5409                         elif test "$withval" = no; then
5410                           wx_cv_use_regex='wxUSE_REGEX=no'
5411                         elif test "$withval" = sys; then
5412                           wx_cv_use_regex='wxUSE_REGEX=sys'
5413                         elif test "$withval" = builtin; then
5414                           wx_cv_use_regex='wxUSE_REGEX=builtin'
5415                         else
5416                           as_fn_error $? "Invalid value for --with-regex: should be yes, no, sys, or builtin" "$LINENO" 5
5417                         fi
5418
5419 else
5420
5421                         wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
5422
5423 fi
5424
5425
5426           eval "$wx_cv_use_regex"
5427
5428           if test "$wxUSE_REGEX" = yes; then
5429             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5430 $as_echo "yes" >&6; }
5431           elif test "$wxUSE_REGEX" = no; then
5432             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5433 $as_echo "no" >&6; }
5434           elif test "$wxUSE_REGEX" = sys; then
5435             { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5436 $as_echo "system version" >&6; }
5437           elif test "$wxUSE_REGEX" = builtin; then
5438             { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5439 $as_echo "builtin version" >&6; }
5440           else
5441             as_fn_error $? "Invalid value for --with-regex: should be yes, no, sys, or builtin" "$LINENO" 5
5442           fi
5443
5444
5445           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-zlib" >&5
5446 $as_echo_n "checking for --with-zlib... " >&6; }
5447
5448 # Check whether --with-zlib was given.
5449 if test "${with_zlib+set}" = set; then :
5450   withval=$with_zlib;
5451                         if test "$withval" = yes; then
5452                           wx_cv_use_zlib='wxUSE_ZLIB=yes'
5453                         elif test "$withval" = no; then
5454                           wx_cv_use_zlib='wxUSE_ZLIB=no'
5455                         elif test "$withval" = sys; then
5456                           wx_cv_use_zlib='wxUSE_ZLIB=sys'
5457                         elif test "$withval" = builtin; then
5458                           wx_cv_use_zlib='wxUSE_ZLIB=builtin'
5459                         else
5460                           as_fn_error $? "Invalid value for --with-zlib: should be yes, no, sys, or builtin" "$LINENO" 5
5461                         fi
5462
5463 else
5464
5465                         wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
5466
5467 fi
5468
5469
5470           eval "$wx_cv_use_zlib"
5471
5472           if test "$wxUSE_ZLIB" = yes; then
5473             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5474 $as_echo "yes" >&6; }
5475           elif test "$wxUSE_ZLIB" = no; then
5476             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5477 $as_echo "no" >&6; }
5478           elif test "$wxUSE_ZLIB" = sys; then
5479             { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5480 $as_echo "system version" >&6; }
5481           elif test "$wxUSE_ZLIB" = builtin; then
5482             { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5483 $as_echo "builtin version" >&6; }
5484           else
5485             as_fn_error $? "Invalid value for --with-zlib: should be yes, no, sys, or builtin" "$LINENO" 5
5486           fi
5487
5488
5489           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-expat" >&5
5490 $as_echo_n "checking for --with-expat... " >&6; }
5491
5492 # Check whether --with-expat was given.
5493 if test "${with_expat+set}" = set; then :
5494   withval=$with_expat;
5495                         if test "$withval" = yes; then
5496                           wx_cv_use_expat='wxUSE_EXPAT=yes'
5497                         elif test "$withval" = no; then
5498                           wx_cv_use_expat='wxUSE_EXPAT=no'
5499                         elif test "$withval" = sys; then
5500                           wx_cv_use_expat='wxUSE_EXPAT=sys'
5501                         elif test "$withval" = builtin; then
5502                           wx_cv_use_expat='wxUSE_EXPAT=builtin'
5503                         else
5504                           as_fn_error $? "Invalid value for --with-expat: should be yes, no, sys, or builtin" "$LINENO" 5
5505                         fi
5506
5507 else
5508
5509                         wx_cv_use_expat='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
5510
5511 fi
5512
5513
5514           eval "$wx_cv_use_expat"
5515
5516           if test "$wxUSE_EXPAT" = yes; then
5517             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5518 $as_echo "yes" >&6; }
5519           elif test "$wxUSE_EXPAT" = no; then
5520             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5521 $as_echo "no" >&6; }
5522           elif test "$wxUSE_EXPAT" = sys; then
5523             { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5524 $as_echo "system version" >&6; }
5525           elif test "$wxUSE_EXPAT" = builtin; then
5526             { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5527 $as_echo "builtin version" >&6; }
5528           else
5529             as_fn_error $? "Invalid value for --with-expat: should be yes, no, sys, or builtin" "$LINENO" 5
5530           fi
5531
5532
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-macosx-sdk" >&5
5534 $as_echo_n "checking for --with-macosx-sdk... " >&6; }
5535
5536 # Check whether --with-macosx-sdk was given.
5537 if test "${with_macosx_sdk+set}" = set; then :
5538   withval=$with_macosx_sdk;
5539         wxUSE_MACOSX_SDK=$withval
5540         wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
5541
5542 fi
5543
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_SDK" >&5
5545 $as_echo "$wxUSE_MACOSX_SDK" >&6; }
5546
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-macosx-version-min" >&5
5548 $as_echo_n "checking for --with-macosx-version-min... " >&6; }
5549
5550 # Check whether --with-macosx-version-min was given.
5551 if test "${with_macosx_version_min+set}" = set; then :
5552   withval=$with_macosx_version_min;
5553         wxUSE_MACOSX_VERSION_MIN=$withval
5554         wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
5555
5556 fi
5557
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_VERSION_MIN" >&5
5559 $as_echo "$wxUSE_MACOSX_VERSION_MIN" >&6; }
5560
5561
5562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-debug" >&5
5563 $as_echo_n "checking for --enable-debug... " >&6; }
5564 # Check whether --enable-debug was given.
5565 if test "${enable_debug+set}" = set; then :
5566   enableval=$enable_debug;
5567         if test "$enableval" = yes; then
5568             wxUSE_DEBUG=yes
5569         elif test "$enableval" = no; then
5570             wxUSE_DEBUG=no
5571         elif test "$enableval" = max; then
5572             wxUSE_DEBUG=yes
5573             WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
5574         else
5575             as_fn_error $? "Invalid --enable-debug value, must be yes, no or max" "$LINENO" 5
5576         fi
5577
5578 else
5579   wxUSE_DEBUG=default
5580
5581 fi
5582
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_debug-default}" >&5
5584 $as_echo "${enable_debug-default}" >&6; }
5585
5586 case "$wxUSE_DEBUG" in
5587     yes)
5588                         DEFAULT_wxUSE_DEBUG_FLAG=yes
5589         DEFAULT_wxUSE_DEBUG_INFO=yes
5590
5591                         DEFAULT_wxUSE_OPTIMISE=no
5592         ;;
5593
5594     no)
5595                         DEFAULT_wxUSE_DEBUG_FLAG=no
5596         DEFAULT_wxUSE_DEBUG_INFO=no
5597         ;;
5598
5599     default)
5600                         DEFAULT_wxUSE_DEBUG_FLAG=yes
5601         DEFAULT_wxUSE_DEBUG_INFO=no
5602         ;;
5603 esac
5604
5605
5606           enablestring=disable
5607           defaultval=
5608           if test -z "$defaultval"; then
5609               if test x"$enablestring" = xdisable; then
5610                   defaultval=yes
5611               else
5612                   defaultval=no
5613               fi
5614           fi
5615
5616           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_flag" >&5
5617 $as_echo_n "checking for --${enablestring:-enable}-debug_flag... " >&6; }
5618           # Check whether --enable-debug_flag was given.
5619 if test "${enable_debug_flag+set}" = set; then :
5620   enableval=$enable_debug_flag;
5621                           if test "$enableval" = yes; then
5622                             wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
5623                           else
5624                             wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
5625                           fi
5626
5627 else
5628
5629                           wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
5630
5631 fi
5632
5633
5634           eval "$wx_cv_use_debug_flag"
5635
5636           if test x"$enablestring" = xdisable; then
5637             if test $wxUSE_DEBUG_FLAG = no; then
5638               result=yes
5639             else
5640               result=no
5641             fi
5642           else
5643             result=$wxUSE_DEBUG_FLAG
5644           fi
5645
5646           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5647 $as_echo "$result" >&6; }
5648
5649
5650           enablestring=
5651           defaultval=
5652           if test -z "$defaultval"; then
5653               if test x"$enablestring" = xdisable; then
5654                   defaultval=yes
5655               else
5656                   defaultval=no
5657               fi
5658           fi
5659
5660           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_info" >&5
5661 $as_echo_n "checking for --${enablestring:-enable}-debug_info... " >&6; }
5662           # Check whether --enable-debug_info was given.
5663 if test "${enable_debug_info+set}" = set; then :
5664   enableval=$enable_debug_info;
5665                           if test "$enableval" = yes; then
5666                             wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
5667                           else
5668                             wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
5669                           fi
5670
5671 else
5672
5673                           wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
5674
5675 fi
5676
5677
5678           eval "$wx_cv_use_debug_info"
5679
5680           if test x"$enablestring" = xdisable; then
5681             if test $wxUSE_DEBUG_INFO = no; then
5682               result=yes
5683             else
5684               result=no
5685             fi
5686           else
5687             result=$wxUSE_DEBUG_INFO
5688           fi
5689
5690           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5691 $as_echo "$result" >&6; }
5692
5693
5694
5695
5696           enablestring=
5697           defaultval=
5698           if test -z "$defaultval"; then
5699               if test x"$enablestring" = xdisable; then
5700                   defaultval=yes
5701               else
5702                   defaultval=no
5703               fi
5704           fi
5705
5706           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_gdb" >&5
5707 $as_echo_n "checking for --${enablestring:-enable}-debug_gdb... " >&6; }
5708           # Check whether --enable-debug_gdb was given.
5709 if test "${enable_debug_gdb+set}" = set; then :
5710   enableval=$enable_debug_gdb;
5711                           if test "$enableval" = yes; then
5712                             wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
5713                           else
5714                             wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
5715                           fi
5716
5717 else
5718
5719                           wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
5720
5721 fi
5722
5723
5724           eval "$wx_cv_use_debug_gdb"
5725
5726           if test x"$enablestring" = xdisable; then
5727             if test $wxUSE_DEBUG_GDB = no; then
5728               result=yes
5729             else
5730               result=no
5731             fi
5732           else
5733             result=$wxUSE_DEBUG_GDB
5734           fi
5735
5736           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5737 $as_echo "$result" >&6; }
5738
5739
5740           enablestring=
5741           defaultval=
5742           if test -z "$defaultval"; then
5743               if test x"$enablestring" = xdisable; then
5744                   defaultval=yes
5745               else
5746                   defaultval=no
5747               fi
5748           fi
5749
5750           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_cntxt" >&5
5751 $as_echo_n "checking for --${enablestring:-enable}-debug_cntxt... " >&6; }
5752           # Check whether --enable-debug_cntxt was given.
5753 if test "${enable_debug_cntxt+set}" = set; then :
5754   enableval=$enable_debug_cntxt;
5755                           if test "$enableval" = yes; then
5756                             wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
5757                           else
5758                             wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
5759                           fi
5760
5761 else
5762
5763                           wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
5764
5765 fi
5766
5767
5768           eval "$wx_cv_use_debug_cntxt"
5769
5770           if test x"$enablestring" = xdisable; then
5771             if test $wxUSE_DEBUG_CONTEXT = no; then
5772               result=yes
5773             else
5774               result=no
5775             fi
5776           else
5777             result=$wxUSE_DEBUG_CONTEXT
5778           fi
5779
5780           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5781 $as_echo "$result" >&6; }
5782
5783
5784           enablestring=
5785           defaultval=
5786           if test -z "$defaultval"; then
5787               if test x"$enablestring" = xdisable; then
5788                   defaultval=yes
5789               else
5790                   defaultval=no
5791               fi
5792           fi
5793
5794           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mem_tracing" >&5
5795 $as_echo_n "checking for --${enablestring:-enable}-mem_tracing... " >&6; }
5796           # Check whether --enable-mem_tracing was given.
5797 if test "${enable_mem_tracing+set}" = set; then :
5798   enableval=$enable_mem_tracing;
5799                           if test "$enableval" = yes; then
5800                             wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
5801                           else
5802                             wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
5803                           fi
5804
5805 else
5806
5807                           wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
5808
5809 fi
5810
5811
5812           eval "$wx_cv_use_mem_tracing"
5813
5814           if test x"$enablestring" = xdisable; then
5815             if test $wxUSE_MEM_TRACING = no; then
5816               result=yes
5817             else
5818               result=no
5819             fi
5820           else
5821             result=$wxUSE_MEM_TRACING
5822           fi
5823
5824           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5825 $as_echo "$result" >&6; }
5826
5827
5828
5829
5830           enablestring=disable
5831           defaultval=
5832           if test -z "$defaultval"; then
5833               if test x"$enablestring" = xdisable; then
5834                   defaultval=yes
5835               else
5836                   defaultval=no
5837               fi
5838           fi
5839
5840           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-shared" >&5
5841 $as_echo_n "checking for --${enablestring:-enable}-shared... " >&6; }
5842           # Check whether --enable-shared was given.
5843 if test "${enable_shared+set}" = set; then :
5844   enableval=$enable_shared;
5845                           if test "$enableval" = yes; then
5846                             wx_cv_use_shared='wxUSE_SHARED=yes'
5847                           else
5848                             wx_cv_use_shared='wxUSE_SHARED=no'
5849                           fi
5850
5851 else
5852
5853                           wx_cv_use_shared='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
5854
5855 fi
5856
5857
5858           eval "$wx_cv_use_shared"
5859
5860           if test x"$enablestring" = xdisable; then
5861             if test $wxUSE_SHARED = no; then
5862               result=yes
5863             else
5864               result=no
5865             fi
5866           else
5867             result=$wxUSE_SHARED
5868           fi
5869
5870           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5871 $as_echo "$result" >&6; }
5872
5873
5874           enablestring=
5875           defaultval=
5876           if test -z "$defaultval"; then
5877               if test x"$enablestring" = xdisable; then
5878                   defaultval=yes
5879               else
5880                   defaultval=no
5881               fi
5882           fi
5883
5884           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stl" >&5
5885 $as_echo_n "checking for --${enablestring:-enable}-stl... " >&6; }
5886           # Check whether --enable-stl was given.
5887 if test "${enable_stl+set}" = set; then :
5888   enableval=$enable_stl;
5889                           if test "$enableval" = yes; then
5890                             wx_cv_use_stl='wxUSE_STL=yes'
5891                           else
5892                             wx_cv_use_stl='wxUSE_STL=no'
5893                           fi
5894
5895 else
5896
5897                           wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
5898
5899 fi
5900
5901
5902           eval "$wx_cv_use_stl"
5903
5904           if test x"$enablestring" = xdisable; then
5905             if test $wxUSE_STL = no; then
5906               result=yes
5907             else
5908               result=no
5909             fi
5910           else
5911             result=$wxUSE_STL
5912           fi
5913
5914           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5915 $as_echo "$result" >&6; }
5916
5917 if test "$wxUSE_STL" = "yes"; then
5918     DEFAULT_wxUSE_STD_CONTAINERS=yes
5919     DEFAULT_wxUSE_STD_IOSTREAM=yes
5920     DEFAULT_wxUSE_STD_STRING=yes
5921 fi
5922
5923           enablestring=
5924           defaultval=
5925           if test -z "$defaultval"; then
5926               if test x"$enablestring" = xdisable; then
5927                   defaultval=yes
5928               else
5929                   defaultval=no
5930               fi
5931           fi
5932
5933           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_containers" >&5
5934 $as_echo_n "checking for --${enablestring:-enable}-std_containers... " >&6; }
5935           # Check whether --enable-std_containers was given.
5936 if test "${enable_std_containers+set}" = set; then :
5937   enableval=$enable_std_containers;
5938                           if test "$enableval" = yes; then
5939                             wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=yes'
5940                           else
5941                             wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=no'
5942                           fi
5943
5944 else
5945
5946                           wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=${'DEFAULT_wxUSE_STD_CONTAINERS":-$defaultval}"
5947
5948 fi
5949
5950
5951           eval "$wx_cv_use_std_containers"
5952
5953           if test x"$enablestring" = xdisable; then
5954             if test $wxUSE_STD_CONTAINERS = no; then
5955               result=yes
5956             else
5957               result=no
5958             fi
5959           else
5960             result=$wxUSE_STD_CONTAINERS
5961           fi
5962
5963           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5964 $as_echo "$result" >&6; }
5965
5966
5967           enablestring=
5968           defaultval=
5969           if test -z "$defaultval"; then
5970               if test x"$enablestring" = xdisable; then
5971                   defaultval=yes
5972               else
5973                   defaultval=no
5974               fi
5975           fi
5976
5977           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_iostreams" >&5
5978 $as_echo_n "checking for --${enablestring:-enable}-std_iostreams... " >&6; }
5979           # Check whether --enable-std_iostreams was given.
5980 if test "${enable_std_iostreams+set}" = set; then :
5981   enableval=$enable_std_iostreams;
5982                           if test "$enableval" = yes; then
5983                             wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5984                           else
5985                             wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5986                           fi
5987
5988 else
5989
5990                           wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
5991
5992 fi
5993
5994
5995           eval "$wx_cv_use_std_iostreams"
5996
5997           if test x"$enablestring" = xdisable; then
5998             if test $wxUSE_STD_IOSTREAM = no; then
5999               result=yes
6000             else
6001               result=no
6002             fi
6003           else
6004             result=$wxUSE_STD_IOSTREAM
6005           fi
6006
6007           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6008 $as_echo "$result" >&6; }
6009
6010
6011           enablestring=
6012           defaultval=
6013           if test -z "$defaultval"; then
6014               if test x"$enablestring" = xdisable; then
6015                   defaultval=yes
6016               else
6017                   defaultval=no
6018               fi
6019           fi
6020
6021           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_string" >&5
6022 $as_echo_n "checking for --${enablestring:-enable}-std_string... " >&6; }
6023           # Check whether --enable-std_string was given.
6024 if test "${enable_std_string+set}" = set; then :
6025   enableval=$enable_std_string;
6026                           if test "$enableval" = yes; then
6027                             wx_cv_use_std_string='wxUSE_STD_STRING=yes'
6028                           else
6029                             wx_cv_use_std_string='wxUSE_STD_STRING=no'
6030                           fi
6031
6032 else
6033
6034                           wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
6035
6036 fi
6037
6038
6039           eval "$wx_cv_use_std_string"
6040
6041           if test x"$enablestring" = xdisable; then
6042             if test $wxUSE_STD_STRING = no; then
6043               result=yes
6044             else
6045               result=no
6046             fi
6047           else
6048             result=$wxUSE_STD_STRING
6049           fi
6050
6051           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6052 $as_echo "$result" >&6; }
6053
6054
6055           enablestring=
6056           defaultval=
6057           if test -z "$defaultval"; then
6058               if test x"$enablestring" = xdisable; then
6059                   defaultval=yes
6060               else
6061                   defaultval=no
6062               fi
6063           fi
6064
6065           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_string_conv_in_wxstring" >&5
6066 $as_echo_n "checking for --${enablestring:-enable}-std_string_conv_in_wxstring... " >&6; }
6067           # Check whether --enable-std_string_conv_in_wxstring was given.
6068 if test "${enable_std_string_conv_in_wxstring+set}" = set; then :
6069   enableval=$enable_std_string_conv_in_wxstring;
6070                           if test "$enableval" = yes; then
6071                             wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=yes'
6072                           else
6073                             wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=no'
6074                           fi
6075
6076 else
6077
6078                           wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=${'DEFAULT_wxUSE_STD_STRING_CONV_IN_WXSTRING":-$defaultval}"
6079
6080 fi
6081
6082
6083           eval "$wx_cv_use_std_string_conv_in_wxstring"
6084
6085           if test x"$enablestring" = xdisable; then
6086             if test $wxUSE_STD_STRING_CONV_IN_WXSTRING = no; then
6087               result=yes
6088             else
6089               result=no
6090             fi
6091           else
6092             result=$wxUSE_STD_STRING_CONV_IN_WXSTRING
6093           fi
6094
6095           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6096 $as_echo "$result" >&6; }
6097
6098
6099           enablestring=disable
6100           defaultval=
6101           if test -z "$defaultval"; then
6102               if test x"$enablestring" = xdisable; then
6103                   defaultval=yes
6104               else
6105                   defaultval=no
6106               fi
6107           fi
6108
6109           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-unicode" >&5
6110 $as_echo_n "checking for --${enablestring:-enable}-unicode... " >&6; }
6111           # Check whether --enable-unicode was given.
6112 if test "${enable_unicode+set}" = set; then :
6113   enableval=$enable_unicode;
6114                           if test "$enableval" = yes; then
6115                             wx_cv_use_unicode='wxUSE_UNICODE=yes'
6116                           else
6117                             wx_cv_use_unicode='wxUSE_UNICODE=no'
6118                           fi
6119
6120 else
6121
6122                           wx_cv_use_unicode='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
6123
6124 fi
6125
6126
6127           eval "$wx_cv_use_unicode"
6128
6129           if test x"$enablestring" = xdisable; then
6130             if test $wxUSE_UNICODE = no; then
6131               result=yes
6132             else
6133               result=no
6134             fi
6135           else
6136             result=$wxUSE_UNICODE
6137           fi
6138
6139           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6140 $as_echo "$result" >&6; }
6141
6142
6143           enablestring=
6144           defaultval=
6145           if test -z "$defaultval"; then
6146               if test x"$enablestring" = xdisable; then
6147                   defaultval=yes
6148               else
6149                   defaultval=no
6150               fi
6151           fi
6152
6153           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mslu" >&5
6154 $as_echo_n "checking for --${enablestring:-enable}-mslu... " >&6; }
6155           # Check whether --enable-mslu was given.
6156 if test "${enable_mslu+set}" = set; then :
6157   enableval=$enable_mslu;
6158                           if test "$enableval" = yes; then
6159                             wx_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
6160                           else
6161                             wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
6162                           fi
6163
6164 else
6165
6166                           wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
6167
6168 fi
6169
6170
6171           eval "$wx_cv_use_mslu"
6172
6173           if test x"$enablestring" = xdisable; then
6174             if test $wxUSE_UNICODE_MSLU = no; then
6175               result=yes
6176             else
6177               result=no
6178             fi
6179           else
6180             result=$wxUSE_UNICODE_MSLU
6181           fi
6182
6183           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6184 $as_echo "$result" >&6; }
6185
6186
6187           enablestring=
6188           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-utf8" >&5
6189 $as_echo_n "checking for --${enablestring:-enable}-utf8... " >&6; }
6190           # Check whether --enable-utf8 was given.
6191 if test "${enable_utf8+set}" = set; then :
6192   enableval=$enable_utf8;
6193                           wx_cv_use_utf8="wxUSE_UNICODE_UTF8='$enableval'"
6194
6195 else
6196
6197                           wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
6198
6199 fi
6200
6201
6202           eval "$wx_cv_use_utf8"
6203
6204           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_UNICODE_UTF8" >&5
6205 $as_echo "$wxUSE_UNICODE_UTF8" >&6; }
6206
6207
6208           enablestring=
6209           defaultval=
6210           if test -z "$defaultval"; then
6211               if test x"$enablestring" = xdisable; then
6212                   defaultval=yes
6213               else
6214                   defaultval=no
6215               fi
6216           fi
6217
6218           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-utf8only" >&5
6219 $as_echo_n "checking for --${enablestring:-enable}-utf8only... " >&6; }
6220           # Check whether --enable-utf8only was given.
6221 if test "${enable_utf8only+set}" = set; then :
6222   enableval=$enable_utf8only;
6223                           if test "$enableval" = yes; then
6224                             wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
6225                           else
6226                             wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
6227                           fi
6228
6229 else
6230
6231                           wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
6232
6233 fi
6234
6235
6236           eval "$wx_cv_use_utf8only"
6237
6238           if test x"$enablestring" = xdisable; then
6239             if test $wxUSE_UNICODE_UTF8_LOCALE = no; then
6240               result=yes
6241             else
6242               result=no
6243             fi
6244           else
6245             result=$wxUSE_UNICODE_UTF8_LOCALE
6246           fi
6247
6248           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6249 $as_echo "$result" >&6; }
6250
6251
6252           enablestring=
6253           defaultval=
6254           if test -z "$defaultval"; then
6255               if test x"$enablestring" = xdisable; then
6256                   defaultval=yes
6257               else
6258                   defaultval=no
6259               fi
6260           fi
6261
6262           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-extended_rtti" >&5
6263 $as_echo_n "checking for --${enablestring:-enable}-extended_rtti... " >&6; }
6264           # Check whether --enable-extended_rtti was given.
6265 if test "${enable_extended_rtti+set}" = set; then :
6266   enableval=$enable_extended_rtti;
6267                           if test "$enableval" = yes; then
6268                             wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=yes'
6269                           else
6270                             wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=no'
6271                           fi
6272
6273 else
6274
6275                           wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
6276
6277 fi
6278
6279
6280           eval "$wx_cv_use_extended_rtti"
6281
6282           if test x"$enablestring" = xdisable; then
6283             if test $wxUSE_EXTENDED_RTTI = no; then
6284               result=yes
6285             else
6286               result=no
6287             fi
6288           else
6289             result=$wxUSE_EXTENDED_RTTI
6290           fi
6291
6292           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6293 $as_echo "$result" >&6; }
6294
6295 if test "$USE_OS2" = 1; then
6296     DEFAULT_wxUSE_OMF=no
6297
6298           enablestring=
6299           defaultval=
6300           if test -z "$defaultval"; then
6301               if test x"$enablestring" = xdisable; then
6302                   defaultval=yes
6303               else
6304                   defaultval=no
6305               fi
6306           fi
6307
6308           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-omf" >&5
6309 $as_echo_n "checking for --${enablestring:-enable}-omf... " >&6; }
6310           # Check whether --enable-omf was given.
6311 if test "${enable_omf+set}" = set; then :
6312   enableval=$enable_omf;
6313                           if test "$enableval" = yes; then
6314                             wx_cv_use_omf='wxUSE_OMF=yes'
6315                           else
6316                             wx_cv_use_omf='wxUSE_OMF=no'
6317                           fi
6318
6319 else
6320
6321                           wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
6322
6323 fi
6324
6325
6326           eval "$wx_cv_use_omf"
6327
6328           if test x"$enablestring" = xdisable; then
6329             if test $wxUSE_OMF = no; then
6330               result=yes
6331             else
6332               result=no
6333             fi
6334           else
6335             result=$wxUSE_OMF
6336           fi
6337
6338           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6339 $as_echo "$result" >&6; }
6340
6341 fi
6342
6343
6344           enablestring=disable
6345           defaultval=
6346           if test -z "$defaultval"; then
6347               if test x"$enablestring" = xdisable; then
6348                   defaultval=yes
6349               else
6350                   defaultval=no
6351               fi
6352           fi
6353
6354           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-optimise" >&5
6355 $as_echo_n "checking for --${enablestring:-enable}-optimise... " >&6; }
6356           # Check whether --enable-optimise was given.
6357 if test "${enable_optimise+set}" = set; then :
6358   enableval=$enable_optimise;
6359                           if test "$enableval" = yes; then
6360                             wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
6361                           else
6362                             wx_cv_use_optimise='wxUSE_OPTIMISE=no'
6363                           fi
6364
6365 else
6366
6367                           wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
6368
6369 fi
6370
6371
6372           eval "$wx_cv_use_optimise"
6373
6374           if test x"$enablestring" = xdisable; then
6375             if test $wxUSE_OPTIMISE = no; then
6376               result=yes
6377             else
6378               result=no
6379             fi
6380           else
6381             result=$wxUSE_OPTIMISE
6382           fi
6383
6384           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6385 $as_echo "$result" >&6; }
6386
6387
6388
6389           enablestring=
6390           defaultval=
6391           if test -z "$defaultval"; then
6392               if test x"$enablestring" = xdisable; then
6393                   defaultval=yes
6394               else
6395                   defaultval=no
6396               fi
6397           fi
6398
6399           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-profile" >&5
6400 $as_echo_n "checking for --${enablestring:-enable}-profile... " >&6; }
6401           # Check whether --enable-profile was given.
6402 if test "${enable_profile+set}" = set; then :
6403   enableval=$enable_profile;
6404                           if test "$enableval" = yes; then
6405                             wx_cv_use_profile='wxUSE_PROFILE=yes'
6406                           else
6407                             wx_cv_use_profile='wxUSE_PROFILE=no'
6408                           fi
6409
6410 else
6411
6412                           wx_cv_use_profile='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
6413
6414 fi
6415
6416
6417           eval "$wx_cv_use_profile"
6418
6419           if test x"$enablestring" = xdisable; then
6420             if test $wxUSE_PROFILE = no; then
6421               result=yes
6422             else
6423               result=no
6424             fi
6425           else
6426             result=$wxUSE_PROFILE
6427           fi
6428
6429           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6430 $as_echo "$result" >&6; }
6431
6432
6433           enablestring=
6434           defaultval=
6435           if test -z "$defaultval"; then
6436               if test x"$enablestring" = xdisable; then
6437                   defaultval=yes
6438               else
6439                   defaultval=no
6440               fi
6441           fi
6442
6443           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_rtti" >&5
6444 $as_echo_n "checking for --${enablestring:-enable}-no_rtti... " >&6; }
6445           # Check whether --enable-no_rtti was given.
6446 if test "${enable_no_rtti+set}" = set; then :
6447   enableval=$enable_no_rtti;
6448                           if test "$enableval" = yes; then
6449                             wx_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
6450                           else
6451                             wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
6452                           fi
6453
6454 else
6455
6456                           wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
6457
6458 fi
6459
6460
6461           eval "$wx_cv_use_no_rtti"
6462
6463           if test x"$enablestring" = xdisable; then
6464             if test $wxUSE_NO_RTTI = no; then
6465               result=yes
6466             else
6467               result=no
6468             fi
6469           else
6470             result=$wxUSE_NO_RTTI
6471           fi
6472
6473           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6474 $as_echo "$result" >&6; }
6475
6476
6477           enablestring=
6478           defaultval=
6479           if test -z "$defaultval"; then
6480               if test x"$enablestring" = xdisable; then
6481                   defaultval=yes
6482               else
6483                   defaultval=no
6484               fi
6485           fi
6486
6487           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_exceptions" >&5
6488 $as_echo_n "checking for --${enablestring:-enable}-no_exceptions... " >&6; }
6489           # Check whether --enable-no_exceptions was given.
6490 if test "${enable_no_exceptions+set}" = set; then :
6491   enableval=$enable_no_exceptions;
6492                           if test "$enableval" = yes; then
6493                             wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
6494                           else
6495                             wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
6496                           fi
6497
6498 else
6499
6500                           wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
6501
6502 fi
6503
6504
6505           eval "$wx_cv_use_no_exceptions"
6506
6507           if test x"$enablestring" = xdisable; then
6508             if test $wxUSE_NO_EXCEPTIONS = no; then
6509               result=yes
6510             else
6511               result=no
6512             fi
6513           else
6514             result=$wxUSE_NO_EXCEPTIONS
6515           fi
6516
6517           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6518 $as_echo "$result" >&6; }
6519
6520
6521           enablestring=
6522           defaultval=
6523           if test -z "$defaultval"; then
6524               if test x"$enablestring" = xdisable; then
6525                   defaultval=yes
6526               else
6527                   defaultval=no
6528               fi
6529           fi
6530
6531           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-permissive" >&5
6532 $as_echo_n "checking for --${enablestring:-enable}-permissive... " >&6; }
6533           # Check whether --enable-permissive was given.
6534 if test "${enable_permissive+set}" = set; then :
6535   enableval=$enable_permissive;
6536                           if test "$enableval" = yes; then
6537                             wx_cv_use_permissive='wxUSE_PERMISSIVE=yes'
6538                           else
6539                             wx_cv_use_permissive='wxUSE_PERMISSIVE=no'
6540                           fi
6541
6542 else
6543
6544                           wx_cv_use_permissive='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
6545
6546 fi
6547
6548
6549           eval "$wx_cv_use_permissive"
6550
6551           if test x"$enablestring" = xdisable; then
6552             if test $wxUSE_PERMISSIVE = no; then
6553               result=yes
6554             else
6555               result=no
6556             fi
6557           else
6558             result=$wxUSE_PERMISSIVE
6559           fi
6560
6561           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6562 $as_echo "$result" >&6; }
6563
6564
6565           enablestring=
6566           defaultval=
6567           if test -z "$defaultval"; then
6568               if test x"$enablestring" = xdisable; then
6569                   defaultval=yes
6570               else
6571                   defaultval=no
6572               fi
6573           fi
6574
6575           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_deps" >&5
6576 $as_echo_n "checking for --${enablestring:-enable}-no_deps... " >&6; }
6577           # Check whether --enable-no_deps was given.
6578 if test "${enable_no_deps+set}" = set; then :
6579   enableval=$enable_no_deps;
6580                           if test "$enableval" = yes; then
6581                             wx_cv_use_no_deps='wxUSE_NO_DEPS=yes'
6582                           else
6583                             wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
6584                           fi
6585
6586 else
6587
6588                           wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
6589
6590 fi
6591
6592
6593           eval "$wx_cv_use_no_deps"
6594
6595           if test x"$enablestring" = xdisable; then
6596             if test $wxUSE_NO_DEPS = no; then
6597               result=yes
6598             else
6599               result=no
6600             fi
6601           else
6602             result=$wxUSE_NO_DEPS
6603           fi
6604
6605           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6606 $as_echo "$result" >&6; }
6607
6608
6609           enablestring=disable
6610           defaultval=
6611           if test -z "$defaultval"; then
6612               if test x"$enablestring" = xdisable; then
6613                   defaultval=yes
6614               else
6615                   defaultval=no
6616               fi
6617           fi
6618
6619           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-vararg_macros" >&5
6620 $as_echo_n "checking for --${enablestring:-enable}-vararg_macros... " >&6; }
6621           # Check whether --enable-vararg_macros was given.
6622 if test "${enable_vararg_macros+set}" = set; then :
6623   enableval=$enable_vararg_macros;
6624                           if test "$enableval" = yes; then
6625                             wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
6626                           else
6627                             wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
6628                           fi
6629
6630 else
6631
6632                           wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
6633
6634 fi
6635
6636
6637           eval "$wx_cv_use_vararg_macros"
6638
6639           if test x"$enablestring" = xdisable; then
6640             if test $wxUSE_VARARG_MACROS = no; then
6641               result=yes
6642             else
6643               result=no
6644             fi
6645           else
6646             result=$wxUSE_VARARG_MACROS
6647           fi
6648
6649           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6650 $as_echo "$result" >&6; }
6651
6652
6653
6654           enablestring=
6655           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-universal_binary" >&5
6656 $as_echo_n "checking for --${enablestring:-enable}-universal_binary... " >&6; }
6657           # Check whether --enable-universal_binary was given.
6658 if test "${enable_universal_binary+set}" = set; then :
6659   enableval=$enable_universal_binary;
6660                           wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
6661
6662 else
6663
6664                           wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
6665
6666 fi
6667
6668
6669           eval "$wx_cv_use_universal_binary"
6670
6671           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_UNIVERSAL_BINARY" >&5
6672 $as_echo "$wxUSE_UNIVERSAL_BINARY" >&6; }
6673
6674
6675           enablestring=
6676           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-macosx_arch" >&5
6677 $as_echo_n "checking for --${enablestring:-enable}-macosx_arch... " >&6; }
6678           # Check whether --enable-macosx_arch was given.
6679 if test "${enable_macosx_arch+set}" = set; then :
6680   enableval=$enable_macosx_arch;
6681                           wx_cv_use_macosx_arch="wxUSE_MAC_ARCH='$enableval'"
6682
6683 else
6684
6685                           wx_cv_use_macosx_arch='wxUSE_MAC_ARCH='$DEFAULT_wxUSE_MAC_ARCH
6686
6687 fi
6688
6689
6690           eval "$wx_cv_use_macosx_arch"
6691
6692           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MAC_ARCH" >&5
6693 $as_echo "$wxUSE_MAC_ARCH" >&6; }
6694
6695
6696
6697           enablestring=
6698           defaultval=
6699           if test -z "$defaultval"; then
6700               if test x"$enablestring" = xdisable; then
6701                   defaultval=yes
6702               else
6703                   defaultval=no
6704               fi
6705           fi
6706
6707           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-compat26" >&5
6708 $as_echo_n "checking for --${enablestring:-enable}-compat26... " >&6; }
6709           # Check whether --enable-compat26 was given.
6710 if test "${enable_compat26+set}" = set; then :
6711   enableval=$enable_compat26;
6712                           if test "$enableval" = yes; then
6713                             wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
6714                           else
6715                             wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
6716                           fi
6717
6718 else
6719
6720                           wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
6721
6722 fi
6723
6724
6725           eval "$wx_cv_use_compat26"
6726
6727           if test x"$enablestring" = xdisable; then
6728             if test $WXWIN_COMPATIBILITY_2_6 = no; then
6729               result=yes
6730             else
6731               result=no
6732             fi
6733           else
6734             result=$WXWIN_COMPATIBILITY_2_6
6735           fi
6736
6737           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6738 $as_echo "$result" >&6; }
6739
6740
6741           enablestring=disable
6742           defaultval=
6743           if test -z "$defaultval"; then
6744               if test x"$enablestring" = xdisable; then
6745                   defaultval=yes
6746               else
6747                   defaultval=no
6748               fi
6749           fi
6750
6751           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-compat28" >&5
6752 $as_echo_n "checking for --${enablestring:-enable}-compat28... " >&6; }
6753           # Check whether --enable-compat28 was given.
6754 if test "${enable_compat28+set}" = set; then :
6755   enableval=$enable_compat28;
6756                           if test "$enableval" = yes; then
6757                             wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=yes'
6758                           else
6759                             wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
6760                           fi
6761
6762 else
6763
6764                           wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
6765
6766 fi
6767
6768
6769           eval "$wx_cv_use_compat28"
6770
6771           if test x"$enablestring" = xdisable; then
6772             if test $WXWIN_COMPATIBILITY_2_8 = no; then
6773               result=yes
6774             else
6775               result=no
6776             fi
6777           else
6778             result=$WXWIN_COMPATIBILITY_2_8
6779           fi
6780
6781           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6782 $as_echo "$result" >&6; }
6783
6784
6785
6786           enablestring=disable
6787           defaultval=
6788           if test -z "$defaultval"; then
6789               if test x"$enablestring" = xdisable; then
6790                   defaultval=yes
6791               else
6792                   defaultval=no
6793               fi
6794           fi
6795
6796           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-rpath" >&5
6797 $as_echo_n "checking for --${enablestring:-enable}-rpath... " >&6; }
6798           # Check whether --enable-rpath was given.
6799 if test "${enable_rpath+set}" = set; then :
6800   enableval=$enable_rpath;
6801                           if test "$enableval" = yes; then
6802                             wx_cv_use_rpath='wxUSE_RPATH=yes'
6803                           else
6804                             wx_cv_use_rpath='wxUSE_RPATH=no'
6805                           fi
6806
6807 else
6808
6809                           wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
6810
6811 fi
6812
6813
6814           eval "$wx_cv_use_rpath"
6815
6816           if test x"$enablestring" = xdisable; then
6817             if test $wxUSE_RPATH = no; then
6818               result=yes
6819             else
6820               result=no
6821             fi
6822           else
6823             result=$wxUSE_RPATH
6824           fi
6825
6826           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6827 $as_echo "$result" >&6; }
6828
6829
6830
6831           enablestring=
6832           defaultval=
6833           if test -z "$defaultval"; then
6834               if test x"$enablestring" = xdisable; then
6835                   defaultval=yes
6836               else
6837                   defaultval=no
6838               fi
6839           fi
6840
6841           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-objc_uniquifying" >&5
6842 $as_echo_n "checking for --${enablestring:-enable}-objc_uniquifying... " >&6; }
6843           # Check whether --enable-objc_uniquifying was given.
6844 if test "${enable_objc_uniquifying+set}" = set; then :
6845   enableval=$enable_objc_uniquifying;
6846                           if test "$enableval" = yes; then
6847                             wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=yes'
6848                           else
6849                             wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=no'
6850                           fi
6851
6852 else
6853
6854                           wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
6855
6856 fi
6857
6858
6859           eval "$wx_cv_use_objc_uniquifying"
6860
6861           if test x"$enablestring" = xdisable; then
6862             if test $wxUSE_OBJC_UNIQUIFYING = no; then
6863               result=yes
6864             else
6865               result=no
6866             fi
6867           else
6868             result=$wxUSE_OBJC_UNIQUIFYING
6869           fi
6870
6871           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6872 $as_echo "$result" >&6; }
6873
6874
6875
6876           enablestring=disable
6877           defaultval=
6878           if test -z "$defaultval"; then
6879               if test x"$enablestring" = xdisable; then
6880                   defaultval=yes
6881               else
6882                   defaultval=no
6883               fi
6884           fi
6885
6886           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-visibility" >&5
6887 $as_echo_n "checking for --${enablestring:-enable}-visibility... " >&6; }
6888           # Check whether --enable-visibility was given.
6889 if test "${enable_visibility+set}" = set; then :
6890   enableval=$enable_visibility;
6891                           if test "$enableval" = yes; then
6892                             wx_cv_use_visibility='wxUSE_VISIBILITY=yes'
6893                           else
6894                             wx_cv_use_visibility='wxUSE_VISIBILITY=no'
6895                           fi
6896
6897 else
6898
6899                           wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
6900
6901 fi
6902
6903
6904           eval "$wx_cv_use_visibility"
6905
6906           if test x"$enablestring" = xdisable; then
6907             if test $wxUSE_VISIBILITY = no; then
6908               result=yes
6909             else
6910               result=no
6911             fi
6912           else
6913             result=$wxUSE_VISIBILITY
6914           fi
6915
6916           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6917 $as_echo "$result" >&6; }
6918
6919
6920           enablestring=disable
6921           defaultval=
6922           if test -z "$defaultval"; then
6923               if test x"$enablestring" = xdisable; then
6924                   defaultval=yes
6925               else
6926                   defaultval=no
6927               fi
6928           fi
6929
6930           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tls" >&5
6931 $as_echo_n "checking for --${enablestring:-enable}-tls... " >&6; }
6932           # Check whether --enable-tls was given.
6933 if test "${enable_tls+set}" = set; then :
6934   enableval=$enable_tls;
6935                           if test "$enableval" = yes; then
6936                             wx_cv_use_tls='wxUSE_COMPILER_TLS=yes'
6937                           else
6938                             wx_cv_use_tls='wxUSE_COMPILER_TLS=no'
6939                           fi
6940
6941 else
6942
6943                           wx_cv_use_tls='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
6944
6945 fi
6946
6947
6948           eval "$wx_cv_use_tls"
6949
6950           if test x"$enablestring" = xdisable; then
6951             if test $wxUSE_COMPILER_TLS = no; then
6952               result=yes
6953             else
6954               result=no
6955             fi
6956           else
6957             result=$wxUSE_COMPILER_TLS
6958           fi
6959
6960           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6961 $as_echo "$result" >&6; }
6962
6963
6964
6965
6966           enablestring=
6967           defaultval=$wxUSE_ALL_FEATURES
6968           if test -z "$defaultval"; then
6969               if test x"$enablestring" = xdisable; then
6970                   defaultval=yes
6971               else
6972                   defaultval=no
6973               fi
6974           fi
6975
6976           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-intl" >&5
6977 $as_echo_n "checking for --${enablestring:-enable}-intl... " >&6; }
6978           # Check whether --enable-intl was given.
6979 if test "${enable_intl+set}" = set; then :
6980   enableval=$enable_intl;
6981                           if test "$enableval" = yes; then
6982                             wx_cv_use_intl='wxUSE_INTL=yes'
6983                           else
6984                             wx_cv_use_intl='wxUSE_INTL=no'
6985                           fi
6986
6987 else
6988
6989                           wx_cv_use_intl='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
6990
6991 fi
6992
6993
6994           eval "$wx_cv_use_intl"
6995
6996           if test x"$enablestring" = xdisable; then
6997             if test $wxUSE_INTL = no; then
6998               result=yes
6999             else
7000               result=no
7001             fi
7002           else
7003             result=$wxUSE_INTL
7004           fi
7005
7006           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7007 $as_echo "$result" >&6; }
7008
7009
7010           enablestring=
7011           defaultval=$wxUSE_ALL_FEATURES
7012           if test -z "$defaultval"; then
7013               if test x"$enablestring" = xdisable; then
7014                   defaultval=yes
7015               else
7016                   defaultval=no
7017               fi
7018           fi
7019
7020           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xlocale" >&5
7021 $as_echo_n "checking for --${enablestring:-enable}-xlocale... " >&6; }
7022           # Check whether --enable-xlocale was given.
7023 if test "${enable_xlocale+set}" = set; then :
7024   enableval=$enable_xlocale;
7025                           if test "$enableval" = yes; then
7026                             wx_cv_use_xlocale='wxUSE_XLOCALE=yes'
7027                           else
7028                             wx_cv_use_xlocale='wxUSE_XLOCALE=no'
7029                           fi
7030
7031 else
7032
7033                           wx_cv_use_xlocale='wxUSE_XLOCALE=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
7034
7035 fi
7036
7037
7038           eval "$wx_cv_use_xlocale"
7039
7040           if test x"$enablestring" = xdisable; then
7041             if test $wxUSE_XLOCALE = no; then
7042               result=yes
7043             else
7044               result=no
7045             fi
7046           else
7047             result=$wxUSE_XLOCALE
7048           fi
7049
7050           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7051 $as_echo "$result" >&6; }
7052
7053
7054           enablestring=
7055           defaultval=$wxUSE_ALL_FEATURES
7056           if test -z "$defaultval"; then
7057               if test x"$enablestring" = xdisable; then
7058                   defaultval=yes
7059               else
7060                   defaultval=no
7061               fi
7062           fi
7063
7064           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-config" >&5
7065 $as_echo_n "checking for --${enablestring:-enable}-config... " >&6; }
7066           # Check whether --enable-config was given.
7067 if test "${enable_config+set}" = set; then :
7068   enableval=$enable_config;
7069                           if test "$enableval" = yes; then
7070                             wx_cv_use_config='wxUSE_CONFIG=yes'
7071                           else
7072                             wx_cv_use_config='wxUSE_CONFIG=no'
7073                           fi
7074
7075 else
7076
7077                           wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
7078
7079 fi
7080
7081
7082           eval "$wx_cv_use_config"
7083
7084           if test x"$enablestring" = xdisable; then
7085             if test $wxUSE_CONFIG = no; then
7086               result=yes
7087             else
7088               result=no
7089             fi
7090           else
7091             result=$wxUSE_CONFIG
7092           fi
7093
7094           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7095 $as_echo "$result" >&6; }
7096
7097
7098
7099           enablestring=
7100           defaultval=$wxUSE_ALL_FEATURES
7101           if test -z "$defaultval"; then
7102               if test x"$enablestring" = xdisable; then
7103                   defaultval=yes
7104               else
7105                   defaultval=no
7106               fi
7107           fi
7108
7109           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocols" >&5
7110 $as_echo_n "checking for --${enablestring:-enable}-protocols... " >&6; }
7111           # Check whether --enable-protocols was given.
7112 if test "${enable_protocols+set}" = set; then :
7113   enableval=$enable_protocols;
7114                           if test "$enableval" = yes; then
7115                             wx_cv_use_protocols='wxUSE_PROTOCOL=yes'
7116                           else
7117                             wx_cv_use_protocols='wxUSE_PROTOCOL=no'
7118                           fi
7119
7120 else
7121
7122                           wx_cv_use_protocols='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
7123
7124 fi
7125
7126
7127           eval "$wx_cv_use_protocols"
7128
7129           if test x"$enablestring" = xdisable; then
7130             if test $wxUSE_PROTOCOL = no; then
7131               result=yes
7132             else
7133               result=no
7134             fi
7135           else
7136             result=$wxUSE_PROTOCOL
7137           fi
7138
7139           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7140 $as_echo "$result" >&6; }
7141
7142
7143           enablestring=
7144           defaultval=$wxUSE_ALL_FEATURES
7145           if test -z "$defaultval"; then
7146               if test x"$enablestring" = xdisable; then
7147                   defaultval=yes
7148               else
7149                   defaultval=no
7150               fi
7151           fi
7152
7153           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ftp" >&5
7154 $as_echo_n "checking for --${enablestring:-enable}-ftp... " >&6; }
7155           # Check whether --enable-ftp was given.
7156 if test "${enable_ftp+set}" = set; then :
7157   enableval=$enable_ftp;
7158                           if test "$enableval" = yes; then
7159                             wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
7160                           else
7161                             wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
7162                           fi
7163
7164 else
7165
7166                           wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
7167
7168 fi
7169
7170
7171           eval "$wx_cv_use_ftp"
7172
7173           if test x"$enablestring" = xdisable; then
7174             if test $wxUSE_PROTOCOL_FTP = no; then
7175               result=yes
7176             else
7177               result=no
7178             fi
7179           else
7180             result=$wxUSE_PROTOCOL_FTP
7181           fi
7182
7183           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7184 $as_echo "$result" >&6; }
7185
7186
7187           enablestring=
7188           defaultval=$wxUSE_ALL_FEATURES
7189           if test -z "$defaultval"; then
7190               if test x"$enablestring" = xdisable; then
7191                   defaultval=yes
7192               else
7193                   defaultval=no
7194               fi
7195           fi
7196
7197           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-http" >&5
7198 $as_echo_n "checking for --${enablestring:-enable}-http... " >&6; }
7199           # Check whether --enable-http was given.
7200 if test "${enable_http+set}" = set; then :
7201   enableval=$enable_http;
7202                           if test "$enableval" = yes; then
7203                             wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
7204                           else
7205                             wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
7206                           fi
7207
7208 else
7209
7210                           wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
7211
7212 fi
7213
7214
7215           eval "$wx_cv_use_http"
7216
7217           if test x"$enablestring" = xdisable; then
7218             if test $wxUSE_PROTOCOL_HTTP = no; then
7219               result=yes
7220             else
7221               result=no
7222             fi
7223           else
7224             result=$wxUSE_PROTOCOL_HTTP
7225           fi
7226
7227           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7228 $as_echo "$result" >&6; }
7229
7230
7231           enablestring=
7232           defaultval=$wxUSE_ALL_FEATURES
7233           if test -z "$defaultval"; then
7234               if test x"$enablestring" = xdisable; then
7235                   defaultval=yes
7236               else
7237                   defaultval=no
7238               fi
7239           fi
7240
7241           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fileproto" >&5
7242 $as_echo_n "checking for --${enablestring:-enable}-fileproto... " >&6; }
7243           # Check whether --enable-fileproto was given.
7244 if test "${enable_fileproto+set}" = set; then :
7245   enableval=$enable_fileproto;
7246                           if test "$enableval" = yes; then
7247                             wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
7248                           else
7249                             wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
7250                           fi
7251
7252 else
7253
7254                           wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
7255
7256 fi
7257
7258
7259           eval "$wx_cv_use_fileproto"
7260
7261           if test x"$enablestring" = xdisable; then
7262             if test $wxUSE_PROTOCOL_FILE = no; then
7263               result=yes
7264             else
7265               result=no
7266             fi
7267           else
7268             result=$wxUSE_PROTOCOL_FILE
7269           fi
7270
7271           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7272 $as_echo "$result" >&6; }
7273
7274
7275           enablestring=
7276           defaultval=$wxUSE_ALL_FEATURES
7277           if test -z "$defaultval"; then
7278               if test x"$enablestring" = xdisable; then
7279                   defaultval=yes
7280               else
7281                   defaultval=no
7282               fi
7283           fi
7284
7285           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sockets" >&5
7286 $as_echo_n "checking for --${enablestring:-enable}-sockets... " >&6; }
7287           # Check whether --enable-sockets was given.
7288 if test "${enable_sockets+set}" = set; then :
7289   enableval=$enable_sockets;
7290                           if test "$enableval" = yes; then
7291                             wx_cv_use_sockets='wxUSE_SOCKETS=yes'
7292                           else
7293                             wx_cv_use_sockets='wxUSE_SOCKETS=no'
7294                           fi
7295
7296 else
7297
7298                           wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
7299
7300 fi
7301
7302
7303           eval "$wx_cv_use_sockets"
7304
7305           if test x"$enablestring" = xdisable; then
7306             if test $wxUSE_SOCKETS = no; then
7307               result=yes
7308             else
7309               result=no
7310             fi
7311           else
7312             result=$wxUSE_SOCKETS
7313           fi
7314
7315           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7316 $as_echo "$result" >&6; }
7317
7318
7319           enablestring=
7320           defaultval=$wxUSE_ALL_FEATURES
7321           if test -z "$defaultval"; then
7322               if test x"$enablestring" = xdisable; then
7323                   defaultval=yes
7324               else
7325                   defaultval=no
7326               fi
7327           fi
7328
7329           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ipv6" >&5
7330 $as_echo_n "checking for --${enablestring:-enable}-ipv6... " >&6; }
7331           # Check whether --enable-ipv6 was given.
7332 if test "${enable_ipv6+set}" = set; then :
7333   enableval=$enable_ipv6;
7334                           if test "$enableval" = yes; then
7335                             wx_cv_use_ipv6='wxUSE_IPV6=yes'
7336                           else
7337                             wx_cv_use_ipv6='wxUSE_IPV6=no'
7338                           fi
7339
7340 else
7341
7342                           wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
7343
7344 fi
7345
7346
7347           eval "$wx_cv_use_ipv6"
7348
7349           if test x"$enablestring" = xdisable; then
7350             if test $wxUSE_IPV6 = no; then
7351               result=yes
7352             else
7353               result=no
7354             fi
7355           else
7356             result=$wxUSE_IPV6
7357           fi
7358
7359           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7360 $as_echo "$result" >&6; }
7361
7362
7363           enablestring=
7364           defaultval=$wxUSE_ALL_FEATURES
7365           if test -z "$defaultval"; then
7366               if test x"$enablestring" = xdisable; then
7367                   defaultval=yes
7368               else
7369                   defaultval=no
7370               fi
7371           fi
7372
7373           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ole" >&5
7374 $as_echo_n "checking for --${enablestring:-enable}-ole... " >&6; }
7375           # Check whether --enable-ole was given.
7376 if test "${enable_ole+set}" = set; then :
7377   enableval=$enable_ole;
7378                           if test "$enableval" = yes; then
7379                             wx_cv_use_ole='wxUSE_OLE=yes'
7380                           else
7381                             wx_cv_use_ole='wxUSE_OLE=no'
7382                           fi
7383
7384 else
7385
7386                           wx_cv_use_ole='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
7387
7388 fi
7389
7390
7391           eval "$wx_cv_use_ole"
7392
7393           if test x"$enablestring" = xdisable; then
7394             if test $wxUSE_OLE = no; then
7395               result=yes
7396             else
7397               result=no
7398             fi
7399           else
7400             result=$wxUSE_OLE
7401           fi
7402
7403           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7404 $as_echo "$result" >&6; }
7405
7406
7407           enablestring=
7408           defaultval=$wxUSE_ALL_FEATURES
7409           if test -z "$defaultval"; then
7410               if test x"$enablestring" = xdisable; then
7411                   defaultval=yes
7412               else
7413                   defaultval=no
7414               fi
7415           fi
7416
7417           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dataobj" >&5
7418 $as_echo_n "checking for --${enablestring:-enable}-dataobj... " >&6; }
7419           # Check whether --enable-dataobj was given.
7420 if test "${enable_dataobj+set}" = set; then :
7421   enableval=$enable_dataobj;
7422                           if test "$enableval" = yes; then
7423                             wx_cv_use_dataobj='wxUSE_DATAOBJ=yes'
7424                           else
7425                             wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
7426                           fi
7427
7428 else
7429
7430                           wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
7431
7432 fi
7433
7434
7435           eval "$wx_cv_use_dataobj"
7436
7437           if test x"$enablestring" = xdisable; then
7438             if test $wxUSE_DATAOBJ = no; then
7439               result=yes
7440             else
7441               result=no
7442             fi
7443           else
7444             result=$wxUSE_DATAOBJ
7445           fi
7446
7447           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7448 $as_echo "$result" >&6; }
7449
7450
7451
7452           enablestring=
7453           defaultval=$wxUSE_ALL_FEATURES
7454           if test -z "$defaultval"; then
7455               if test x"$enablestring" = xdisable; then
7456                   defaultval=yes
7457               else
7458                   defaultval=no
7459               fi
7460           fi
7461
7462           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ipc" >&5
7463 $as_echo_n "checking for --${enablestring:-enable}-ipc... " >&6; }
7464           # Check whether --enable-ipc was given.
7465 if test "${enable_ipc+set}" = set; then :
7466   enableval=$enable_ipc;
7467                           if test "$enableval" = yes; then
7468                             wx_cv_use_ipc='wxUSE_IPC=yes'
7469                           else
7470                             wx_cv_use_ipc='wxUSE_IPC=no'
7471                           fi
7472
7473 else
7474
7475                           wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
7476
7477 fi
7478
7479
7480           eval "$wx_cv_use_ipc"
7481
7482           if test x"$enablestring" = xdisable; then
7483             if test $wxUSE_IPC = no; then
7484               result=yes
7485             else
7486               result=no
7487             fi
7488           else
7489             result=$wxUSE_IPC
7490           fi
7491
7492           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7493 $as_echo "$result" >&6; }
7494
7495
7496
7497           enablestring=
7498           defaultval=$wxUSE_ALL_FEATURES
7499           if test -z "$defaultval"; then
7500               if test x"$enablestring" = xdisable; then
7501                   defaultval=yes
7502               else
7503                   defaultval=no
7504               fi
7505           fi
7506
7507           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-baseevtloop" >&5
7508 $as_echo_n "checking for --${enablestring:-enable}-baseevtloop... " >&6; }
7509           # Check whether --enable-baseevtloop was given.
7510 if test "${enable_baseevtloop+set}" = set; then :
7511   enableval=$enable_baseevtloop;
7512                           if test "$enableval" = yes; then
7513                             wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=yes'
7514                           else
7515                             wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=no'
7516                           fi
7517
7518 else
7519
7520                           wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
7521
7522 fi
7523
7524
7525           eval "$wx_cv_use_baseevtloop"
7526
7527           if test x"$enablestring" = xdisable; then
7528             if test $wxUSE_CONSOLE_EVENTLOOP = no; then
7529               result=yes
7530             else
7531               result=no
7532             fi
7533           else
7534             result=$wxUSE_CONSOLE_EVENTLOOP
7535           fi
7536
7537           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7538 $as_echo "$result" >&6; }
7539
7540
7541           enablestring=
7542           defaultval=$wxUSE_ALL_FEATURES
7543           if test -z "$defaultval"; then
7544               if test x"$enablestring" = xdisable; then
7545                   defaultval=yes
7546               else
7547                   defaultval=no
7548               fi
7549           fi
7550
7551           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-epollloop" >&5
7552 $as_echo_n "checking for --${enablestring:-enable}-epollloop... " >&6; }
7553           # Check whether --enable-epollloop was given.
7554 if test "${enable_epollloop+set}" = set; then :
7555   enableval=$enable_epollloop;
7556                           if test "$enableval" = yes; then
7557                             wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=yes'
7558                           else
7559                             wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=no'
7560                           fi
7561
7562 else
7563
7564                           wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
7565
7566 fi
7567
7568
7569           eval "$wx_cv_use_epollloop"
7570
7571           if test x"$enablestring" = xdisable; then
7572             if test $wxUSE_EPOLL_DISPATCHER = no; then
7573               result=yes
7574             else
7575               result=no
7576             fi
7577           else
7578             result=$wxUSE_EPOLL_DISPATCHER
7579           fi
7580
7581           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7582 $as_echo "$result" >&6; }
7583
7584
7585           enablestring=
7586           defaultval=$wxUSE_ALL_FEATURES
7587           if test -z "$defaultval"; then
7588               if test x"$enablestring" = xdisable; then
7589                   defaultval=yes
7590               else
7591                   defaultval=no
7592               fi
7593           fi
7594
7595           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-selectloop" >&5
7596 $as_echo_n "checking for --${enablestring:-enable}-selectloop... " >&6; }
7597           # Check whether --enable-selectloop was given.
7598 if test "${enable_selectloop+set}" = set; then :
7599   enableval=$enable_selectloop;
7600                           if test "$enableval" = yes; then
7601                             wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
7602                           else
7603                             wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
7604                           fi
7605
7606 else
7607
7608                           wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
7609
7610 fi
7611
7612
7613           eval "$wx_cv_use_selectloop"
7614
7615           if test x"$enablestring" = xdisable; then
7616             if test $wxUSE_SELECT_DISPATCHER = no; then
7617               result=yes
7618             else
7619               result=no
7620             fi
7621           else
7622             result=$wxUSE_SELECT_DISPATCHER
7623           fi
7624
7625           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7626 $as_echo "$result" >&6; }
7627
7628
7629
7630           enablestring=
7631           defaultval=$wxUSE_ALL_FEATURES
7632           if test -z "$defaultval"; then
7633               if test x"$enablestring" = xdisable; then
7634                   defaultval=yes
7635               else
7636                   defaultval=no
7637               fi
7638           fi
7639
7640           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-any" >&5
7641 $as_echo_n "checking for --${enablestring:-enable}-any... " >&6; }
7642           # Check whether --enable-any was given.
7643 if test "${enable_any+set}" = set; then :
7644   enableval=$enable_any;
7645                           if test "$enableval" = yes; then
7646                             wx_cv_use_any='wxUSE_ANY=yes'
7647                           else
7648                             wx_cv_use_any='wxUSE_ANY=no'
7649                           fi
7650
7651 else
7652
7653                           wx_cv_use_any='wxUSE_ANY=${'DEFAULT_wxUSE_ANY":-$defaultval}"
7654
7655 fi
7656
7657
7658           eval "$wx_cv_use_any"
7659
7660           if test x"$enablestring" = xdisable; then
7661             if test $wxUSE_ANY = no; then
7662               result=yes
7663             else
7664               result=no
7665             fi
7666           else
7667             result=$wxUSE_ANY
7668           fi
7669
7670           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7671 $as_echo "$result" >&6; }
7672
7673
7674           enablestring=
7675           defaultval=$wxUSE_ALL_FEATURES
7676           if test -z "$defaultval"; then
7677               if test x"$enablestring" = xdisable; then
7678                   defaultval=yes
7679               else
7680                   defaultval=no
7681               fi
7682           fi
7683
7684           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-apple_ieee" >&5
7685 $as_echo_n "checking for --${enablestring:-enable}-apple_ieee... " >&6; }
7686           # Check whether --enable-apple_ieee was given.
7687 if test "${enable_apple_ieee+set}" = set; then :
7688   enableval=$enable_apple_ieee;
7689                           if test "$enableval" = yes; then
7690                             wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
7691                           else
7692                             wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
7693                           fi
7694
7695 else
7696
7697                           wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
7698
7699 fi
7700
7701
7702           eval "$wx_cv_use_apple_ieee"
7703
7704           if test x"$enablestring" = xdisable; then
7705             if test $wxUSE_APPLE_IEEE = no; then
7706               result=yes
7707             else
7708               result=no
7709             fi
7710           else
7711             result=$wxUSE_APPLE_IEEE
7712           fi
7713
7714           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7715 $as_echo "$result" >&6; }
7716
7717
7718           enablestring=
7719           defaultval=$wxUSE_ALL_FEATURES
7720           if test -z "$defaultval"; then
7721               if test x"$enablestring" = xdisable; then
7722                   defaultval=yes
7723               else
7724                   defaultval=no
7725               fi
7726           fi
7727
7728           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-arcstream" >&5
7729 $as_echo_n "checking for --${enablestring:-enable}-arcstream... " >&6; }
7730           # Check whether --enable-arcstream was given.
7731 if test "${enable_arcstream+set}" = set; then :
7732   enableval=$enable_arcstream;
7733                           if test "$enableval" = yes; then
7734                             wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
7735                           else
7736                             wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
7737                           fi
7738
7739 else
7740
7741                           wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
7742
7743 fi
7744
7745
7746           eval "$wx_cv_use_arcstream"
7747
7748           if test x"$enablestring" = xdisable; then
7749             if test $wxUSE_ARCHIVE_STREAMS = no; then
7750               result=yes
7751             else
7752               result=no
7753             fi
7754           else
7755             result=$wxUSE_ARCHIVE_STREAMS
7756           fi
7757
7758           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7759 $as_echo "$result" >&6; }
7760
7761
7762           enablestring=
7763           defaultval=$wxUSE_ALL_FEATURES
7764           if test -z "$defaultval"; then
7765               if test x"$enablestring" = xdisable; then
7766                   defaultval=yes
7767               else
7768                   defaultval=no
7769               fi
7770           fi
7771
7772           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-base64" >&5
7773 $as_echo_n "checking for --${enablestring:-enable}-base64... " >&6; }
7774           # Check whether --enable-base64 was given.
7775 if test "${enable_base64+set}" = set; then :
7776   enableval=$enable_base64;
7777                           if test "$enableval" = yes; then
7778                             wx_cv_use_base64='wxUSE_BASE64=yes'
7779                           else
7780                             wx_cv_use_base64='wxUSE_BASE64=no'
7781                           fi
7782
7783 else
7784
7785                           wx_cv_use_base64='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
7786
7787 fi
7788
7789
7790           eval "$wx_cv_use_base64"
7791
7792           if test x"$enablestring" = xdisable; then
7793             if test $wxUSE_BASE64 = no; then
7794               result=yes
7795             else
7796               result=no
7797             fi
7798           else
7799             result=$wxUSE_BASE64
7800           fi
7801
7802           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7803 $as_echo "$result" >&6; }
7804
7805
7806           enablestring=
7807           defaultval=$wxUSE_ALL_FEATURES
7808           if test -z "$defaultval"; then
7809               if test x"$enablestring" = xdisable; then
7810                   defaultval=yes
7811               else
7812                   defaultval=no
7813               fi
7814           fi
7815
7816           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-backtrace" >&5
7817 $as_echo_n "checking for --${enablestring:-enable}-backtrace... " >&6; }
7818           # Check whether --enable-backtrace was given.
7819 if test "${enable_backtrace+set}" = set; then :
7820   enableval=$enable_backtrace;
7821                           if test "$enableval" = yes; then
7822                             wx_cv_use_backtrace='wxUSE_STACKWALKER=yes'
7823                           else
7824                             wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
7825                           fi
7826
7827 else
7828
7829                           wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
7830
7831 fi
7832
7833
7834           eval "$wx_cv_use_backtrace"
7835
7836           if test x"$enablestring" = xdisable; then
7837             if test $wxUSE_STACKWALKER = no; then
7838               result=yes
7839             else
7840               result=no
7841             fi
7842           else
7843             result=$wxUSE_STACKWALKER
7844           fi
7845
7846           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7847 $as_echo "$result" >&6; }
7848
7849
7850           enablestring=
7851           defaultval=$wxUSE_ALL_FEATURES
7852           if test -z "$defaultval"; then
7853               if test x"$enablestring" = xdisable; then
7854                   defaultval=yes
7855               else
7856                   defaultval=no
7857               fi
7858           fi
7859
7860           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-catch_segvs" >&5
7861 $as_echo_n "checking for --${enablestring:-enable}-catch_segvs... " >&6; }
7862           # Check whether --enable-catch_segvs was given.
7863 if test "${enable_catch_segvs+set}" = set; then :
7864   enableval=$enable_catch_segvs;
7865                           if test "$enableval" = yes; then
7866                             wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
7867                           else
7868                             wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
7869                           fi
7870
7871 else
7872
7873                           wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
7874
7875 fi
7876
7877
7878           eval "$wx_cv_use_catch_segvs"
7879
7880           if test x"$enablestring" = xdisable; then
7881             if test $wxUSE_ON_FATAL_EXCEPTION = no; then
7882               result=yes
7883             else
7884               result=no
7885             fi
7886           else
7887             result=$wxUSE_ON_FATAL_EXCEPTION
7888           fi
7889
7890           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7891 $as_echo "$result" >&6; }
7892
7893
7894           enablestring=
7895           defaultval=$wxUSE_ALL_FEATURES
7896           if test -z "$defaultval"; then
7897               if test x"$enablestring" = xdisable; then
7898                   defaultval=yes
7899               else
7900                   defaultval=no
7901               fi
7902           fi
7903
7904           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-cmdline" >&5
7905 $as_echo_n "checking for --${enablestring:-enable}-cmdline... " >&6; }
7906           # Check whether --enable-cmdline was given.
7907 if test "${enable_cmdline+set}" = set; then :
7908   enableval=$enable_cmdline;
7909                           if test "$enableval" = yes; then
7910                             wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
7911                           else
7912                             wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
7913                           fi
7914
7915 else
7916
7917                           wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
7918
7919 fi
7920
7921
7922           eval "$wx_cv_use_cmdline"
7923
7924           if test x"$enablestring" = xdisable; then
7925             if test $wxUSE_CMDLINE_PARSER = no; then
7926               result=yes
7927             else
7928               result=no
7929             fi
7930           else
7931             result=$wxUSE_CMDLINE_PARSER
7932           fi
7933
7934           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7935 $as_echo "$result" >&6; }
7936
7937
7938           enablestring=
7939           defaultval=$wxUSE_ALL_FEATURES
7940           if test -z "$defaultval"; then
7941               if test x"$enablestring" = xdisable; then
7942                   defaultval=yes
7943               else
7944                   defaultval=no
7945               fi
7946           fi
7947
7948           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-datetime" >&5
7949 $as_echo_n "checking for --${enablestring:-enable}-datetime... " >&6; }
7950           # Check whether --enable-datetime was given.
7951 if test "${enable_datetime+set}" = set; then :
7952   enableval=$enable_datetime;
7953                           if test "$enableval" = yes; then
7954                             wx_cv_use_datetime='wxUSE_DATETIME=yes'
7955                           else
7956                             wx_cv_use_datetime='wxUSE_DATETIME=no'
7957                           fi
7958
7959 else
7960
7961                           wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
7962
7963 fi
7964
7965
7966           eval "$wx_cv_use_datetime"
7967
7968           if test x"$enablestring" = xdisable; then
7969             if test $wxUSE_DATETIME = no; then
7970               result=yes
7971             else
7972               result=no
7973             fi
7974           else
7975             result=$wxUSE_DATETIME
7976           fi
7977
7978           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7979 $as_echo "$result" >&6; }
7980
7981
7982           enablestring=
7983           defaultval=$wxUSE_ALL_FEATURES
7984           if test -z "$defaultval"; then
7985               if test x"$enablestring" = xdisable; then
7986                   defaultval=yes
7987               else
7988                   defaultval=no
7989               fi
7990           fi
7991
7992           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debugreport" >&5
7993 $as_echo_n "checking for --${enablestring:-enable}-debugreport... " >&6; }
7994           # Check whether --enable-debugreport was given.
7995 if test "${enable_debugreport+set}" = set; then :
7996   enableval=$enable_debugreport;
7997                           if test "$enableval" = yes; then
7998                             wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
7999                           else
8000                             wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
8001                           fi
8002
8003 else
8004
8005                           wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
8006
8007 fi
8008
8009
8010           eval "$wx_cv_use_debugreport"
8011
8012           if test x"$enablestring" = xdisable; then
8013             if test $wxUSE_DEBUGREPORT = no; then
8014               result=yes
8015             else
8016               result=no
8017             fi
8018           else
8019             result=$wxUSE_DEBUGREPORT
8020           fi
8021
8022           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8023 $as_echo "$result" >&6; }
8024
8025
8026           enablestring=
8027           defaultval=$wxUSE_ALL_FEATURES
8028           if test -z "$defaultval"; then
8029               if test x"$enablestring" = xdisable; then
8030                   defaultval=yes
8031               else
8032                   defaultval=no
8033               fi
8034           fi
8035
8036           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dialupman" >&5
8037 $as_echo_n "checking for --${enablestring:-enable}-dialupman... " >&6; }
8038           # Check whether --enable-dialupman was given.
8039 if test "${enable_dialupman+set}" = set; then :
8040   enableval=$enable_dialupman;
8041                           if test "$enableval" = yes; then
8042                             wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
8043                           else
8044                             wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
8045                           fi
8046
8047 else
8048
8049                           wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
8050
8051 fi
8052
8053
8054           eval "$wx_cv_use_dialupman"
8055
8056           if test x"$enablestring" = xdisable; then
8057             if test $wxUSE_DIALUP_MANAGER = no; then
8058               result=yes
8059             else
8060               result=no
8061             fi
8062           else
8063             result=$wxUSE_DIALUP_MANAGER
8064           fi
8065
8066           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8067 $as_echo "$result" >&6; }
8068
8069
8070           enablestring=
8071           defaultval=$wxUSE_ALL_FEATURES
8072           if test -z "$defaultval"; then
8073               if test x"$enablestring" = xdisable; then
8074                   defaultval=yes
8075               else
8076                   defaultval=no
8077               fi
8078           fi
8079
8080           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dynlib" >&5
8081 $as_echo_n "checking for --${enablestring:-enable}-dynlib... " >&6; }
8082           # Check whether --enable-dynlib was given.
8083 if test "${enable_dynlib+set}" = set; then :
8084   enableval=$enable_dynlib;
8085                           if test "$enableval" = yes; then
8086                             wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
8087                           else
8088                             wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
8089                           fi
8090
8091 else
8092
8093                           wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
8094
8095 fi
8096
8097
8098           eval "$wx_cv_use_dynlib"
8099
8100           if test x"$enablestring" = xdisable; then
8101             if test $wxUSE_DYNLIB_CLASS = no; then
8102               result=yes
8103             else
8104               result=no
8105             fi
8106           else
8107             result=$wxUSE_DYNLIB_CLASS
8108           fi
8109
8110           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8111 $as_echo "$result" >&6; }
8112
8113
8114           enablestring=
8115           defaultval=$wxUSE_ALL_FEATURES
8116           if test -z "$defaultval"; then
8117               if test x"$enablestring" = xdisable; then
8118                   defaultval=yes
8119               else
8120                   defaultval=no
8121               fi
8122           fi
8123
8124           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dynamicloader" >&5
8125 $as_echo_n "checking for --${enablestring:-enable}-dynamicloader... " >&6; }
8126           # Check whether --enable-dynamicloader was given.
8127 if test "${enable_dynamicloader+set}" = set; then :
8128   enableval=$enable_dynamicloader;
8129                           if test "$enableval" = yes; then
8130                             wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
8131                           else
8132                             wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
8133                           fi
8134
8135 else
8136
8137                           wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
8138
8139 fi
8140
8141
8142           eval "$wx_cv_use_dynamicloader"
8143
8144           if test x"$enablestring" = xdisable; then
8145             if test $wxUSE_DYNAMIC_LOADER = no; then
8146               result=yes
8147             else
8148               result=no
8149             fi
8150           else
8151             result=$wxUSE_DYNAMIC_LOADER
8152           fi
8153
8154           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8155 $as_echo "$result" >&6; }
8156
8157
8158           enablestring=
8159           defaultval=$wxUSE_ALL_FEATURES
8160           if test -z "$defaultval"; then
8161               if test x"$enablestring" = xdisable; then
8162                   defaultval=yes
8163               else
8164                   defaultval=no
8165               fi
8166           fi
8167
8168           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-exceptions" >&5
8169 $as_echo_n "checking for --${enablestring:-enable}-exceptions... " >&6; }
8170           # Check whether --enable-exceptions was given.
8171 if test "${enable_exceptions+set}" = set; then :
8172   enableval=$enable_exceptions;
8173                           if test "$enableval" = yes; then
8174                             wx_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
8175                           else
8176                             wx_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
8177                           fi
8178
8179 else
8180
8181                           wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
8182
8183 fi
8184
8185
8186           eval "$wx_cv_use_exceptions"
8187
8188           if test x"$enablestring" = xdisable; then
8189             if test $wxUSE_EXCEPTIONS = no; then
8190               result=yes
8191             else
8192               result=no
8193             fi
8194           else
8195             result=$wxUSE_EXCEPTIONS
8196           fi
8197
8198           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8199 $as_echo "$result" >&6; }
8200
8201
8202           enablestring=
8203           defaultval=$wxUSE_ALL_FEATURES
8204           if test -z "$defaultval"; then
8205               if test x"$enablestring" = xdisable; then
8206                   defaultval=yes
8207               else
8208                   defaultval=no
8209               fi
8210           fi
8211
8212           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ffile" >&5
8213 $as_echo_n "checking for --${enablestring:-enable}-ffile... " >&6; }
8214           # Check whether --enable-ffile was given.
8215 if test "${enable_ffile+set}" = set; then :
8216   enableval=$enable_ffile;
8217                           if test "$enableval" = yes; then
8218                             wx_cv_use_ffile='wxUSE_FFILE=yes'
8219                           else
8220                             wx_cv_use_ffile='wxUSE_FFILE=no'
8221                           fi
8222
8223 else
8224
8225                           wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
8226
8227 fi
8228
8229
8230           eval "$wx_cv_use_ffile"
8231
8232           if test x"$enablestring" = xdisable; then
8233             if test $wxUSE_FFILE = no; then
8234               result=yes
8235             else
8236               result=no
8237             fi
8238           else
8239             result=$wxUSE_FFILE
8240           fi
8241
8242           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8243 $as_echo "$result" >&6; }
8244
8245
8246           enablestring=
8247           defaultval=$wxUSE_ALL_FEATURES
8248           if test -z "$defaultval"; then
8249               if test x"$enablestring" = xdisable; then
8250                   defaultval=yes
8251               else
8252                   defaultval=no
8253               fi
8254           fi
8255
8256           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-file" >&5
8257 $as_echo_n "checking for --${enablestring:-enable}-file... " >&6; }
8258           # Check whether --enable-file was given.
8259 if test "${enable_file+set}" = set; then :
8260   enableval=$enable_file;
8261                           if test "$enableval" = yes; then
8262                             wx_cv_use_file='wxUSE_FILE=yes'
8263                           else
8264                             wx_cv_use_file='wxUSE_FILE=no'
8265                           fi
8266
8267 else
8268
8269                           wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
8270
8271 fi
8272
8273
8274           eval "$wx_cv_use_file"
8275
8276           if test x"$enablestring" = xdisable; then
8277             if test $wxUSE_FILE = no; then
8278               result=yes
8279             else
8280               result=no
8281             fi
8282           else
8283             result=$wxUSE_FILE
8284           fi
8285
8286           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8287 $as_echo "$result" >&6; }
8288
8289
8290           enablestring=
8291           defaultval=$wxUSE_ALL_FEATURES
8292           if test -z "$defaultval"; then
8293               if test x"$enablestring" = xdisable; then
8294                   defaultval=yes
8295               else
8296                   defaultval=no
8297               fi
8298           fi
8299
8300           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filehistory" >&5
8301 $as_echo_n "checking for --${enablestring:-enable}-filehistory... " >&6; }
8302           # Check whether --enable-filehistory was given.
8303 if test "${enable_filehistory+set}" = set; then :
8304   enableval=$enable_filehistory;
8305                           if test "$enableval" = yes; then
8306                             wx_cv_use_filehistory='wxUSE_FILE_HISTORY=yes'
8307                           else
8308                             wx_cv_use_filehistory='wxUSE_FILE_HISTORY=no'
8309                           fi
8310
8311 else
8312
8313                           wx_cv_use_filehistory='wxUSE_FILE_HISTORY=${'DEFAULT_wxUSE_FILE_HISTORY":-$defaultval}"
8314
8315 fi
8316
8317
8318           eval "$wx_cv_use_filehistory"
8319
8320           if test x"$enablestring" = xdisable; then
8321             if test $wxUSE_FILE_HISTORY = no; then
8322               result=yes
8323             else
8324               result=no
8325             fi
8326           else
8327             result=$wxUSE_FILE_HISTORY
8328           fi
8329
8330           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8331 $as_echo "$result" >&6; }
8332
8333
8334           enablestring=
8335           defaultval=$wxUSE_ALL_FEATURES
8336           if test -z "$defaultval"; then
8337               if test x"$enablestring" = xdisable; then
8338                   defaultval=yes
8339               else
8340                   defaultval=no
8341               fi
8342           fi
8343
8344           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filesystem" >&5
8345 $as_echo_n "checking for --${enablestring:-enable}-filesystem... " >&6; }
8346           # Check whether --enable-filesystem was given.
8347 if test "${enable_filesystem+set}" = set; then :
8348   enableval=$enable_filesystem;
8349                           if test "$enableval" = yes; then
8350                             wx_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
8351                           else
8352                             wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
8353                           fi
8354
8355 else
8356
8357                           wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
8358
8359 fi
8360
8361
8362           eval "$wx_cv_use_filesystem"
8363
8364           if test x"$enablestring" = xdisable; then
8365             if test $wxUSE_FILESYSTEM = no; then
8366               result=yes
8367             else
8368               result=no
8369             fi
8370           else
8371             result=$wxUSE_FILESYSTEM
8372           fi
8373
8374           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8375 $as_echo "$result" >&6; }
8376
8377
8378           enablestring=
8379           defaultval=$wxUSE_ALL_FEATURES
8380           if test -z "$defaultval"; then
8381               if test x"$enablestring" = xdisable; then
8382                   defaultval=yes
8383               else
8384                   defaultval=no
8385               fi
8386           fi
8387
8388           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontenum" >&5
8389 $as_echo_n "checking for --${enablestring:-enable}-fontenum... " >&6; }
8390           # Check whether --enable-fontenum was given.
8391 if test "${enable_fontenum+set}" = set; then :
8392   enableval=$enable_fontenum;
8393                           if test "$enableval" = yes; then
8394                             wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
8395                           else
8396                             wx_cv_use_fontenum='wxUSE_FONTENUM=no'
8397                           fi
8398
8399 else
8400
8401                           wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
8402
8403 fi
8404
8405
8406           eval "$wx_cv_use_fontenum"
8407
8408           if test x"$enablestring" = xdisable; then
8409             if test $wxUSE_FONTENUM = no; then
8410               result=yes
8411             else
8412               result=no
8413             fi
8414           else
8415             result=$wxUSE_FONTENUM
8416           fi
8417
8418           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8419 $as_echo "$result" >&6; }
8420
8421
8422           enablestring=
8423           defaultval=$wxUSE_ALL_FEATURES
8424           if test -z "$defaultval"; then
8425               if test x"$enablestring" = xdisable; then
8426                   defaultval=yes
8427               else
8428                   defaultval=no
8429               fi
8430           fi
8431
8432           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontmap" >&5
8433 $as_echo_n "checking for --${enablestring:-enable}-fontmap... " >&6; }
8434           # Check whether --enable-fontmap was given.
8435 if test "${enable_fontmap+set}" = set; then :
8436   enableval=$enable_fontmap;
8437                           if test "$enableval" = yes; then
8438                             wx_cv_use_fontmap='wxUSE_FONTMAP=yes'
8439                           else
8440                             wx_cv_use_fontmap='wxUSE_FONTMAP=no'
8441                           fi
8442
8443 else
8444
8445                           wx_cv_use_fontmap='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
8446
8447 fi
8448
8449
8450           eval "$wx_cv_use_fontmap"
8451
8452           if test x"$enablestring" = xdisable; then
8453             if test $wxUSE_FONTMAP = no; then
8454               result=yes
8455             else
8456               result=no
8457             fi
8458           else
8459             result=$wxUSE_FONTMAP
8460           fi
8461
8462           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8463 $as_echo "$result" >&6; }
8464
8465
8466           enablestring=
8467           defaultval=$wxUSE_ALL_FEATURES
8468           if test -z "$defaultval"; then
8469               if test x"$enablestring" = xdisable; then
8470                   defaultval=yes
8471               else
8472                   defaultval=no
8473               fi
8474           fi
8475
8476           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_archive" >&5
8477 $as_echo_n "checking for --${enablestring:-enable}-fs_archive... " >&6; }
8478           # Check whether --enable-fs_archive was given.
8479 if test "${enable_fs_archive+set}" = set; then :
8480   enableval=$enable_fs_archive;
8481                           if test "$enableval" = yes; then
8482                             wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=yes'
8483                           else
8484                             wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
8485                           fi
8486
8487 else
8488
8489                           wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
8490
8491 fi
8492
8493
8494           eval "$wx_cv_use_fs_archive"
8495
8496           if test x"$enablestring" = xdisable; then
8497             if test $wxUSE_FS_ARCHIVE = no; then
8498               result=yes
8499             else
8500               result=no
8501             fi
8502           else
8503             result=$wxUSE_FS_ARCHIVE
8504           fi
8505
8506           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8507 $as_echo "$result" >&6; }
8508
8509
8510           enablestring=
8511           defaultval=$wxUSE_ALL_FEATURES
8512           if test -z "$defaultval"; then
8513               if test x"$enablestring" = xdisable; then
8514                   defaultval=yes
8515               else
8516                   defaultval=no
8517               fi
8518           fi
8519
8520           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_inet" >&5
8521 $as_echo_n "checking for --${enablestring:-enable}-fs_inet... " >&6; }
8522           # Check whether --enable-fs_inet was given.
8523 if test "${enable_fs_inet+set}" = set; then :
8524   enableval=$enable_fs_inet;
8525                           if test "$enableval" = yes; then
8526                             wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
8527                           else
8528                             wx_cv_use_fs_inet='wxUSE_FS_INET=no'
8529                           fi
8530
8531 else
8532
8533                           wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
8534
8535 fi
8536
8537
8538           eval "$wx_cv_use_fs_inet"
8539
8540           if test x"$enablestring" = xdisable; then
8541             if test $wxUSE_FS_INET = no; then
8542               result=yes
8543             else
8544               result=no
8545             fi
8546           else
8547             result=$wxUSE_FS_INET
8548           fi
8549
8550           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8551 $as_echo "$result" >&6; }
8552
8553
8554           enablestring=
8555           defaultval=$wxUSE_ALL_FEATURES
8556           if test -z "$defaultval"; then
8557               if test x"$enablestring" = xdisable; then
8558                   defaultval=yes
8559               else
8560                   defaultval=no
8561               fi
8562           fi
8563
8564           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_zip" >&5
8565 $as_echo_n "checking for --${enablestring:-enable}-fs_zip... " >&6; }
8566           # Check whether --enable-fs_zip was given.
8567 if test "${enable_fs_zip+set}" = set; then :
8568   enableval=$enable_fs_zip;
8569                           if test "$enableval" = yes; then
8570                             wx_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
8571                           else
8572                             wx_cv_use_fs_zip='wxUSE_FS_ZIP=no'
8573                           fi
8574
8575 else
8576
8577                           wx_cv_use_fs_zip='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
8578
8579 fi
8580
8581
8582           eval "$wx_cv_use_fs_zip"
8583
8584           if test x"$enablestring" = xdisable; then
8585             if test $wxUSE_FS_ZIP = no; then
8586               result=yes
8587             else
8588               result=no
8589             fi
8590           else
8591             result=$wxUSE_FS_ZIP
8592           fi
8593
8594           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8595 $as_echo "$result" >&6; }
8596
8597
8598           enablestring=
8599           defaultval=$wxUSE_ALL_FEATURES
8600           if test -z "$defaultval"; then
8601               if test x"$enablestring" = xdisable; then
8602                   defaultval=yes
8603               else
8604                   defaultval=no
8605               fi
8606           fi
8607
8608           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fsvolume" >&5
8609 $as_echo_n "checking for --${enablestring:-enable}-fsvolume... " >&6; }
8610           # Check whether --enable-fsvolume was given.
8611 if test "${enable_fsvolume+set}" = set; then :
8612   enableval=$enable_fsvolume;
8613                           if test "$enableval" = yes; then
8614                             wx_cv_use_fsvolume='wxUSE_FSVOLUME=yes'
8615                           else
8616                             wx_cv_use_fsvolume='wxUSE_FSVOLUME=no'
8617                           fi
8618
8619 else
8620
8621                           wx_cv_use_fsvolume='wxUSE_FSVOLUME=${'DEFAULT_wxUSE_FSVOLUME":-$defaultval}"
8622
8623 fi
8624
8625
8626           eval "$wx_cv_use_fsvolume"
8627
8628           if test x"$enablestring" = xdisable; then
8629             if test $wxUSE_FSVOLUME = no; then
8630               result=yes
8631             else
8632               result=no
8633             fi
8634           else
8635             result=$wxUSE_FSVOLUME
8636           fi
8637
8638           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8639 $as_echo "$result" >&6; }
8640
8641
8642           enablestring=
8643           defaultval=$wxUSE_ALL_FEATURES
8644           if test -z "$defaultval"; then
8645               if test x"$enablestring" = xdisable; then
8646                   defaultval=yes
8647               else
8648                   defaultval=no
8649               fi
8650           fi
8651
8652           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fswatcher" >&5
8653 $as_echo_n "checking for --${enablestring:-enable}-fswatcher... " >&6; }
8654           # Check whether --enable-fswatcher was given.
8655 if test "${enable_fswatcher+set}" = set; then :
8656   enableval=$enable_fswatcher;
8657                           if test "$enableval" = yes; then
8658                             wx_cv_use_fswatcher='wxUSE_FSWATCHER=yes'
8659                           else
8660                             wx_cv_use_fswatcher='wxUSE_FSWATCHER=no'
8661                           fi
8662
8663 else
8664
8665                           wx_cv_use_fswatcher='wxUSE_FSWATCHER=${'DEFAULT_wxUSE_FSWATCHER":-$defaultval}"
8666
8667 fi
8668
8669
8670           eval "$wx_cv_use_fswatcher"
8671
8672           if test x"$enablestring" = xdisable; then
8673             if test $wxUSE_FSWATCHER = no; then
8674               result=yes
8675             else
8676               result=no
8677             fi
8678           else
8679             result=$wxUSE_FSWATCHER
8680           fi
8681
8682           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8683 $as_echo "$result" >&6; }
8684
8685
8686           enablestring=
8687           defaultval=$wxUSE_ALL_FEATURES
8688           if test -z "$defaultval"; then
8689               if test x"$enablestring" = xdisable; then
8690                   defaultval=yes
8691               else
8692                   defaultval=no
8693               fi
8694           fi
8695
8696           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-geometry" >&5
8697 $as_echo_n "checking for --${enablestring:-enable}-geometry... " >&6; }
8698           # Check whether --enable-geometry was given.
8699 if test "${enable_geometry+set}" = set; then :
8700   enableval=$enable_geometry;
8701                           if test "$enableval" = yes; then
8702                             wx_cv_use_geometry='wxUSE_GEOMETRY=yes'
8703                           else
8704                             wx_cv_use_geometry='wxUSE_GEOMETRY=no'
8705                           fi
8706
8707 else
8708
8709                           wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
8710
8711 fi
8712
8713
8714           eval "$wx_cv_use_geometry"
8715
8716           if test x"$enablestring" = xdisable; then
8717             if test $wxUSE_GEOMETRY = no; then
8718               result=yes
8719             else
8720               result=no
8721             fi
8722           else
8723             result=$wxUSE_GEOMETRY
8724           fi
8725
8726           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8727 $as_echo "$result" >&6; }
8728
8729
8730           enablestring=
8731           defaultval=$wxUSE_ALL_FEATURES
8732           if test -z "$defaultval"; then
8733               if test x"$enablestring" = xdisable; then
8734                   defaultval=yes
8735               else
8736                   defaultval=no
8737               fi
8738           fi
8739
8740           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-log" >&5
8741 $as_echo_n "checking for --${enablestring:-enable}-log... " >&6; }
8742           # Check whether --enable-log was given.
8743 if test "${enable_log+set}" = set; then :
8744   enableval=$enable_log;
8745                           if test "$enableval" = yes; then
8746                             wx_cv_use_log='wxUSE_LOG=yes'
8747                           else
8748                             wx_cv_use_log='wxUSE_LOG=no'
8749                           fi
8750
8751 else
8752
8753                           wx_cv_use_log='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
8754
8755 fi
8756
8757
8758           eval "$wx_cv_use_log"
8759
8760           if test x"$enablestring" = xdisable; then
8761             if test $wxUSE_LOG = no; then
8762               result=yes
8763             else
8764               result=no
8765             fi
8766           else
8767             result=$wxUSE_LOG
8768           fi
8769
8770           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8771 $as_echo "$result" >&6; }
8772
8773
8774           enablestring=
8775           defaultval=$wxUSE_ALL_FEATURES
8776           if test -z "$defaultval"; then
8777               if test x"$enablestring" = xdisable; then
8778                   defaultval=yes
8779               else
8780                   defaultval=no
8781               fi
8782           fi
8783
8784           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-longlong" >&5
8785 $as_echo_n "checking for --${enablestring:-enable}-longlong... " >&6; }
8786           # Check whether --enable-longlong was given.
8787 if test "${enable_longlong+set}" = set; then :
8788   enableval=$enable_longlong;
8789                           if test "$enableval" = yes; then
8790                             wx_cv_use_longlong='wxUSE_LONGLONG=yes'
8791                           else
8792                             wx_cv_use_longlong='wxUSE_LONGLONG=no'
8793                           fi
8794
8795 else
8796
8797                           wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
8798
8799 fi
8800
8801
8802           eval "$wx_cv_use_longlong"
8803
8804           if test x"$enablestring" = xdisable; then
8805             if test $wxUSE_LONGLONG = no; then
8806               result=yes
8807             else
8808               result=no
8809             fi
8810           else
8811             result=$wxUSE_LONGLONG
8812           fi
8813
8814           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8815 $as_echo "$result" >&6; }
8816
8817
8818           enablestring=
8819           defaultval=$wxUSE_ALL_FEATURES
8820           if test -z "$defaultval"; then
8821               if test x"$enablestring" = xdisable; then
8822                   defaultval=yes
8823               else
8824                   defaultval=no
8825               fi
8826           fi
8827
8828           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mimetype" >&5
8829 $as_echo_n "checking for --${enablestring:-enable}-mimetype... " >&6; }
8830           # Check whether --enable-mimetype was given.
8831 if test "${enable_mimetype+set}" = set; then :
8832   enableval=$enable_mimetype;
8833                           if test "$enableval" = yes; then
8834                             wx_cv_use_mimetype='wxUSE_MIMETYPE=yes'
8835                           else
8836                             wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
8837                           fi
8838
8839 else
8840
8841                           wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
8842
8843 fi
8844
8845
8846           eval "$wx_cv_use_mimetype"
8847
8848           if test x"$enablestring" = xdisable; then
8849             if test $wxUSE_MIMETYPE = no; then
8850               result=yes
8851             else
8852               result=no
8853             fi
8854           else
8855             result=$wxUSE_MIMETYPE
8856           fi
8857
8858           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8859 $as_echo "$result" >&6; }
8860
8861
8862           enablestring=
8863           defaultval=$wxUSE_ALL_FEATURES
8864           if test -z "$defaultval"; then
8865               if test x"$enablestring" = xdisable; then
8866                   defaultval=yes
8867               else
8868                   defaultval=no
8869               fi
8870           fi
8871
8872           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-printfposparam" >&5
8873 $as_echo_n "checking for --${enablestring:-enable}-printfposparam... " >&6; }
8874           # Check whether --enable-printfposparam was given.
8875 if test "${enable_printfposparam+set}" = set; then :
8876   enableval=$enable_printfposparam;
8877                           if test "$enableval" = yes; then
8878                             wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=yes'
8879                           else
8880                             wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
8881                           fi
8882
8883 else
8884
8885                           wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
8886
8887 fi
8888
8889
8890           eval "$wx_cv_use_printfposparam"
8891
8892           if test x"$enablestring" = xdisable; then
8893             if test $wxUSE_PRINTF_POS_PARAMS = no; then
8894               result=yes
8895             else
8896               result=no
8897             fi
8898           else
8899             result=$wxUSE_PRINTF_POS_PARAMS
8900           fi
8901
8902           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8903 $as_echo "$result" >&6; }
8904
8905
8906           enablestring=
8907           defaultval=$wxUSE_ALL_FEATURES
8908           if test -z "$defaultval"; then
8909               if test x"$enablestring" = xdisable; then
8910                   defaultval=yes
8911               else
8912                   defaultval=no
8913               fi
8914           fi
8915
8916           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-snglinst" >&5
8917 $as_echo_n "checking for --${enablestring:-enable}-snglinst... " >&6; }
8918           # Check whether --enable-snglinst was given.
8919 if test "${enable_snglinst+set}" = set; then :
8920   enableval=$enable_snglinst;
8921                           if test "$enableval" = yes; then
8922                             wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
8923                           else
8924                             wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
8925                           fi
8926
8927 else
8928
8929                           wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
8930
8931 fi
8932
8933
8934           eval "$wx_cv_use_snglinst"
8935
8936           if test x"$enablestring" = xdisable; then
8937             if test $wxUSE_SNGLINST_CHECKER = no; then
8938               result=yes
8939             else
8940               result=no
8941             fi
8942           else
8943             result=$wxUSE_SNGLINST_CHECKER
8944           fi
8945
8946           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8947 $as_echo "$result" >&6; }
8948
8949
8950           enablestring=
8951           defaultval=$wxUSE_ALL_FEATURES
8952           if test -z "$defaultval"; then
8953               if test x"$enablestring" = xdisable; then
8954                   defaultval=yes
8955               else
8956                   defaultval=no
8957               fi
8958           fi
8959
8960           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sound" >&5
8961 $as_echo_n "checking for --${enablestring:-enable}-sound... " >&6; }
8962           # Check whether --enable-sound was given.
8963 if test "${enable_sound+set}" = set; then :
8964   enableval=$enable_sound;
8965                           if test "$enableval" = yes; then
8966                             wx_cv_use_sound='wxUSE_SOUND=yes'
8967                           else
8968                             wx_cv_use_sound='wxUSE_SOUND=no'
8969                           fi
8970
8971 else
8972
8973                           wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
8974
8975 fi
8976
8977
8978           eval "$wx_cv_use_sound"
8979
8980           if test x"$enablestring" = xdisable; then
8981             if test $wxUSE_SOUND = no; then
8982               result=yes
8983             else
8984               result=no
8985             fi
8986           else
8987             result=$wxUSE_SOUND
8988           fi
8989
8990           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8991 $as_echo "$result" >&6; }
8992
8993
8994           enablestring=
8995           defaultval=$wxUSE_ALL_FEATURES
8996           if test -z "$defaultval"; then
8997               if test x"$enablestring" = xdisable; then
8998                   defaultval=yes
8999               else
9000                   defaultval=no
9001               fi
9002           fi
9003
9004           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stdpaths" >&5
9005 $as_echo_n "checking for --${enablestring:-enable}-stdpaths... " >&6; }
9006           # Check whether --enable-stdpaths was given.
9007 if test "${enable_stdpaths+set}" = set; then :
9008   enableval=$enable_stdpaths;
9009                           if test "$enableval" = yes; then
9010                             wx_cv_use_stdpaths='wxUSE_STDPATHS=yes'
9011                           else
9012                             wx_cv_use_stdpaths='wxUSE_STDPATHS=no'
9013                           fi
9014
9015 else
9016
9017                           wx_cv_use_stdpaths='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
9018
9019 fi
9020
9021
9022           eval "$wx_cv_use_stdpaths"
9023
9024           if test x"$enablestring" = xdisable; then
9025             if test $wxUSE_STDPATHS = no; then
9026               result=yes
9027             else
9028               result=no
9029             fi
9030           else
9031             result=$wxUSE_STDPATHS
9032           fi
9033
9034           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9035 $as_echo "$result" >&6; }
9036
9037
9038           enablestring=
9039           defaultval=$wxUSE_ALL_FEATURES
9040           if test -z "$defaultval"; then
9041               if test x"$enablestring" = xdisable; then
9042                   defaultval=yes
9043               else
9044                   defaultval=no
9045               fi
9046           fi
9047
9048           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stopwatch" >&5
9049 $as_echo_n "checking for --${enablestring:-enable}-stopwatch... " >&6; }
9050           # Check whether --enable-stopwatch was given.
9051 if test "${enable_stopwatch+set}" = set; then :
9052   enableval=$enable_stopwatch;
9053                           if test "$enableval" = yes; then
9054                             wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
9055                           else
9056                             wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
9057                           fi
9058
9059 else
9060
9061                           wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
9062
9063 fi
9064
9065
9066           eval "$wx_cv_use_stopwatch"
9067
9068           if test x"$enablestring" = xdisable; then
9069             if test $wxUSE_STOPWATCH = no; then
9070               result=yes
9071             else
9072               result=no
9073             fi
9074           else
9075             result=$wxUSE_STOPWATCH
9076           fi
9077
9078           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9079 $as_echo "$result" >&6; }
9080
9081
9082           enablestring=
9083           defaultval=$wxUSE_ALL_FEATURES
9084           if test -z "$defaultval"; then
9085               if test x"$enablestring" = xdisable; then
9086                   defaultval=yes
9087               else
9088                   defaultval=no
9089               fi
9090           fi
9091
9092           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-streams" >&5
9093 $as_echo_n "checking for --${enablestring:-enable}-streams... " >&6; }
9094           # Check whether --enable-streams was given.
9095 if test "${enable_streams+set}" = set; then :
9096   enableval=$enable_streams;
9097                           if test "$enableval" = yes; then
9098                             wx_cv_use_streams='wxUSE_STREAMS=yes'
9099                           else
9100                             wx_cv_use_streams='wxUSE_STREAMS=no'
9101                           fi
9102
9103 else
9104
9105                           wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
9106
9107 fi
9108
9109
9110           eval "$wx_cv_use_streams"
9111
9112           if test x"$enablestring" = xdisable; then
9113             if test $wxUSE_STREAMS = no; then
9114               result=yes
9115             else
9116               result=no
9117             fi
9118           else
9119             result=$wxUSE_STREAMS
9120           fi
9121
9122           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9123 $as_echo "$result" >&6; }
9124
9125
9126           enablestring=
9127           defaultval=$wxUSE_ALL_FEATURES
9128           if test -z "$defaultval"; then
9129               if test x"$enablestring" = xdisable; then
9130                   defaultval=yes
9131               else
9132                   defaultval=no
9133               fi
9134           fi
9135
9136           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sysoptions" >&5
9137 $as_echo_n "checking for --${enablestring:-enable}-sysoptions... " >&6; }
9138           # Check whether --enable-sysoptions was given.
9139 if test "${enable_sysoptions+set}" = set; then :
9140   enableval=$enable_sysoptions;
9141                           if test "$enableval" = yes; then
9142                             wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=yes'
9143                           else
9144                             wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=no'
9145                           fi
9146
9147 else
9148
9149                           wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
9150
9151 fi
9152
9153
9154           eval "$wx_cv_use_sysoptions"
9155
9156           if test x"$enablestring" = xdisable; then
9157             if test $wxUSE_SYSTEM_OPTIONS = no; then
9158               result=yes
9159             else
9160               result=no
9161             fi
9162           else
9163             result=$wxUSE_SYSTEM_OPTIONS
9164           fi
9165
9166           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9167 $as_echo "$result" >&6; }
9168
9169
9170           enablestring=
9171           defaultval=$wxUSE_ALL_FEATURES
9172           if test -z "$defaultval"; then
9173               if test x"$enablestring" = xdisable; then
9174                   defaultval=yes
9175               else
9176                   defaultval=no
9177               fi
9178           fi
9179
9180           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tarstream" >&5
9181 $as_echo_n "checking for --${enablestring:-enable}-tarstream... " >&6; }
9182           # Check whether --enable-tarstream was given.
9183 if test "${enable_tarstream+set}" = set; then :
9184   enableval=$enable_tarstream;
9185                           if test "$enableval" = yes; then
9186                             wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
9187                           else
9188                             wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
9189                           fi
9190
9191 else
9192
9193                           wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
9194
9195 fi
9196
9197
9198           eval "$wx_cv_use_tarstream"
9199
9200           if test x"$enablestring" = xdisable; then
9201             if test $wxUSE_TARSTREAM = no; then
9202               result=yes
9203             else
9204               result=no
9205             fi
9206           else
9207             result=$wxUSE_TARSTREAM
9208           fi
9209
9210           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9211 $as_echo "$result" >&6; }
9212
9213
9214           enablestring=
9215           defaultval=$wxUSE_ALL_FEATURES
9216           if test -z "$defaultval"; then
9217               if test x"$enablestring" = xdisable; then
9218                   defaultval=yes
9219               else
9220                   defaultval=no
9221               fi
9222           fi
9223
9224           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textbuf" >&5
9225 $as_echo_n "checking for --${enablestring:-enable}-textbuf... " >&6; }
9226           # Check whether --enable-textbuf was given.
9227 if test "${enable_textbuf+set}" = set; then :
9228   enableval=$enable_textbuf;
9229                           if test "$enableval" = yes; then
9230                             wx_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
9231                           else
9232                             wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
9233                           fi
9234
9235 else
9236
9237                           wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
9238
9239 fi
9240
9241
9242           eval "$wx_cv_use_textbuf"
9243
9244           if test x"$enablestring" = xdisable; then
9245             if test $wxUSE_TEXTBUFFER = no; then
9246               result=yes
9247             else
9248               result=no
9249             fi
9250           else
9251             result=$wxUSE_TEXTBUFFER
9252           fi
9253
9254           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9255 $as_echo "$result" >&6; }
9256
9257
9258           enablestring=
9259           defaultval=$wxUSE_ALL_FEATURES
9260           if test -z "$defaultval"; then
9261               if test x"$enablestring" = xdisable; then
9262                   defaultval=yes
9263               else
9264                   defaultval=no
9265               fi
9266           fi
9267
9268           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textfile" >&5
9269 $as_echo_n "checking for --${enablestring:-enable}-textfile... " >&6; }
9270           # Check whether --enable-textfile was given.
9271 if test "${enable_textfile+set}" = set; then :
9272   enableval=$enable_textfile;
9273                           if test "$enableval" = yes; then
9274                             wx_cv_use_textfile='wxUSE_TEXTFILE=yes'
9275                           else
9276                             wx_cv_use_textfile='wxUSE_TEXTFILE=no'
9277                           fi
9278
9279 else
9280
9281                           wx_cv_use_textfile='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
9282
9283 fi
9284
9285
9286           eval "$wx_cv_use_textfile"
9287
9288           if test x"$enablestring" = xdisable; then
9289             if test $wxUSE_TEXTFILE = no; then
9290               result=yes
9291             else
9292               result=no
9293             fi
9294           else
9295             result=$wxUSE_TEXTFILE
9296           fi
9297
9298           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9299 $as_echo "$result" >&6; }
9300
9301
9302           enablestring=
9303           defaultval=$wxUSE_ALL_FEATURES
9304           if test -z "$defaultval"; then
9305               if test x"$enablestring" = xdisable; then
9306                   defaultval=yes
9307               else
9308                   defaultval=no
9309               fi
9310           fi
9311
9312           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-timer" >&5
9313 $as_echo_n "checking for --${enablestring:-enable}-timer... " >&6; }
9314           # Check whether --enable-timer was given.
9315 if test "${enable_timer+set}" = set; then :
9316   enableval=$enable_timer;
9317                           if test "$enableval" = yes; then
9318                             wx_cv_use_timer='wxUSE_TIMER=yes'
9319                           else
9320                             wx_cv_use_timer='wxUSE_TIMER=no'
9321                           fi
9322
9323 else
9324
9325                           wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
9326
9327 fi
9328
9329
9330           eval "$wx_cv_use_timer"
9331
9332           if test x"$enablestring" = xdisable; then
9333             if test $wxUSE_TIMER = no; then
9334               result=yes
9335             else
9336               result=no
9337             fi
9338           else
9339             result=$wxUSE_TIMER
9340           fi
9341
9342           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9343 $as_echo "$result" >&6; }
9344
9345
9346           enablestring=
9347           defaultval=$wxUSE_ALL_FEATURES
9348           if test -z "$defaultval"; then
9349               if test x"$enablestring" = xdisable; then
9350                   defaultval=yes
9351               else
9352                   defaultval=no
9353               fi
9354           fi
9355
9356           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-variant" >&5
9357 $as_echo_n "checking for --${enablestring:-enable}-variant... " >&6; }
9358           # Check whether --enable-variant was given.
9359 if test "${enable_variant+set}" = set; then :
9360   enableval=$enable_variant;
9361                           if test "$enableval" = yes; then
9362                             wx_cv_use_variant='wxUSE_VARIANT=yes'
9363                           else
9364                             wx_cv_use_variant='wxUSE_VARIANT=no'
9365                           fi
9366
9367 else
9368
9369                           wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
9370
9371 fi
9372
9373
9374           eval "$wx_cv_use_variant"
9375
9376           if test x"$enablestring" = xdisable; then
9377             if test $wxUSE_VARIANT = no; then
9378               result=yes
9379             else
9380               result=no
9381             fi
9382           else
9383             result=$wxUSE_VARIANT
9384           fi
9385
9386           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9387 $as_echo "$result" >&6; }
9388
9389
9390           enablestring=
9391           defaultval=$wxUSE_ALL_FEATURES
9392           if test -z "$defaultval"; then
9393               if test x"$enablestring" = xdisable; then
9394                   defaultval=yes
9395               else
9396                   defaultval=no
9397               fi
9398           fi
9399
9400           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-zipstream" >&5
9401 $as_echo_n "checking for --${enablestring:-enable}-zipstream... " >&6; }
9402           # Check whether --enable-zipstream was given.
9403 if test "${enable_zipstream+set}" = set; then :
9404   enableval=$enable_zipstream;
9405                           if test "$enableval" = yes; then
9406                             wx_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
9407                           else
9408                             wx_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
9409                           fi
9410
9411 else
9412
9413                           wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
9414
9415 fi
9416
9417
9418           eval "$wx_cv_use_zipstream"
9419
9420           if test x"$enablestring" = xdisable; then
9421             if test $wxUSE_ZIPSTREAM = no; then
9422               result=yes
9423             else
9424               result=no
9425             fi
9426           else
9427             result=$wxUSE_ZIPSTREAM
9428           fi
9429
9430           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9431 $as_echo "$result" >&6; }
9432
9433
9434
9435           enablestring=
9436           defaultval=$wxUSE_ALL_FEATURES
9437           if test -z "$defaultval"; then
9438               if test x"$enablestring" = xdisable; then
9439                   defaultval=yes
9440               else
9441                   defaultval=no
9442               fi
9443           fi
9444
9445           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-url" >&5
9446 $as_echo_n "checking for --${enablestring:-enable}-url... " >&6; }
9447           # Check whether --enable-url was given.
9448 if test "${enable_url+set}" = set; then :
9449   enableval=$enable_url;
9450                           if test "$enableval" = yes; then
9451                             wx_cv_use_url='wxUSE_URL=yes'
9452                           else
9453                             wx_cv_use_url='wxUSE_URL=no'
9454                           fi
9455
9456 else
9457
9458                           wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
9459
9460 fi
9461
9462
9463           eval "$wx_cv_use_url"
9464
9465           if test x"$enablestring" = xdisable; then
9466             if test $wxUSE_URL = no; then
9467               result=yes
9468             else
9469               result=no
9470             fi
9471           else
9472             result=$wxUSE_URL
9473           fi
9474
9475           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9476 $as_echo "$result" >&6; }
9477
9478
9479           enablestring=
9480           defaultval=$wxUSE_ALL_FEATURES
9481           if test -z "$defaultval"; then
9482               if test x"$enablestring" = xdisable; then
9483                   defaultval=yes
9484               else
9485                   defaultval=no
9486               fi
9487           fi
9488
9489           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol" >&5
9490 $as_echo_n "checking for --${enablestring:-enable}-protocol... " >&6; }
9491           # Check whether --enable-protocol was given.
9492 if test "${enable_protocol+set}" = set; then :
9493   enableval=$enable_protocol;
9494                           if test "$enableval" = yes; then
9495                             wx_cv_use_protocol='wxUSE_PROTOCOL=yes'
9496                           else
9497                             wx_cv_use_protocol='wxUSE_PROTOCOL=no'
9498                           fi
9499
9500 else
9501
9502                           wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
9503
9504 fi
9505
9506
9507           eval "$wx_cv_use_protocol"
9508
9509           if test x"$enablestring" = xdisable; then
9510             if test $wxUSE_PROTOCOL = no; then
9511               result=yes
9512             else
9513               result=no
9514             fi
9515           else
9516             result=$wxUSE_PROTOCOL
9517           fi
9518
9519           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9520 $as_echo "$result" >&6; }
9521
9522
9523           enablestring=
9524           defaultval=$wxUSE_ALL_FEATURES
9525           if test -z "$defaultval"; then
9526               if test x"$enablestring" = xdisable; then
9527                   defaultval=yes
9528               else
9529                   defaultval=no
9530               fi
9531           fi
9532
9533           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_http" >&5
9534 $as_echo_n "checking for --${enablestring:-enable}-protocol_http... " >&6; }
9535           # Check whether --enable-protocol_http was given.
9536 if test "${enable_protocol_http+set}" = set; then :
9537   enableval=$enable_protocol_http;
9538                           if test "$enableval" = yes; then
9539                             wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
9540                           else
9541                             wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
9542                           fi
9543
9544 else
9545
9546                           wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
9547
9548 fi
9549
9550
9551           eval "$wx_cv_use_protocol_http"
9552
9553           if test x"$enablestring" = xdisable; then
9554             if test $wxUSE_PROTOCOL_HTTP = no; then
9555               result=yes
9556             else
9557               result=no
9558             fi
9559           else
9560             result=$wxUSE_PROTOCOL_HTTP
9561           fi
9562
9563           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9564 $as_echo "$result" >&6; }
9565
9566
9567           enablestring=
9568           defaultval=$wxUSE_ALL_FEATURES
9569           if test -z "$defaultval"; then
9570               if test x"$enablestring" = xdisable; then
9571                   defaultval=yes
9572               else
9573                   defaultval=no
9574               fi
9575           fi
9576
9577           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_ftp" >&5
9578 $as_echo_n "checking for --${enablestring:-enable}-protocol_ftp... " >&6; }
9579           # Check whether --enable-protocol_ftp was given.
9580 if test "${enable_protocol_ftp+set}" = set; then :
9581   enableval=$enable_protocol_ftp;
9582                           if test "$enableval" = yes; then
9583                             wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
9584                           else
9585                             wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
9586                           fi
9587
9588 else
9589
9590                           wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
9591
9592 fi
9593
9594
9595           eval "$wx_cv_use_protocol_ftp"
9596
9597           if test x"$enablestring" = xdisable; then
9598             if test $wxUSE_PROTOCOL_FTP = no; then
9599               result=yes
9600             else
9601               result=no
9602             fi
9603           else
9604             result=$wxUSE_PROTOCOL_FTP
9605           fi
9606
9607           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9608 $as_echo "$result" >&6; }
9609
9610
9611           enablestring=
9612           defaultval=$wxUSE_ALL_FEATURES
9613           if test -z "$defaultval"; then
9614               if test x"$enablestring" = xdisable; then
9615                   defaultval=yes
9616               else
9617                   defaultval=no
9618               fi
9619           fi
9620
9621           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_file" >&5
9622 $as_echo_n "checking for --${enablestring:-enable}-protocol_file... " >&6; }
9623           # Check whether --enable-protocol_file was given.
9624 if test "${enable_protocol_file+set}" = set; then :
9625   enableval=$enable_protocol_file;
9626                           if test "$enableval" = yes; then
9627                             wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
9628                           else
9629                             wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
9630                           fi
9631
9632 else
9633
9634                           wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
9635
9636 fi
9637
9638
9639           eval "$wx_cv_use_protocol_file"
9640
9641           if test x"$enablestring" = xdisable; then
9642             if test $wxUSE_PROTOCOL_FILE = no; then
9643               result=yes
9644             else
9645               result=no
9646             fi
9647           else
9648             result=$wxUSE_PROTOCOL_FILE
9649           fi
9650
9651           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9652 $as_echo "$result" >&6; }
9653
9654
9655
9656           enablestring=
9657           defaultval=$wxUSE_ALL_FEATURES
9658           if test -z "$defaultval"; then
9659               if test x"$enablestring" = xdisable; then
9660                   defaultval=yes
9661               else
9662                   defaultval=no
9663               fi
9664           fi
9665
9666           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-threads" >&5
9667 $as_echo_n "checking for --${enablestring:-enable}-threads... " >&6; }
9668           # Check whether --enable-threads was given.
9669 if test "${enable_threads+set}" = set; then :
9670   enableval=$enable_threads;
9671                           if test "$enableval" = yes; then
9672                             wx_cv_use_threads='wxUSE_THREADS=yes'
9673                           else
9674                             wx_cv_use_threads='wxUSE_THREADS=no'
9675                           fi
9676
9677 else
9678
9679                           wx_cv_use_threads='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
9680
9681 fi
9682
9683
9684           eval "$wx_cv_use_threads"
9685
9686           if test x"$enablestring" = xdisable; then
9687             if test $wxUSE_THREADS = no; then
9688               result=yes
9689             else
9690               result=no
9691             fi
9692           else
9693             result=$wxUSE_THREADS
9694           fi
9695
9696           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9697 $as_echo "$result" >&6; }
9698
9699
9700
9701           enablestring=
9702           defaultval=
9703           if test -z "$defaultval"; then
9704               if test x"$enablestring" = xdisable; then
9705                   defaultval=yes
9706               else
9707                   defaultval=no
9708               fi
9709           fi
9710
9711           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-iniconf" >&5
9712 $as_echo_n "checking for --${enablestring:-enable}-iniconf... " >&6; }
9713           # Check whether --enable-iniconf was given.
9714 if test "${enable_iniconf+set}" = set; then :
9715   enableval=$enable_iniconf;
9716                           if test "$enableval" = yes; then
9717                             wx_cv_use_iniconf='wxUSE_INICONF=yes'
9718                           else
9719                             wx_cv_use_iniconf='wxUSE_INICONF=no'
9720                           fi
9721
9722 else
9723
9724                           wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
9725
9726 fi
9727
9728
9729           eval "$wx_cv_use_iniconf"
9730
9731           if test x"$enablestring" = xdisable; then
9732             if test $wxUSE_INICONF = no; then
9733               result=yes
9734             else
9735               result=no
9736             fi
9737           else
9738             result=$wxUSE_INICONF
9739           fi
9740
9741           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9742 $as_echo "$result" >&6; }
9743
9744
9745           enablestring=
9746           defaultval=$wxUSE_ALL_FEATURES
9747           if test -z "$defaultval"; then
9748               if test x"$enablestring" = xdisable; then
9749                   defaultval=yes
9750               else
9751                   defaultval=no
9752               fi
9753           fi
9754
9755           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-regkey" >&5
9756 $as_echo_n "checking for --${enablestring:-enable}-regkey... " >&6; }
9757           # Check whether --enable-regkey was given.
9758 if test "${enable_regkey+set}" = set; then :
9759   enableval=$enable_regkey;
9760                           if test "$enableval" = yes; then
9761                             wx_cv_use_regkey='wxUSE_REGKEY=yes'
9762                           else
9763                             wx_cv_use_regkey='wxUSE_REGKEY=no'
9764                           fi
9765
9766 else
9767
9768                           wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
9769
9770 fi
9771
9772
9773           eval "$wx_cv_use_regkey"
9774
9775           if test x"$enablestring" = xdisable; then
9776             if test $wxUSE_REGKEY = no; then
9777               result=yes
9778             else
9779               result=no
9780             fi
9781           else
9782             result=$wxUSE_REGKEY
9783           fi
9784
9785           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9786 $as_echo "$result" >&6; }
9787
9788
9789 if test "$wxUSE_GUI" = "yes"; then
9790
9791
9792
9793           enablestring=
9794           defaultval=$wxUSE_ALL_FEATURES
9795           if test -z "$defaultval"; then
9796               if test x"$enablestring" = xdisable; then
9797                   defaultval=yes
9798               else
9799                   defaultval=no
9800               fi
9801           fi
9802
9803           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-docview" >&5
9804 $as_echo_n "checking for --${enablestring:-enable}-docview... " >&6; }
9805           # Check whether --enable-docview was given.
9806 if test "${enable_docview+set}" = set; then :
9807   enableval=$enable_docview;
9808                           if test "$enableval" = yes; then
9809                             wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
9810                           else
9811                             wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
9812                           fi
9813
9814 else
9815
9816                           wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
9817
9818 fi
9819
9820
9821           eval "$wx_cv_use_docview"
9822
9823           if test x"$enablestring" = xdisable; then
9824             if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
9825               result=yes
9826             else
9827               result=no
9828             fi
9829           else
9830             result=$wxUSE_DOC_VIEW_ARCHITECTURE
9831           fi
9832
9833           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9834 $as_echo "$result" >&6; }
9835
9836
9837           enablestring=
9838           defaultval=$wxUSE_ALL_FEATURES
9839           if test -z "$defaultval"; then
9840               if test x"$enablestring" = xdisable; then
9841                   defaultval=yes
9842               else
9843                   defaultval=no
9844               fi
9845           fi
9846
9847           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-help" >&5
9848 $as_echo_n "checking for --${enablestring:-enable}-help... " >&6; }
9849           # Check whether --enable-help was given.
9850 if test "${enable_help+set}" = set; then :
9851   enableval=$enable_help;
9852                           if test "$enableval" = yes; then
9853                             wx_cv_use_help='wxUSE_HELP=yes'
9854                           else
9855                             wx_cv_use_help='wxUSE_HELP=no'
9856                           fi
9857
9858 else
9859
9860                           wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
9861
9862 fi
9863
9864
9865           eval "$wx_cv_use_help"
9866
9867           if test x"$enablestring" = xdisable; then
9868             if test $wxUSE_HELP = no; then
9869               result=yes
9870             else
9871               result=no
9872             fi
9873           else
9874             result=$wxUSE_HELP
9875           fi
9876
9877           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9878 $as_echo "$result" >&6; }
9879
9880
9881           enablestring=
9882           defaultval=$wxUSE_ALL_FEATURES
9883           if test -z "$defaultval"; then
9884               if test x"$enablestring" = xdisable; then
9885                   defaultval=yes
9886               else
9887                   defaultval=no
9888               fi
9889           fi
9890
9891           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mshtmlhelp" >&5
9892 $as_echo_n "checking for --${enablestring:-enable}-mshtmlhelp... " >&6; }
9893           # Check whether --enable-mshtmlhelp was given.
9894 if test "${enable_mshtmlhelp+set}" = set; then :
9895   enableval=$enable_mshtmlhelp;
9896                           if test "$enableval" = yes; then
9897                             wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
9898                           else
9899                             wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
9900                           fi
9901
9902 else
9903
9904                           wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
9905
9906 fi
9907
9908
9909           eval "$wx_cv_use_mshtmlhelp"
9910
9911           if test x"$enablestring" = xdisable; then
9912             if test $wxUSE_MS_HTML_HELP = no; then
9913               result=yes
9914             else
9915               result=no
9916             fi
9917           else
9918             result=$wxUSE_MS_HTML_HELP
9919           fi
9920
9921           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9922 $as_echo "$result" >&6; }
9923
9924
9925           enablestring=
9926           defaultval=$wxUSE_ALL_FEATURES
9927           if test -z "$defaultval"; then
9928               if test x"$enablestring" = xdisable; then
9929                   defaultval=yes
9930               else
9931                   defaultval=no
9932               fi
9933           fi
9934
9935           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-html" >&5
9936 $as_echo_n "checking for --${enablestring:-enable}-html... " >&6; }
9937           # Check whether --enable-html was given.
9938 if test "${enable_html+set}" = set; then :
9939   enableval=$enable_html;
9940                           if test "$enableval" = yes; then
9941                             wx_cv_use_html='wxUSE_HTML=yes'
9942                           else
9943                             wx_cv_use_html='wxUSE_HTML=no'
9944                           fi
9945
9946 else
9947
9948                           wx_cv_use_html='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
9949
9950 fi
9951
9952
9953           eval "$wx_cv_use_html"
9954
9955           if test x"$enablestring" = xdisable; then
9956             if test $wxUSE_HTML = no; then
9957               result=yes
9958             else
9959               result=no
9960             fi
9961           else
9962             result=$wxUSE_HTML
9963           fi
9964
9965           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9966 $as_echo "$result" >&6; }
9967
9968
9969           enablestring=
9970           defaultval=$wxUSE_ALL_FEATURES
9971           if test -z "$defaultval"; then
9972               if test x"$enablestring" = xdisable; then
9973                   defaultval=yes
9974               else
9975                   defaultval=no
9976               fi
9977           fi
9978
9979           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-htmlhelp" >&5
9980 $as_echo_n "checking for --${enablestring:-enable}-htmlhelp... " >&6; }
9981           # Check whether --enable-htmlhelp was given.
9982 if test "${enable_htmlhelp+set}" = set; then :
9983   enableval=$enable_htmlhelp;
9984                           if test "$enableval" = yes; then
9985                             wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
9986                           else
9987                             wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
9988                           fi
9989
9990 else
9991
9992                           wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
9993
9994 fi
9995
9996
9997           eval "$wx_cv_use_htmlhelp"
9998
9999           if test x"$enablestring" = xdisable; then
10000             if test $wxUSE_WXHTML_HELP = no; then
10001               result=yes
10002             else
10003               result=no
10004             fi
10005           else
10006             result=$wxUSE_WXHTML_HELP
10007           fi
10008
10009           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10010 $as_echo "$result" >&6; }
10011
10012
10013           enablestring=
10014           defaultval=$wxUSE_ALL_FEATURES
10015           if test -z "$defaultval"; then
10016               if test x"$enablestring" = xdisable; then
10017                   defaultval=yes
10018               else
10019                   defaultval=no
10020               fi
10021           fi
10022
10023           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xrc" >&5
10024 $as_echo_n "checking for --${enablestring:-enable}-xrc... " >&6; }
10025           # Check whether --enable-xrc was given.
10026 if test "${enable_xrc+set}" = set; then :
10027   enableval=$enable_xrc;
10028                           if test "$enableval" = yes; then
10029                             wx_cv_use_xrc='wxUSE_XRC=yes'
10030                           else
10031                             wx_cv_use_xrc='wxUSE_XRC=no'
10032                           fi
10033
10034 else
10035
10036                           wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
10037
10038 fi
10039
10040
10041           eval "$wx_cv_use_xrc"
10042
10043           if test x"$enablestring" = xdisable; then
10044             if test $wxUSE_XRC = no; then
10045               result=yes
10046             else
10047               result=no
10048             fi
10049           else
10050             result=$wxUSE_XRC
10051           fi
10052
10053           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10054 $as_echo "$result" >&6; }
10055
10056
10057           enablestring=
10058           defaultval=$wxUSE_ALL_FEATURES
10059           if test -z "$defaultval"; then
10060               if test x"$enablestring" = xdisable; then
10061                   defaultval=yes
10062               else
10063                   defaultval=no
10064               fi
10065           fi
10066
10067           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-aui" >&5
10068 $as_echo_n "checking for --${enablestring:-enable}-aui... " >&6; }
10069           # Check whether --enable-aui was given.
10070 if test "${enable_aui+set}" = set; then :
10071   enableval=$enable_aui;
10072                           if test "$enableval" = yes; then
10073                             wx_cv_use_aui='wxUSE_AUI=yes'
10074                           else
10075                             wx_cv_use_aui='wxUSE_AUI=no'
10076                           fi
10077
10078 else
10079
10080                           wx_cv_use_aui='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
10081
10082 fi
10083
10084
10085           eval "$wx_cv_use_aui"
10086
10087           if test x"$enablestring" = xdisable; then
10088             if test $wxUSE_AUI = no; then
10089               result=yes
10090             else
10091               result=no
10092             fi
10093           else
10094             result=$wxUSE_AUI
10095           fi
10096
10097           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10098 $as_echo "$result" >&6; }
10099
10100
10101           enablestring=
10102           defaultval=$wxUSE_ALL_FEATURES
10103           if test -z "$defaultval"; then
10104               if test x"$enablestring" = xdisable; then
10105                   defaultval=yes
10106               else
10107                   defaultval=no
10108               fi
10109           fi
10110
10111           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-propgrid" >&5
10112 $as_echo_n "checking for --${enablestring:-enable}-propgrid... " >&6; }
10113           # Check whether --enable-propgrid was given.
10114 if test "${enable_propgrid+set}" = set; then :
10115   enableval=$enable_propgrid;
10116                           if test "$enableval" = yes; then
10117                             wx_cv_use_propgrid='wxUSE_PROPGRID=yes'
10118                           else
10119                             wx_cv_use_propgrid='wxUSE_PROPGRID=no'
10120                           fi
10121
10122 else
10123
10124                           wx_cv_use_propgrid='wxUSE_PROPGRID=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
10125
10126 fi
10127
10128
10129           eval "$wx_cv_use_propgrid"
10130
10131           if test x"$enablestring" = xdisable; then
10132             if test $wxUSE_PROPGRID = no; then
10133               result=yes
10134             else
10135               result=no
10136             fi
10137           else
10138             result=$wxUSE_PROPGRID
10139           fi
10140
10141           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10142 $as_echo "$result" >&6; }
10143
10144
10145           enablestring=
10146           defaultval=$wxUSE_ALL_FEATURES
10147           if test -z "$defaultval"; then
10148               if test x"$enablestring" = xdisable; then
10149                   defaultval=yes
10150               else
10151                   defaultval=no
10152               fi
10153           fi
10154
10155           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ribbon" >&5
10156 $as_echo_n "checking for --${enablestring:-enable}-ribbon... " >&6; }
10157           # Check whether --enable-ribbon was given.
10158 if test "${enable_ribbon+set}" = set; then :
10159   enableval=$enable_ribbon;
10160                           if test "$enableval" = yes; then
10161                             wx_cv_use_ribbon='wxUSE_RIBBON=yes'
10162                           else
10163                             wx_cv_use_ribbon='wxUSE_RIBBON=no'
10164                           fi
10165
10166 else
10167
10168                           wx_cv_use_ribbon='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
10169
10170 fi
10171
10172
10173           eval "$wx_cv_use_ribbon"
10174
10175           if test x"$enablestring" = xdisable; then
10176             if test $wxUSE_RIBBON = no; then
10177               result=yes
10178             else
10179               result=no
10180             fi
10181           else
10182             result=$wxUSE_RIBBON
10183           fi
10184
10185           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10186 $as_echo "$result" >&6; }
10187
10188
10189           enablestring=
10190           defaultval=$wxUSE_ALL_FEATURES
10191           if test -z "$defaultval"; then
10192               if test x"$enablestring" = xdisable; then
10193                   defaultval=yes
10194               else
10195                   defaultval=no
10196               fi
10197           fi
10198
10199           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stc" >&5
10200 $as_echo_n "checking for --${enablestring:-enable}-stc... " >&6; }
10201           # Check whether --enable-stc was given.
10202 if test "${enable_stc+set}" = set; then :
10203   enableval=$enable_stc;
10204                           if test "$enableval" = yes; then
10205                             wx_cv_use_stc='wxUSE_STC=yes'
10206                           else
10207                             wx_cv_use_stc='wxUSE_STC=no'
10208                           fi
10209
10210 else
10211
10212                           wx_cv_use_stc='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
10213
10214 fi
10215
10216
10217           eval "$wx_cv_use_stc"
10218
10219           if test x"$enablestring" = xdisable; then
10220             if test $wxUSE_STC = no; then
10221               result=yes
10222             else
10223               result=no
10224             fi
10225           else
10226             result=$wxUSE_STC
10227           fi
10228
10229           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10230 $as_echo "$result" >&6; }
10231
10232
10233           enablestring=
10234           defaultval=$wxUSE_ALL_FEATURES
10235           if test -z "$defaultval"; then
10236               if test x"$enablestring" = xdisable; then
10237                   defaultval=yes
10238               else
10239                   defaultval=no
10240               fi
10241           fi
10242
10243           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-constraints" >&5
10244 $as_echo_n "checking for --${enablestring:-enable}-constraints... " >&6; }
10245           # Check whether --enable-constraints was given.
10246 if test "${enable_constraints+set}" = set; then :
10247   enableval=$enable_constraints;
10248                           if test "$enableval" = yes; then
10249                             wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
10250                           else
10251                             wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
10252                           fi
10253
10254 else
10255
10256                           wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
10257
10258 fi
10259
10260
10261           eval "$wx_cv_use_constraints"
10262
10263           if test x"$enablestring" = xdisable; then
10264             if test $wxUSE_CONSTRAINTS = no; then
10265               result=yes
10266             else
10267               result=no
10268             fi
10269           else
10270             result=$wxUSE_CONSTRAINTS
10271           fi
10272
10273           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10274 $as_echo "$result" >&6; }
10275
10276
10277           enablestring=
10278           defaultval=$wxUSE_ALL_FEATURES
10279           if test -z "$defaultval"; then
10280               if test x"$enablestring" = xdisable; then
10281                   defaultval=yes
10282               else
10283                   defaultval=no
10284               fi
10285           fi
10286
10287           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-loggui" >&5
10288 $as_echo_n "checking for --${enablestring:-enable}-loggui... " >&6; }
10289           # Check whether --enable-loggui was given.
10290 if test "${enable_loggui+set}" = set; then :
10291   enableval=$enable_loggui;
10292                           if test "$enableval" = yes; then
10293                             wx_cv_use_loggui='wxUSE_LOGGUI=yes'
10294                           else
10295                             wx_cv_use_loggui='wxUSE_LOGGUI=no'
10296                           fi
10297
10298 else
10299
10300                           wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
10301
10302 fi
10303
10304
10305           eval "$wx_cv_use_loggui"
10306
10307           if test x"$enablestring" = xdisable; then
10308             if test $wxUSE_LOGGUI = no; then
10309               result=yes
10310             else
10311               result=no
10312             fi
10313           else
10314             result=$wxUSE_LOGGUI
10315           fi
10316
10317           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10318 $as_echo "$result" >&6; }
10319
10320
10321           enablestring=
10322           defaultval=$wxUSE_ALL_FEATURES
10323           if test -z "$defaultval"; then
10324               if test x"$enablestring" = xdisable; then
10325                   defaultval=yes
10326               else
10327                   defaultval=no
10328               fi
10329           fi
10330
10331           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-logwin" >&5
10332 $as_echo_n "checking for --${enablestring:-enable}-logwin... " >&6; }
10333           # Check whether --enable-logwin was given.
10334 if test "${enable_logwin+set}" = set; then :
10335   enableval=$enable_logwin;
10336                           if test "$enableval" = yes; then
10337                             wx_cv_use_logwin='wxUSE_LOGWINDOW=yes'
10338                           else
10339                             wx_cv_use_logwin='wxUSE_LOGWINDOW=no'
10340                           fi
10341
10342 else
10343
10344                           wx_cv_use_logwin='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
10345
10346 fi
10347
10348
10349           eval "$wx_cv_use_logwin"
10350
10351           if test x"$enablestring" = xdisable; then
10352             if test $wxUSE_LOGWINDOW = no; then
10353               result=yes
10354             else
10355               result=no
10356             fi
10357           else
10358             result=$wxUSE_LOGWINDOW
10359           fi
10360
10361           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10362 $as_echo "$result" >&6; }
10363
10364
10365           enablestring=
10366           defaultval=$wxUSE_ALL_FEATURES
10367           if test -z "$defaultval"; then
10368               if test x"$enablestring" = xdisable; then
10369                   defaultval=yes
10370               else
10371                   defaultval=no
10372               fi
10373           fi
10374
10375           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-logdialog" >&5
10376 $as_echo_n "checking for --${enablestring:-enable}-logdialog... " >&6; }
10377           # Check whether --enable-logdialog was given.
10378 if test "${enable_logdialog+set}" = set; then :
10379   enableval=$enable_logdialog;
10380                           if test "$enableval" = yes; then
10381                             wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
10382                           else
10383                             wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
10384                           fi
10385
10386 else
10387
10388                           wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
10389
10390 fi
10391
10392
10393           eval "$wx_cv_use_logdialog"
10394
10395           if test x"$enablestring" = xdisable; then
10396             if test $wxUSE_LOGDIALOG = no; then
10397               result=yes
10398             else
10399               result=no
10400             fi
10401           else
10402             result=$wxUSE_LOGDIALOG
10403           fi
10404
10405           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10406 $as_echo "$result" >&6; }
10407
10408
10409           enablestring=
10410           defaultval=$wxUSE_ALL_FEATURES
10411           if test -z "$defaultval"; then
10412               if test x"$enablestring" = xdisable; then
10413                   defaultval=yes
10414               else
10415                   defaultval=no
10416               fi
10417           fi
10418
10419           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mdi" >&5
10420 $as_echo_n "checking for --${enablestring:-enable}-mdi... " >&6; }
10421           # Check whether --enable-mdi was given.
10422 if test "${enable_mdi+set}" = set; then :
10423   enableval=$enable_mdi;
10424                           if test "$enableval" = yes; then
10425                             wx_cv_use_mdi='wxUSE_MDI=yes'
10426                           else
10427                             wx_cv_use_mdi='wxUSE_MDI=no'
10428                           fi
10429
10430 else
10431
10432                           wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
10433
10434 fi
10435
10436
10437           eval "$wx_cv_use_mdi"
10438
10439           if test x"$enablestring" = xdisable; then
10440             if test $wxUSE_MDI = no; then
10441               result=yes
10442             else
10443               result=no
10444             fi
10445           else
10446             result=$wxUSE_MDI
10447           fi
10448
10449           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10450 $as_echo "$result" >&6; }
10451
10452
10453           enablestring=
10454           defaultval=$wxUSE_ALL_FEATURES
10455           if test -z "$defaultval"; then
10456               if test x"$enablestring" = xdisable; then
10457                   defaultval=yes
10458               else
10459                   defaultval=no
10460               fi
10461           fi
10462
10463           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mdidoc" >&5
10464 $as_echo_n "checking for --${enablestring:-enable}-mdidoc... " >&6; }
10465           # Check whether --enable-mdidoc was given.
10466 if test "${enable_mdidoc+set}" = set; then :
10467   enableval=$enable_mdidoc;
10468                           if test "$enableval" = yes; then
10469                             wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
10470                           else
10471                             wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
10472                           fi
10473
10474 else
10475
10476                           wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
10477
10478 fi
10479
10480
10481           eval "$wx_cv_use_mdidoc"
10482
10483           if test x"$enablestring" = xdisable; then
10484             if test $wxUSE_MDI_ARCHITECTURE = no; then
10485               result=yes
10486             else
10487               result=no
10488             fi
10489           else
10490             result=$wxUSE_MDI_ARCHITECTURE
10491           fi
10492
10493           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10494 $as_echo "$result" >&6; }
10495
10496
10497           enablestring=
10498           defaultval=$wxUSE_ALL_FEATURES
10499           if test -z "$defaultval"; then
10500               if test x"$enablestring" = xdisable; then
10501                   defaultval=yes
10502               else
10503                   defaultval=no
10504               fi
10505           fi
10506
10507           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mediactrl" >&5
10508 $as_echo_n "checking for --${enablestring:-enable}-mediactrl... " >&6; }
10509           # Check whether --enable-mediactrl was given.
10510 if test "${enable_mediactrl+set}" = set; then :
10511   enableval=$enable_mediactrl;
10512                           if test "$enableval" = yes; then
10513                             wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
10514                           else
10515                             wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
10516                           fi
10517
10518 else
10519
10520                           wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
10521
10522 fi
10523
10524
10525           eval "$wx_cv_use_mediactrl"
10526
10527           if test x"$enablestring" = xdisable; then
10528             if test $wxUSE_MEDIACTRL = no; then
10529               result=yes
10530             else
10531               result=no
10532             fi
10533           else
10534             result=$wxUSE_MEDIACTRL
10535           fi
10536
10537           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10538 $as_echo "$result" >&6; }
10539
10540
10541           enablestring=
10542           defaultval=$wxUSE_ALL_FEATURES
10543           if test -z "$defaultval"; then
10544               if test x"$enablestring" = xdisable; then
10545                   defaultval=yes
10546               else
10547                   defaultval=no
10548               fi
10549           fi
10550
10551           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gstreamer8" >&5
10552 $as_echo_n "checking for --${enablestring:-enable}-gstreamer8... " >&6; }
10553           # Check whether --enable-gstreamer8 was given.
10554 if test "${enable_gstreamer8+set}" = set; then :
10555   enableval=$enable_gstreamer8;
10556                           if test "$enableval" = yes; then
10557                             wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
10558                           else
10559                             wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
10560                           fi
10561
10562 else
10563
10564                           wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
10565
10566 fi
10567
10568
10569           eval "$wx_cv_use_gstreamer8"
10570
10571           if test x"$enablestring" = xdisable; then
10572             if test $wxUSE_GSTREAMER8 = no; then
10573               result=yes
10574             else
10575               result=no
10576             fi
10577           else
10578             result=$wxUSE_GSTREAMER8
10579           fi
10580
10581           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10582 $as_echo "$result" >&6; }
10583
10584
10585           enablestring=
10586           defaultval=$wxUSE_ALL_FEATURES
10587           if test -z "$defaultval"; then
10588               if test x"$enablestring" = xdisable; then
10589                   defaultval=yes
10590               else
10591                   defaultval=no
10592               fi
10593           fi
10594
10595           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richtext" >&5
10596 $as_echo_n "checking for --${enablestring:-enable}-richtext... " >&6; }
10597           # Check whether --enable-richtext was given.
10598 if test "${enable_richtext+set}" = set; then :
10599   enableval=$enable_richtext;
10600                           if test "$enableval" = yes; then
10601                             wx_cv_use_richtext='wxUSE_RICHTEXT=yes'
10602                           else
10603                             wx_cv_use_richtext='wxUSE_RICHTEXT=no'
10604                           fi
10605
10606 else
10607
10608                           wx_cv_use_richtext='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
10609
10610 fi
10611
10612
10613           eval "$wx_cv_use_richtext"
10614
10615           if test x"$enablestring" = xdisable; then
10616             if test $wxUSE_RICHTEXT = no; then
10617               result=yes
10618             else
10619               result=no
10620             fi
10621           else
10622             result=$wxUSE_RICHTEXT
10623           fi
10624
10625           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10626 $as_echo "$result" >&6; }
10627
10628
10629           enablestring=
10630           defaultval=$wxUSE_ALL_FEATURES
10631           if test -z "$defaultval"; then
10632               if test x"$enablestring" = xdisable; then
10633                   defaultval=yes
10634               else
10635                   defaultval=no
10636               fi
10637           fi
10638
10639           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-postscript" >&5
10640 $as_echo_n "checking for --${enablestring:-enable}-postscript... " >&6; }
10641           # Check whether --enable-postscript was given.
10642 if test "${enable_postscript+set}" = set; then :
10643   enableval=$enable_postscript;
10644                           if test "$enableval" = yes; then
10645                             wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
10646                           else
10647                             wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
10648                           fi
10649
10650 else
10651
10652                           wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
10653
10654 fi
10655
10656
10657           eval "$wx_cv_use_postscript"
10658
10659           if test x"$enablestring" = xdisable; then
10660             if test $wxUSE_POSTSCRIPT = no; then
10661               result=yes
10662             else
10663               result=no
10664             fi
10665           else
10666             result=$wxUSE_POSTSCRIPT
10667           fi
10668
10669           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10670 $as_echo "$result" >&6; }
10671
10672
10673           enablestring=
10674           defaultval=$wxUSE_ALL_FEATURES
10675           if test -z "$defaultval"; then
10676               if test x"$enablestring" = xdisable; then
10677                   defaultval=yes
10678               else
10679                   defaultval=no
10680               fi
10681           fi
10682
10683           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-printarch" >&5
10684 $as_echo_n "checking for --${enablestring:-enable}-printarch... " >&6; }
10685           # Check whether --enable-printarch was given.
10686 if test "${enable_printarch+set}" = set; then :
10687   enableval=$enable_printarch;
10688                           if test "$enableval" = yes; then
10689                             wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
10690                           else
10691                             wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
10692                           fi
10693
10694 else
10695
10696                           wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
10697
10698 fi
10699
10700
10701           eval "$wx_cv_use_printarch"
10702
10703           if test x"$enablestring" = xdisable; then
10704             if test $wxUSE_PRINTING_ARCHITECTURE = no; then
10705               result=yes
10706             else
10707               result=no
10708             fi
10709           else
10710             result=$wxUSE_PRINTING_ARCHITECTURE
10711           fi
10712
10713           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10714 $as_echo "$result" >&6; }
10715
10716
10717           enablestring=
10718           defaultval=$wxUSE_ALL_FEATURES
10719           if test -z "$defaultval"; then
10720               if test x"$enablestring" = xdisable; then
10721                   defaultval=yes
10722               else
10723                   defaultval=no
10724               fi
10725           fi
10726
10727           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-svg" >&5
10728 $as_echo_n "checking for --${enablestring:-enable}-svg... " >&6; }
10729           # Check whether --enable-svg was given.
10730 if test "${enable_svg+set}" = set; then :
10731   enableval=$enable_svg;
10732                           if test "$enableval" = yes; then
10733                             wx_cv_use_svg='wxUSE_SVG=yes'
10734                           else
10735                             wx_cv_use_svg='wxUSE_SVG=no'
10736                           fi
10737
10738 else
10739
10740                           wx_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
10741
10742 fi
10743
10744
10745           eval "$wx_cv_use_svg"
10746
10747           if test x"$enablestring" = xdisable; then
10748             if test $wxUSE_SVG = no; then
10749               result=yes
10750             else
10751               result=no
10752             fi
10753           else
10754             result=$wxUSE_SVG
10755           fi
10756
10757           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10758 $as_echo "$result" >&6; }
10759
10760
10761           enablestring=
10762           defaultval=$wxUSE_ALL_FEATURES
10763           if test -z "$defaultval"; then
10764               if test x"$enablestring" = xdisable; then
10765                   defaultval=yes
10766               else
10767                   defaultval=no
10768               fi
10769           fi
10770
10771           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webkit" >&5
10772 $as_echo_n "checking for --${enablestring:-enable}-webkit... " >&6; }
10773           # Check whether --enable-webkit was given.
10774 if test "${enable_webkit+set}" = set; then :
10775   enableval=$enable_webkit;
10776                           if test "$enableval" = yes; then
10777                             wx_cv_use_webkit='wxUSE_WEBKIT=yes'
10778                           else
10779                             wx_cv_use_webkit='wxUSE_WEBKIT=no'
10780                           fi
10781
10782 else
10783
10784                           wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
10785
10786 fi
10787
10788
10789           eval "$wx_cv_use_webkit"
10790
10791           if test x"$enablestring" = xdisable; then
10792             if test $wxUSE_WEBKIT = no; then
10793               result=yes
10794             else
10795               result=no
10796             fi
10797           else
10798             result=$wxUSE_WEBKIT
10799           fi
10800
10801           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10802 $as_echo "$result" >&6; }
10803
10804
10805           enablestring=
10806           defaultval=$wxUSE_ALL_FEATURES
10807           if test -z "$defaultval"; then
10808               if test x"$enablestring" = xdisable; then
10809                   defaultval=yes
10810               else
10811                   defaultval=no
10812               fi
10813           fi
10814
10815           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webview" >&5
10816 $as_echo_n "checking for --${enablestring:-enable}-webview... " >&6; }
10817           # Check whether --enable-webview was given.
10818 if test "${enable_webview+set}" = set; then :
10819   enableval=$enable_webview;
10820                           if test "$enableval" = yes; then
10821                             wx_cv_use_webview='wxUSE_WEBVIEW=yes'
10822                           else
10823                             wx_cv_use_webview='wxUSE_WEBVIEW=no'
10824                           fi
10825
10826 else
10827
10828                           wx_cv_use_webview='wxUSE_WEBVIEW=${'DEFAULT_wxUSE_WEBVIEW":-$defaultval}"
10829
10830 fi
10831
10832
10833           eval "$wx_cv_use_webview"
10834
10835           if test x"$enablestring" = xdisable; then
10836             if test $wxUSE_WEBVIEW = no; then
10837               result=yes
10838             else
10839               result=no
10840             fi
10841           else
10842             result=$wxUSE_WEBVIEW
10843           fi
10844
10845           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10846 $as_echo "$result" >&6; }
10847
10848
10849 if test "$wxUSE_MAC" != 1; then
10850
10851           enablestring=
10852           defaultval=$wxUSE_ALL_FEATURES
10853           if test -z "$defaultval"; then
10854               if test x"$enablestring" = xdisable; then
10855                   defaultval=yes
10856               else
10857                   defaultval=no
10858               fi
10859           fi
10860
10861           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-graphics_ctx" >&5
10862 $as_echo_n "checking for --${enablestring:-enable}-graphics_ctx... " >&6; }
10863           # Check whether --enable-graphics_ctx was given.
10864 if test "${enable_graphics_ctx+set}" = set; then :
10865   enableval=$enable_graphics_ctx;
10866                           if test "$enableval" = yes; then
10867                             wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=yes'
10868                           else
10869                             wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=no'
10870                           fi
10871
10872 else
10873
10874                           wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
10875
10876 fi
10877
10878
10879           eval "$wx_cv_use_graphics_ctx"
10880
10881           if test x"$enablestring" = xdisable; then
10882             if test $wxUSE_GRAPHICS_CONTEXT = no; then
10883               result=yes
10884             else
10885               result=no
10886             fi
10887           else
10888             result=$wxUSE_GRAPHICS_CONTEXT
10889           fi
10890
10891           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10892 $as_echo "$result" >&6; }
10893
10894 fi
10895
10896
10897
10898           enablestring=
10899           defaultval=$wxUSE_ALL_FEATURES
10900           if test -z "$defaultval"; then
10901               if test x"$enablestring" = xdisable; then
10902                   defaultval=yes
10903               else
10904                   defaultval=no
10905               fi
10906           fi
10907
10908           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-clipboard" >&5
10909 $as_echo_n "checking for --${enablestring:-enable}-clipboard... " >&6; }
10910           # Check whether --enable-clipboard was given.
10911 if test "${enable_clipboard+set}" = set; then :
10912   enableval=$enable_clipboard;
10913                           if test "$enableval" = yes; then
10914                             wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
10915                           else
10916                             wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
10917                           fi
10918
10919 else
10920
10921                           wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
10922
10923 fi
10924
10925
10926           eval "$wx_cv_use_clipboard"
10927
10928           if test x"$enablestring" = xdisable; then
10929             if test $wxUSE_CLIPBOARD = no; then
10930               result=yes
10931             else
10932               result=no
10933             fi
10934           else
10935             result=$wxUSE_CLIPBOARD
10936           fi
10937
10938           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10939 $as_echo "$result" >&6; }
10940
10941
10942           enablestring=
10943           defaultval=$wxUSE_ALL_FEATURES
10944           if test -z "$defaultval"; then
10945               if test x"$enablestring" = xdisable; then
10946                   defaultval=yes
10947               else
10948                   defaultval=no
10949               fi
10950           fi
10951
10952           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dnd" >&5
10953 $as_echo_n "checking for --${enablestring:-enable}-dnd... " >&6; }
10954           # Check whether --enable-dnd was given.
10955 if test "${enable_dnd+set}" = set; then :
10956   enableval=$enable_dnd;
10957                           if test "$enableval" = yes; then
10958                             wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
10959                           else
10960                             wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
10961                           fi
10962
10963 else
10964
10965                           wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
10966
10967 fi
10968
10969
10970           eval "$wx_cv_use_dnd"
10971
10972           if test x"$enablestring" = xdisable; then
10973             if test $wxUSE_DRAG_AND_DROP = no; then
10974               result=yes
10975             else
10976               result=no
10977             fi
10978           else
10979             result=$wxUSE_DRAG_AND_DROP
10980           fi
10981
10982           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10983 $as_echo "$result" >&6; }
10984
10985
10986
10987 DEFAULT_wxUSE_CONTROLS=none
10988
10989           enablestring=disable
10990           defaultval=
10991           if test -z "$defaultval"; then
10992               if test x"$enablestring" = xdisable; then
10993                   defaultval=yes
10994               else
10995                   defaultval=no
10996               fi
10997           fi
10998
10999           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-controls" >&5
11000 $as_echo_n "checking for --${enablestring:-enable}-controls... " >&6; }
11001           # Check whether --enable-controls was given.
11002 if test "${enable_controls+set}" = set; then :
11003   enableval=$enable_controls;
11004                           if test "$enableval" = yes; then
11005                             wx_cv_use_controls='wxUSE_CONTROLS=yes'
11006                           else
11007                             wx_cv_use_controls='wxUSE_CONTROLS=no'
11008                           fi
11009
11010 else
11011
11012                           wx_cv_use_controls='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
11013
11014 fi
11015
11016
11017           eval "$wx_cv_use_controls"
11018
11019           if test x"$enablestring" = xdisable; then
11020             if test $wxUSE_CONTROLS = no; then
11021               result=yes
11022             else
11023               result=no
11024             fi
11025           else
11026             result=$wxUSE_CONTROLS
11027           fi
11028
11029           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11030 $as_echo "$result" >&6; }
11031
11032
11033 if test "$wxUSE_CONTROLS" = "no"; then
11034     DEFAULT_wxUSE_ACCEL=no
11035     DEFAULT_wxUSE_ANIMATIONCTRL=no
11036     DEFAULT_wxUSE_BANNERWINDOW=no
11037     DEFAULT_wxUSE_BMPBUTTON=no
11038     DEFAULT_wxUSE_BUTTON=no
11039     DEFAULT_wxUSE_CALCTRL=no
11040     DEFAULT_wxUSE_CARET=no
11041     DEFAULT_wxUSE_CHECKBOX=no
11042     DEFAULT_wxUSE_CHECKLISTBOX=no
11043     DEFAULT_wxUSE_CHOICE=no
11044     DEFAULT_wxUSE_CHOICEBOOK=no
11045     DEFAULT_wxUSE_COLLPANE=no
11046     DEFAULT_wxUSE_COLOURPICKERCTRL=no
11047     DEFAULT_wxUSE_COMBOBOX=no
11048     DEFAULT_wxUSE_COMBOBOX=no
11049     DEFAULT_wxUSE_COMMANDLINKBUTTON=no
11050     DEFAULT_wxUSE_DATAVIEWCTRL=no
11051     DEFAULT_wxUSE_DATEPICKCTRL=no
11052     DEFAULT_wxUSE_DETECT_SM=no
11053     DEFAULT_wxUSE_DIRPICKERCTRL=no
11054     DEFAULT_wxUSE_DISPLAY=no
11055     DEFAULT_wxUSE_FILECTRL=no
11056     DEFAULT_wxUSE_FILEPICKERCTRL=no
11057     DEFAULT_wxUSE_FONTPICKERCTRL=no
11058     DEFAULT_wxUSE_GAUGE=no
11059     DEFAULT_wxUSE_GRID=no
11060     DEFAULT_wxUSE_HEADERCTRL=no
11061     DEFAULT_wxUSE_HYPERLINKCTRL=no
11062     DEFAULT_wxUSE_IMAGLIST=no
11063     DEFAULT_wxUSE_LISTBOOK=no
11064     DEFAULT_wxUSE_LISTBOX=no
11065     DEFAULT_wxUSE_LISTCTRL=no
11066     DEFAULT_wxUSE_MARKUP=no
11067     DEFAULT_wxUSE_NOTEBOOK=no
11068     DEFAULT_wxUSE_POPUPWIN=no
11069     DEFAULT_wxUSE_RADIOBOX=no
11070     DEFAULT_wxUSE_RADIOBTN=no
11071     DEFAULT_wxUSE_RICHMSGDLG=no
11072     DEFAULT_wxUSE_RICHTOOLTIP=no
11073     DEFAULT_wxUSE_REARRANGECTRL=no
11074     DEFAULT_wxUSE_SASH=no
11075     DEFAULT_wxUSE_SCROLLBAR=no
11076     DEFAULT_wxUSE_SEARCHCTRL=no
11077     DEFAULT_wxUSE_SLIDER=no
11078     DEFAULT_wxUSE_SPINBTN=no
11079     DEFAULT_wxUSE_SPINCTRL=no
11080     DEFAULT_wxUSE_SPLITTER=no
11081     DEFAULT_wxUSE_STATBMP=no
11082     DEFAULT_wxUSE_STATBOX=no
11083     DEFAULT_wxUSE_STATLINE=no
11084     DEFAULT_wxUSE_STATUSBAR=no
11085     DEFAULT_wxUSE_TIMEPICKCTRL=no
11086     DEFAULT_wxUSE_TIPWINDOW=no
11087     DEFAULT_wxUSE_TOGGLEBTN=no
11088     DEFAULT_wxUSE_TOOLBAR=no
11089     DEFAULT_wxUSE_TOOLBAR_NATIVE=no
11090     DEFAULT_wxUSE_TOOLBOOK=no
11091     DEFAULT_wxUSE_TOOLTIPS=no
11092     DEFAULT_wxUSE_TREEBOOK=no
11093     DEFAULT_wxUSE_TREECTRL=no
11094     DEFAULT_wxUSE_TREELISTCTRL=no
11095 fi
11096
11097
11098           enablestring=
11099           defaultval=$wxUSE_ALL_FEATURES
11100           if test -z "$defaultval"; then
11101               if test x"$enablestring" = xdisable; then
11102                   defaultval=yes
11103               else
11104                   defaultval=no
11105               fi
11106           fi
11107
11108           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-markup" >&5
11109 $as_echo_n "checking for --${enablestring:-enable}-markup... " >&6; }
11110           # Check whether --enable-markup was given.
11111 if test "${enable_markup+set}" = set; then :
11112   enableval=$enable_markup;
11113                           if test "$enableval" = yes; then
11114                             wx_cv_use_markup='wxUSE_MARKUP=yes'
11115                           else
11116                             wx_cv_use_markup='wxUSE_MARKUP=no'
11117                           fi
11118
11119 else
11120
11121                           wx_cv_use_markup='wxUSE_MARKUP=${'DEFAULT_wxUSE_MARKUP":-$defaultval}"
11122
11123 fi
11124
11125
11126           eval "$wx_cv_use_markup"
11127
11128           if test x"$enablestring" = xdisable; then
11129             if test $wxUSE_MARKUP = no; then
11130               result=yes
11131             else
11132               result=no
11133             fi
11134           else
11135             result=$wxUSE_MARKUP
11136           fi
11137
11138           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11139 $as_echo "$result" >&6; }
11140
11141
11142
11143           enablestring=
11144           defaultval=$wxUSE_ALL_FEATURES
11145           if test -z "$defaultval"; then
11146               if test x"$enablestring" = xdisable; then
11147                   defaultval=yes
11148               else
11149                   defaultval=no
11150               fi
11151           fi
11152
11153           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-accel" >&5
11154 $as_echo_n "checking for --${enablestring:-enable}-accel... " >&6; }
11155           # Check whether --enable-accel was given.
11156 if test "${enable_accel+set}" = set; then :
11157   enableval=$enable_accel;
11158                           if test "$enableval" = yes; then
11159                             wx_cv_use_accel='wxUSE_ACCEL=yes'
11160                           else
11161                             wx_cv_use_accel='wxUSE_ACCEL=no'
11162                           fi
11163
11164 else
11165
11166                           wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
11167
11168 fi
11169
11170
11171           eval "$wx_cv_use_accel"
11172
11173           if test x"$enablestring" = xdisable; then
11174             if test $wxUSE_ACCEL = no; then
11175               result=yes
11176             else
11177               result=no
11178             fi
11179           else
11180             result=$wxUSE_ACCEL
11181           fi
11182
11183           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11184 $as_echo "$result" >&6; }
11185
11186
11187           enablestring=
11188           defaultval=$wxUSE_ALL_FEATURES
11189           if test -z "$defaultval"; then
11190               if test x"$enablestring" = xdisable; then
11191                   defaultval=yes
11192               else
11193                   defaultval=no
11194               fi
11195           fi
11196
11197           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-animatectrl" >&5
11198 $as_echo_n "checking for --${enablestring:-enable}-animatectrl... " >&6; }
11199           # Check whether --enable-animatectrl was given.
11200 if test "${enable_animatectrl+set}" = set; then :
11201   enableval=$enable_animatectrl;
11202                           if test "$enableval" = yes; then
11203                             wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=yes'
11204                           else
11205                             wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=no'
11206                           fi
11207
11208 else
11209
11210                           wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
11211
11212 fi
11213
11214
11215           eval "$wx_cv_use_animatectrl"
11216
11217           if test x"$enablestring" = xdisable; then
11218             if test $wxUSE_ANIMATIONCTRL = no; then
11219               result=yes
11220             else
11221               result=no
11222             fi
11223           else
11224             result=$wxUSE_ANIMATIONCTRL
11225           fi
11226
11227           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11228 $as_echo "$result" >&6; }
11229
11230
11231           enablestring=
11232           defaultval=$wxUSE_ALL_FEATURES
11233           if test -z "$defaultval"; then
11234               if test x"$enablestring" = xdisable; then
11235                   defaultval=yes
11236               else
11237                   defaultval=no
11238               fi
11239           fi
11240
11241           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-bannerwindow" >&5
11242 $as_echo_n "checking for --${enablestring:-enable}-bannerwindow... " >&6; }
11243           # Check whether --enable-bannerwindow was given.
11244 if test "${enable_bannerwindow+set}" = set; then :
11245   enableval=$enable_bannerwindow;
11246                           if test "$enableval" = yes; then
11247                             wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=yes'
11248                           else
11249                             wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=no'
11250                           fi
11251
11252 else
11253
11254                           wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=${'DEFAULT_wxUSE_BANNERWINDOW":-$defaultval}"
11255
11256 fi
11257
11258
11259           eval "$wx_cv_use_bannerwindow"
11260
11261           if test x"$enablestring" = xdisable; then
11262             if test $wxUSE_BANNERWINDOW = no; then
11263               result=yes
11264             else
11265               result=no
11266             fi
11267           else
11268             result=$wxUSE_BANNERWINDOW
11269           fi
11270
11271           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11272 $as_echo "$result" >&6; }
11273
11274
11275           enablestring=
11276           defaultval=$wxUSE_ALL_FEATURES
11277           if test -z "$defaultval"; then
11278               if test x"$enablestring" = xdisable; then
11279                   defaultval=yes
11280               else
11281                   defaultval=no
11282               fi
11283           fi
11284
11285           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-artstd" >&5
11286 $as_echo_n "checking for --${enablestring:-enable}-artstd... " >&6; }
11287           # Check whether --enable-artstd was given.
11288 if test "${enable_artstd+set}" = set; then :
11289   enableval=$enable_artstd;
11290                           if test "$enableval" = yes; then
11291                             wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=yes'
11292                           else
11293                             wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=no'
11294                           fi
11295
11296 else
11297
11298                           wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=${'DEFAULT_wxUSE_ARTPROVIDER_STD":-$defaultval}"
11299
11300 fi
11301
11302
11303           eval "$wx_cv_use_artstd"
11304
11305           if test x"$enablestring" = xdisable; then
11306             if test $wxUSE_ARTPROVIDER_STD = no; then
11307               result=yes
11308             else
11309               result=no
11310             fi
11311           else
11312             result=$wxUSE_ARTPROVIDER_STD
11313           fi
11314
11315           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11316 $as_echo "$result" >&6; }
11317
11318
11319           enablestring=
11320           defaultval=$wxUSE_ALL_FEATURES
11321           if test -z "$defaultval"; then
11322               if test x"$enablestring" = xdisable; then
11323                   defaultval=yes
11324               else
11325                   defaultval=no
11326               fi
11327           fi
11328
11329           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-arttango" >&5
11330 $as_echo_n "checking for --${enablestring:-enable}-arttango... " >&6; }
11331           # Check whether --enable-arttango was given.
11332 if test "${enable_arttango+set}" = set; then :
11333   enableval=$enable_arttango;
11334                           if test "$enableval" = yes; then
11335                             wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=yes'
11336                           else
11337                             wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=no'
11338                           fi
11339
11340 else
11341
11342                           wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=${'DEFAULT_wxUSE_ARTPROVIDER_TANGO":-$defaultval}"
11343
11344 fi
11345
11346
11347           eval "$wx_cv_use_arttango"
11348
11349           if test x"$enablestring" = xdisable; then
11350             if test $wxUSE_ARTPROVIDER_TANGO = no; then
11351               result=yes
11352             else
11353               result=no
11354             fi
11355           else
11356             result=$wxUSE_ARTPROVIDER_TANGO
11357           fi
11358
11359           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11360 $as_echo "$result" >&6; }
11361
11362
11363           enablestring=
11364           defaultval=$wxUSE_ALL_FEATURES
11365           if test -z "$defaultval"; then
11366               if test x"$enablestring" = xdisable; then
11367                   defaultval=yes
11368               else
11369                   defaultval=no
11370               fi
11371           fi
11372
11373           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-bmpbutton" >&5
11374 $as_echo_n "checking for --${enablestring:-enable}-bmpbutton... " >&6; }
11375           # Check whether --enable-bmpbutton was given.
11376 if test "${enable_bmpbutton+set}" = set; then :
11377   enableval=$enable_bmpbutton;
11378                           if test "$enableval" = yes; then
11379                             wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
11380                           else
11381                             wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
11382                           fi
11383
11384 else
11385
11386                           wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
11387
11388 fi
11389
11390
11391           eval "$wx_cv_use_bmpbutton"
11392
11393           if test x"$enablestring" = xdisable; then
11394             if test $wxUSE_BMPBUTTON = no; then
11395               result=yes
11396             else
11397               result=no
11398             fi
11399           else
11400             result=$wxUSE_BMPBUTTON
11401           fi
11402
11403           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11404 $as_echo "$result" >&6; }
11405
11406
11407           enablestring=
11408           defaultval=$wxUSE_ALL_FEATURES
11409           if test -z "$defaultval"; then
11410               if test x"$enablestring" = xdisable; then
11411                   defaultval=yes
11412               else
11413                   defaultval=no
11414               fi
11415           fi
11416
11417           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-bmpcombobox" >&5
11418 $as_echo_n "checking for --${enablestring:-enable}-bmpcombobox... " >&6; }
11419           # Check whether --enable-bmpcombobox was given.
11420 if test "${enable_bmpcombobox+set}" = set; then :
11421   enableval=$enable_bmpcombobox;
11422                           if test "$enableval" = yes; then
11423                             wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
11424                           else
11425                             wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
11426                           fi
11427
11428 else
11429
11430                           wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
11431
11432 fi
11433
11434
11435           eval "$wx_cv_use_bmpcombobox"
11436
11437           if test x"$enablestring" = xdisable; then
11438             if test $wxUSE_BITMAPCOMBOBOX = no; then
11439               result=yes
11440             else
11441               result=no
11442             fi
11443           else
11444             result=$wxUSE_BITMAPCOMBOBOX
11445           fi
11446
11447           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11448 $as_echo "$result" >&6; }
11449
11450
11451           enablestring=
11452           defaultval=$wxUSE_ALL_FEATURES
11453           if test -z "$defaultval"; then
11454               if test x"$enablestring" = xdisable; then
11455                   defaultval=yes
11456               else
11457                   defaultval=no
11458               fi
11459           fi
11460
11461           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-button" >&5
11462 $as_echo_n "checking for --${enablestring:-enable}-button... " >&6; }
11463           # Check whether --enable-button was given.
11464 if test "${enable_button+set}" = set; then :
11465   enableval=$enable_button;
11466                           if test "$enableval" = yes; then
11467                             wx_cv_use_button='wxUSE_BUTTON=yes'
11468                           else
11469                             wx_cv_use_button='wxUSE_BUTTON=no'
11470                           fi
11471
11472 else
11473
11474                           wx_cv_use_button='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
11475
11476 fi
11477
11478
11479           eval "$wx_cv_use_button"
11480
11481           if test x"$enablestring" = xdisable; then
11482             if test $wxUSE_BUTTON = no; then
11483               result=yes
11484             else
11485               result=no
11486             fi
11487           else
11488             result=$wxUSE_BUTTON
11489           fi
11490
11491           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11492 $as_echo "$result" >&6; }
11493
11494
11495           enablestring=
11496           defaultval=$wxUSE_ALL_FEATURES
11497           if test -z "$defaultval"; then
11498               if test x"$enablestring" = xdisable; then
11499                   defaultval=yes
11500               else
11501                   defaultval=no
11502               fi
11503           fi
11504
11505           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-calendar" >&5
11506 $as_echo_n "checking for --${enablestring:-enable}-calendar... " >&6; }
11507           # Check whether --enable-calendar was given.
11508 if test "${enable_calendar+set}" = set; then :
11509   enableval=$enable_calendar;
11510                           if test "$enableval" = yes; then
11511                             wx_cv_use_calendar='wxUSE_CALCTRL=yes'
11512                           else
11513                             wx_cv_use_calendar='wxUSE_CALCTRL=no'
11514                           fi
11515
11516 else
11517
11518                           wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
11519
11520 fi
11521
11522
11523           eval "$wx_cv_use_calendar"
11524
11525           if test x"$enablestring" = xdisable; then
11526             if test $wxUSE_CALCTRL = no; then
11527               result=yes
11528             else
11529               result=no
11530             fi
11531           else
11532             result=$wxUSE_CALCTRL
11533           fi
11534
11535           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11536 $as_echo "$result" >&6; }
11537
11538
11539           enablestring=
11540           defaultval=$wxUSE_ALL_FEATURES
11541           if test -z "$defaultval"; then
11542               if test x"$enablestring" = xdisable; then
11543                   defaultval=yes
11544               else
11545                   defaultval=no
11546               fi
11547           fi
11548
11549           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-caret" >&5
11550 $as_echo_n "checking for --${enablestring:-enable}-caret... " >&6; }
11551           # Check whether --enable-caret was given.
11552 if test "${enable_caret+set}" = set; then :
11553   enableval=$enable_caret;
11554                           if test "$enableval" = yes; then
11555                             wx_cv_use_caret='wxUSE_CARET=yes'
11556                           else
11557                             wx_cv_use_caret='wxUSE_CARET=no'
11558                           fi
11559
11560 else
11561
11562                           wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
11563
11564 fi
11565
11566
11567           eval "$wx_cv_use_caret"
11568
11569           if test x"$enablestring" = xdisable; then
11570             if test $wxUSE_CARET = no; then
11571               result=yes
11572             else
11573               result=no
11574             fi
11575           else
11576             result=$wxUSE_CARET
11577           fi
11578
11579           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11580 $as_echo "$result" >&6; }
11581
11582
11583           enablestring=
11584           defaultval=$wxUSE_ALL_FEATURES
11585           if test -z "$defaultval"; then
11586               if test x"$enablestring" = xdisable; then
11587                   defaultval=yes
11588               else
11589                   defaultval=no
11590               fi
11591           fi
11592
11593           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-checkbox" >&5
11594 $as_echo_n "checking for --${enablestring:-enable}-checkbox... " >&6; }
11595           # Check whether --enable-checkbox was given.
11596 if test "${enable_checkbox+set}" = set; then :
11597   enableval=$enable_checkbox;
11598                           if test "$enableval" = yes; then
11599                             wx_cv_use_checkbox='wxUSE_CHECKBOX=yes'
11600                           else
11601                             wx_cv_use_checkbox='wxUSE_CHECKBOX=no'
11602                           fi
11603
11604 else
11605
11606                           wx_cv_use_checkbox='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
11607
11608 fi
11609
11610
11611           eval "$wx_cv_use_checkbox"
11612
11613           if test x"$enablestring" = xdisable; then
11614             if test $wxUSE_CHECKBOX = no; then
11615               result=yes
11616             else
11617               result=no
11618             fi
11619           else
11620             result=$wxUSE_CHECKBOX
11621           fi
11622
11623           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11624 $as_echo "$result" >&6; }
11625
11626
11627           enablestring=
11628           defaultval=$wxUSE_ALL_FEATURES
11629           if test -z "$defaultval"; then
11630               if test x"$enablestring" = xdisable; then
11631                   defaultval=yes
11632               else
11633                   defaultval=no
11634               fi
11635           fi
11636
11637           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-checklst" >&5
11638 $as_echo_n "checking for --${enablestring:-enable}-checklst... " >&6; }
11639           # Check whether --enable-checklst was given.
11640 if test "${enable_checklst+set}" = set; then :
11641   enableval=$enable_checklst;
11642                           if test "$enableval" = yes; then
11643                             wx_cv_use_checklst='wxUSE_CHECKLST=yes'
11644                           else
11645                             wx_cv_use_checklst='wxUSE_CHECKLST=no'
11646                           fi
11647
11648 else
11649
11650                           wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
11651
11652 fi
11653
11654
11655           eval "$wx_cv_use_checklst"
11656
11657           if test x"$enablestring" = xdisable; then
11658             if test $wxUSE_CHECKLST = no; then
11659               result=yes
11660             else
11661               result=no
11662             fi
11663           else
11664             result=$wxUSE_CHECKLST
11665           fi
11666
11667           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11668 $as_echo "$result" >&6; }
11669
11670
11671           enablestring=
11672           defaultval=$wxUSE_ALL_FEATURES
11673           if test -z "$defaultval"; then
11674               if test x"$enablestring" = xdisable; then
11675                   defaultval=yes
11676               else
11677                   defaultval=no
11678               fi
11679           fi
11680
11681           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choice" >&5
11682 $as_echo_n "checking for --${enablestring:-enable}-choice... " >&6; }
11683           # Check whether --enable-choice was given.
11684 if test "${enable_choice+set}" = set; then :
11685   enableval=$enable_choice;
11686                           if test "$enableval" = yes; then
11687                             wx_cv_use_choice='wxUSE_CHOICE=yes'
11688                           else
11689                             wx_cv_use_choice='wxUSE_CHOICE=no'
11690                           fi
11691
11692 else
11693
11694                           wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
11695
11696 fi
11697
11698
11699           eval "$wx_cv_use_choice"
11700
11701           if test x"$enablestring" = xdisable; then
11702             if test $wxUSE_CHOICE = no; then
11703               result=yes
11704             else
11705               result=no
11706             fi
11707           else
11708             result=$wxUSE_CHOICE
11709           fi
11710
11711           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11712 $as_echo "$result" >&6; }
11713
11714
11715           enablestring=
11716           defaultval=$wxUSE_ALL_FEATURES
11717           if test -z "$defaultval"; then
11718               if test x"$enablestring" = xdisable; then
11719                   defaultval=yes
11720               else
11721                   defaultval=no
11722               fi
11723           fi
11724
11725           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choicebook" >&5
11726 $as_echo_n "checking for --${enablestring:-enable}-choicebook... " >&6; }
11727           # Check whether --enable-choicebook was given.
11728 if test "${enable_choicebook+set}" = set; then :
11729   enableval=$enable_choicebook;
11730                           if test "$enableval" = yes; then
11731                             wx_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
11732                           else
11733                             wx_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
11734                           fi
11735
11736 else
11737
11738                           wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
11739
11740 fi
11741
11742
11743           eval "$wx_cv_use_choicebook"
11744
11745           if test x"$enablestring" = xdisable; then
11746             if test $wxUSE_CHOICEBOOK = no; then
11747               result=yes
11748             else
11749               result=no
11750             fi
11751           else
11752             result=$wxUSE_CHOICEBOOK
11753           fi
11754
11755           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11756 $as_echo "$result" >&6; }
11757
11758
11759           enablestring=
11760           defaultval=$wxUSE_ALL_FEATURES
11761           if test -z "$defaultval"; then
11762               if test x"$enablestring" = xdisable; then
11763                   defaultval=yes
11764               else
11765                   defaultval=no
11766               fi
11767           fi
11768
11769           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-collpane" >&5
11770 $as_echo_n "checking for --${enablestring:-enable}-collpane... " >&6; }
11771           # Check whether --enable-collpane was given.
11772 if test "${enable_collpane+set}" = set; then :
11773   enableval=$enable_collpane;
11774                           if test "$enableval" = yes; then
11775                             wx_cv_use_collpane='wxUSE_COLLPANE=yes'
11776                           else
11777                             wx_cv_use_collpane='wxUSE_COLLPANE=no'
11778                           fi
11779
11780 else
11781
11782                           wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
11783
11784 fi
11785
11786
11787           eval "$wx_cv_use_collpane"
11788
11789           if test x"$enablestring" = xdisable; then
11790             if test $wxUSE_COLLPANE = no; then
11791               result=yes
11792             else
11793               result=no
11794             fi
11795           else
11796             result=$wxUSE_COLLPANE
11797           fi
11798
11799           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11800 $as_echo "$result" >&6; }
11801
11802
11803           enablestring=
11804           defaultval=$wxUSE_ALL_FEATURES
11805           if test -z "$defaultval"; then
11806               if test x"$enablestring" = xdisable; then
11807                   defaultval=yes
11808               else
11809                   defaultval=no
11810               fi
11811           fi
11812
11813           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-colourpicker" >&5
11814 $as_echo_n "checking for --${enablestring:-enable}-colourpicker... " >&6; }
11815           # Check whether --enable-colourpicker was given.
11816 if test "${enable_colourpicker+set}" = set; then :
11817   enableval=$enable_colourpicker;
11818                           if test "$enableval" = yes; then
11819                             wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
11820                           else
11821                             wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
11822                           fi
11823
11824 else
11825
11826                           wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
11827
11828 fi
11829
11830
11831           eval "$wx_cv_use_colourpicker"
11832
11833           if test x"$enablestring" = xdisable; then
11834             if test $wxUSE_COLOURPICKERCTRL = no; then
11835               result=yes
11836             else
11837               result=no
11838             fi
11839           else
11840             result=$wxUSE_COLOURPICKERCTRL
11841           fi
11842
11843           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11844 $as_echo "$result" >&6; }
11845
11846
11847           enablestring=
11848           defaultval=$wxUSE_ALL_FEATURES
11849           if test -z "$defaultval"; then
11850               if test x"$enablestring" = xdisable; then
11851                   defaultval=yes
11852               else
11853                   defaultval=no
11854               fi
11855           fi
11856
11857           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-combobox" >&5
11858 $as_echo_n "checking for --${enablestring:-enable}-combobox... " >&6; }
11859           # Check whether --enable-combobox was given.
11860 if test "${enable_combobox+set}" = set; then :
11861   enableval=$enable_combobox;
11862                           if test "$enableval" = yes; then
11863                             wx_cv_use_combobox='wxUSE_COMBOBOX=yes'
11864                           else
11865                             wx_cv_use_combobox='wxUSE_COMBOBOX=no'
11866                           fi
11867
11868 else
11869
11870                           wx_cv_use_combobox='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
11871
11872 fi
11873
11874
11875           eval "$wx_cv_use_combobox"
11876
11877           if test x"$enablestring" = xdisable; then
11878             if test $wxUSE_COMBOBOX = no; then
11879               result=yes
11880             else
11881               result=no
11882             fi
11883           else
11884             result=$wxUSE_COMBOBOX
11885           fi
11886
11887           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11888 $as_echo "$result" >&6; }
11889
11890
11891           enablestring=
11892           defaultval=$wxUSE_ALL_FEATURES
11893           if test -z "$defaultval"; then
11894               if test x"$enablestring" = xdisable; then
11895                   defaultval=yes
11896               else
11897                   defaultval=no
11898               fi
11899           fi
11900
11901           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-comboctrl" >&5
11902 $as_echo_n "checking for --${enablestring:-enable}-comboctrl... " >&6; }
11903           # Check whether --enable-comboctrl was given.
11904 if test "${enable_comboctrl+set}" = set; then :
11905   enableval=$enable_comboctrl;
11906                           if test "$enableval" = yes; then
11907                             wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
11908                           else
11909                             wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
11910                           fi
11911
11912 else
11913
11914                           wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
11915
11916 fi
11917
11918
11919           eval "$wx_cv_use_comboctrl"
11920
11921           if test x"$enablestring" = xdisable; then
11922             if test $wxUSE_COMBOCTRL = no; then
11923               result=yes
11924             else
11925               result=no
11926             fi
11927           else
11928             result=$wxUSE_COMBOCTRL
11929           fi
11930
11931           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11932 $as_echo "$result" >&6; }
11933
11934
11935           enablestring=
11936           defaultval=$wxUSE_ALL_FEATURES
11937           if test -z "$defaultval"; then
11938               if test x"$enablestring" = xdisable; then
11939                   defaultval=yes
11940               else
11941                   defaultval=no
11942               fi
11943           fi
11944
11945           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-commandlinkbutton" >&5
11946 $as_echo_n "checking for --${enablestring:-enable}-commandlinkbutton... " >&6; }
11947           # Check whether --enable-commandlinkbutton was given.
11948 if test "${enable_commandlinkbutton+set}" = set; then :
11949   enableval=$enable_commandlinkbutton;
11950                           if test "$enableval" = yes; then
11951                             wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=yes'
11952                           else
11953                             wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=no'
11954                           fi
11955
11956 else
11957
11958                           wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=${'DEFAULT_wxUSE_COMMANDLINKBUTTON":-$defaultval}"
11959
11960 fi
11961
11962
11963           eval "$wx_cv_use_commandlinkbutton"
11964
11965           if test x"$enablestring" = xdisable; then
11966             if test $wxUSE_COMMANDLINKBUTTON = no; then
11967               result=yes
11968             else
11969               result=no
11970             fi
11971           else
11972             result=$wxUSE_COMMANDLINKBUTTON
11973           fi
11974
11975           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11976 $as_echo "$result" >&6; }
11977
11978
11979           enablestring=
11980           defaultval=$wxUSE_ALL_FEATURES
11981           if test -z "$defaultval"; then
11982               if test x"$enablestring" = xdisable; then
11983                   defaultval=yes
11984               else
11985                   defaultval=no
11986               fi
11987           fi
11988
11989           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dataviewctrl" >&5
11990 $as_echo_n "checking for --${enablestring:-enable}-dataviewctrl... " >&6; }
11991           # Check whether --enable-dataviewctrl was given.
11992 if test "${enable_dataviewctrl+set}" = set; then :
11993   enableval=$enable_dataviewctrl;
11994                           if test "$enableval" = yes; then
11995                             wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=yes'
11996                           else
11997                             wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
11998                           fi
11999
12000 else
12001
12002                           wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
12003
12004 fi
12005
12006
12007           eval "$wx_cv_use_dataviewctrl"
12008
12009           if test x"$enablestring" = xdisable; then
12010             if test $wxUSE_DATAVIEWCTRL = no; then
12011               result=yes
12012             else
12013               result=no
12014             fi
12015           else
12016             result=$wxUSE_DATAVIEWCTRL
12017           fi
12018
12019           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12020 $as_echo "$result" >&6; }
12021
12022
12023           enablestring=
12024           defaultval=$wxUSE_ALL_FEATURES
12025           if test -z "$defaultval"; then
12026               if test x"$enablestring" = xdisable; then
12027                   defaultval=yes
12028               else
12029                   defaultval=no
12030               fi
12031           fi
12032
12033           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-datepick" >&5
12034 $as_echo_n "checking for --${enablestring:-enable}-datepick... " >&6; }
12035           # Check whether --enable-datepick was given.
12036 if test "${enable_datepick+set}" = set; then :
12037   enableval=$enable_datepick;
12038                           if test "$enableval" = yes; then
12039                             wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
12040                           else
12041                             wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
12042                           fi
12043
12044 else
12045
12046                           wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
12047
12048 fi
12049
12050
12051           eval "$wx_cv_use_datepick"
12052
12053           if test x"$enablestring" = xdisable; then
12054             if test $wxUSE_DATEPICKCTRL = no; then
12055               result=yes
12056             else
12057               result=no
12058             fi
12059           else
12060             result=$wxUSE_DATEPICKCTRL
12061           fi
12062
12063           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12064 $as_echo "$result" >&6; }
12065
12066
12067           enablestring=
12068           defaultval=$wxUSE_ALL_FEATURES
12069           if test -z "$defaultval"; then
12070               if test x"$enablestring" = xdisable; then
12071                   defaultval=yes
12072               else
12073                   defaultval=no
12074               fi
12075           fi
12076
12077           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-detect_sm" >&5
12078 $as_echo_n "checking for --${enablestring:-enable}-detect_sm... " >&6; }
12079           # Check whether --enable-detect_sm was given.
12080 if test "${enable_detect_sm+set}" = set; then :
12081   enableval=$enable_detect_sm;
12082                           if test "$enableval" = yes; then
12083                             wx_cv_use_detect_sm='wxUSE_DETECT_SM=yes'
12084                           else
12085                             wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
12086                           fi
12087
12088 else
12089
12090                           wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
12091
12092 fi
12093
12094
12095           eval "$wx_cv_use_detect_sm"
12096
12097           if test x"$enablestring" = xdisable; then
12098             if test $wxUSE_DETECT_SM = no; then
12099               result=yes
12100             else
12101               result=no
12102             fi
12103           else
12104             result=$wxUSE_DETECT_SM
12105           fi
12106
12107           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12108 $as_echo "$result" >&6; }
12109
12110
12111           enablestring=
12112           defaultval=$wxUSE_ALL_FEATURES
12113           if test -z "$defaultval"; then
12114               if test x"$enablestring" = xdisable; then
12115                   defaultval=yes
12116               else
12117                   defaultval=no
12118               fi
12119           fi
12120
12121           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dirpicker" >&5
12122 $as_echo_n "checking for --${enablestring:-enable}-dirpicker... " >&6; }
12123           # Check whether --enable-dirpicker was given.
12124 if test "${enable_dirpicker+set}" = set; then :
12125   enableval=$enable_dirpicker;
12126                           if test "$enableval" = yes; then
12127                             wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=yes'
12128                           else
12129                             wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
12130                           fi
12131
12132 else
12133
12134                           wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
12135
12136 fi
12137
12138
12139           eval "$wx_cv_use_dirpicker"
12140
12141           if test x"$enablestring" = xdisable; then
12142             if test $wxUSE_DIRPICKERCTRL = no; then
12143               result=yes
12144             else
12145               result=no
12146             fi
12147           else
12148             result=$wxUSE_DIRPICKERCTRL
12149           fi
12150
12151           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12152 $as_echo "$result" >&6; }
12153
12154
12155           enablestring=
12156           defaultval=$wxUSE_ALL_FEATURES
12157           if test -z "$defaultval"; then
12158               if test x"$enablestring" = xdisable; then
12159                   defaultval=yes
12160               else
12161                   defaultval=no
12162               fi
12163           fi
12164
12165           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-display" >&5
12166 $as_echo_n "checking for --${enablestring:-enable}-display... " >&6; }
12167           # Check whether --enable-display was given.
12168 if test "${enable_display+set}" = set; then :
12169   enableval=$enable_display;
12170                           if test "$enableval" = yes; then
12171                             wx_cv_use_display='wxUSE_DISPLAY=yes'
12172                           else
12173                             wx_cv_use_display='wxUSE_DISPLAY=no'
12174                           fi
12175
12176 else
12177
12178                           wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
12179
12180 fi
12181
12182
12183           eval "$wx_cv_use_display"
12184
12185           if test x"$enablestring" = xdisable; then
12186             if test $wxUSE_DISPLAY = no; then
12187               result=yes
12188             else
12189               result=no
12190             fi
12191           else
12192             result=$wxUSE_DISPLAY
12193           fi
12194
12195           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12196 $as_echo "$result" >&6; }
12197
12198
12199           enablestring=
12200           defaultval=$wxUSE_ALL_FEATURES
12201           if test -z "$defaultval"; then
12202               if test x"$enablestring" = xdisable; then
12203                   defaultval=yes
12204               else
12205                   defaultval=no
12206               fi
12207           fi
12208
12209           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-editablebox" >&5
12210 $as_echo_n "checking for --${enablestring:-enable}-editablebox... " >&6; }
12211           # Check whether --enable-editablebox was given.
12212 if test "${enable_editablebox+set}" = set; then :
12213   enableval=$enable_editablebox;
12214                           if test "$enableval" = yes; then
12215                             wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=yes'
12216                           else
12217                             wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
12218                           fi
12219
12220 else
12221
12222                           wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
12223
12224 fi
12225
12226
12227           eval "$wx_cv_use_editablebox"
12228
12229           if test x"$enablestring" = xdisable; then
12230             if test $wxUSE_EDITABLELISTBOX = no; then
12231               result=yes
12232             else
12233               result=no
12234             fi
12235           else
12236             result=$wxUSE_EDITABLELISTBOX
12237           fi
12238
12239           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12240 $as_echo "$result" >&6; }
12241
12242
12243           enablestring=
12244           defaultval=$wxUSE_ALL_FEATURES
12245           if test -z "$defaultval"; then
12246               if test x"$enablestring" = xdisable; then
12247                   defaultval=yes
12248               else
12249                   defaultval=no
12250               fi
12251           fi
12252
12253           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filectrl" >&5
12254 $as_echo_n "checking for --${enablestring:-enable}-filectrl... " >&6; }
12255           # Check whether --enable-filectrl was given.
12256 if test "${enable_filectrl+set}" = set; then :
12257   enableval=$enable_filectrl;
12258                           if test "$enableval" = yes; then
12259                             wx_cv_use_filectrl='wxUSE_FILECTRL=yes'
12260                           else
12261                             wx_cv_use_filectrl='wxUSE_FILECTRL=no'
12262                           fi
12263
12264 else
12265
12266                           wx_cv_use_filectrl='wxUSE_FILECTRL=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
12267
12268 fi
12269
12270
12271           eval "$wx_cv_use_filectrl"
12272
12273           if test x"$enablestring" = xdisable; then
12274             if test $wxUSE_FILECTRL = no; then
12275               result=yes
12276             else
12277               result=no
12278             fi
12279           else
12280             result=$wxUSE_FILECTRL
12281           fi
12282
12283           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12284 $as_echo "$result" >&6; }
12285
12286
12287           enablestring=
12288           defaultval=$wxUSE_ALL_FEATURES
12289           if test -z "$defaultval"; then
12290               if test x"$enablestring" = xdisable; then
12291                   defaultval=yes
12292               else
12293                   defaultval=no
12294               fi
12295           fi
12296
12297           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filepicker" >&5
12298 $as_echo_n "checking for --${enablestring:-enable}-filepicker... " >&6; }
12299           # Check whether --enable-filepicker was given.
12300 if test "${enable_filepicker+set}" = set; then :
12301   enableval=$enable_filepicker;
12302                           if test "$enableval" = yes; then
12303                             wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
12304                           else
12305                             wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
12306                           fi
12307
12308 else
12309
12310                           wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
12311
12312 fi
12313
12314
12315           eval "$wx_cv_use_filepicker"
12316
12317           if test x"$enablestring" = xdisable; then
12318             if test $wxUSE_FILEPICKERCTRL = no; then
12319               result=yes
12320             else
12321               result=no
12322             fi
12323           else
12324             result=$wxUSE_FILEPICKERCTRL
12325           fi
12326
12327           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12328 $as_echo "$result" >&6; }
12329
12330
12331           enablestring=
12332           defaultval=$wxUSE_ALL_FEATURES
12333           if test -z "$defaultval"; then
12334               if test x"$enablestring" = xdisable; then
12335                   defaultval=yes
12336               else
12337                   defaultval=no
12338               fi
12339           fi
12340
12341           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontpicker" >&5
12342 $as_echo_n "checking for --${enablestring:-enable}-fontpicker... " >&6; }
12343           # Check whether --enable-fontpicker was given.
12344 if test "${enable_fontpicker+set}" = set; then :
12345   enableval=$enable_fontpicker;
12346                           if test "$enableval" = yes; then
12347                             wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
12348                           else
12349                             wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
12350                           fi
12351
12352 else
12353
12354                           wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
12355
12356 fi
12357
12358
12359           eval "$wx_cv_use_fontpicker"
12360
12361           if test x"$enablestring" = xdisable; then
12362             if test $wxUSE_FONTPICKERCTRL = no; then
12363               result=yes
12364             else
12365               result=no
12366             fi
12367           else
12368             result=$wxUSE_FONTPICKERCTRL
12369           fi
12370
12371           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12372 $as_echo "$result" >&6; }
12373
12374
12375           enablestring=
12376           defaultval=$wxUSE_ALL_FEATURES
12377           if test -z "$defaultval"; then
12378               if test x"$enablestring" = xdisable; then
12379                   defaultval=yes
12380               else
12381                   defaultval=no
12382               fi
12383           fi
12384
12385           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gauge" >&5
12386 $as_echo_n "checking for --${enablestring:-enable}-gauge... " >&6; }
12387           # Check whether --enable-gauge was given.
12388 if test "${enable_gauge+set}" = set; then :
12389   enableval=$enable_gauge;
12390                           if test "$enableval" = yes; then
12391                             wx_cv_use_gauge='wxUSE_GAUGE=yes'
12392                           else
12393                             wx_cv_use_gauge='wxUSE_GAUGE=no'
12394                           fi
12395
12396 else
12397
12398                           wx_cv_use_gauge='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
12399
12400 fi
12401
12402
12403           eval "$wx_cv_use_gauge"
12404
12405           if test x"$enablestring" = xdisable; then
12406             if test $wxUSE_GAUGE = no; then
12407               result=yes
12408             else
12409               result=no
12410             fi
12411           else
12412             result=$wxUSE_GAUGE
12413           fi
12414
12415           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12416 $as_echo "$result" >&6; }
12417
12418
12419           enablestring=
12420           defaultval=$wxUSE_ALL_FEATURES
12421           if test -z "$defaultval"; then
12422               if test x"$enablestring" = xdisable; then
12423                   defaultval=yes
12424               else
12425                   defaultval=no
12426               fi
12427           fi
12428
12429           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-grid" >&5
12430 $as_echo_n "checking for --${enablestring:-enable}-grid... " >&6; }
12431           # Check whether --enable-grid was given.
12432 if test "${enable_grid+set}" = set; then :
12433   enableval=$enable_grid;
12434                           if test "$enableval" = yes; then
12435                             wx_cv_use_grid='wxUSE_GRID=yes'
12436                           else
12437                             wx_cv_use_grid='wxUSE_GRID=no'
12438                           fi
12439
12440 else
12441
12442                           wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
12443
12444 fi
12445
12446
12447           eval "$wx_cv_use_grid"
12448
12449           if test x"$enablestring" = xdisable; then
12450             if test $wxUSE_GRID = no; then
12451               result=yes
12452             else
12453               result=no
12454             fi
12455           else
12456             result=$wxUSE_GRID
12457           fi
12458
12459           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12460 $as_echo "$result" >&6; }
12461
12462
12463           enablestring=
12464           defaultval=$wxUSE_ALL_FEATURES
12465           if test -z "$defaultval"; then
12466               if test x"$enablestring" = xdisable; then
12467                   defaultval=yes
12468               else
12469                   defaultval=no
12470               fi
12471           fi
12472
12473           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-headerctrl" >&5
12474 $as_echo_n "checking for --${enablestring:-enable}-headerctrl... " >&6; }
12475           # Check whether --enable-headerctrl was given.
12476 if test "${enable_headerctrl+set}" = set; then :
12477   enableval=$enable_headerctrl;
12478                           if test "$enableval" = yes; then
12479                             wx_cv_use_headerctrl='wxUSE_HEADERCTRL=yes'
12480                           else
12481                             wx_cv_use_headerctrl='wxUSE_HEADERCTRL=no'
12482                           fi
12483
12484 else
12485
12486                           wx_cv_use_headerctrl='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
12487
12488 fi
12489
12490
12491           eval "$wx_cv_use_headerctrl"
12492
12493           if test x"$enablestring" = xdisable; then
12494             if test $wxUSE_HEADERCTRL = no; then
12495               result=yes
12496             else
12497               result=no
12498             fi
12499           else
12500             result=$wxUSE_HEADERCTRL
12501           fi
12502
12503           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12504 $as_echo "$result" >&6; }
12505
12506
12507           enablestring=
12508           defaultval=$wxUSE_ALL_FEATURES
12509           if test -z "$defaultval"; then
12510               if test x"$enablestring" = xdisable; then
12511                   defaultval=yes
12512               else
12513                   defaultval=no
12514               fi
12515           fi
12516
12517           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-hyperlink" >&5
12518 $as_echo_n "checking for --${enablestring:-enable}-hyperlink... " >&6; }
12519           # Check whether --enable-hyperlink was given.
12520 if test "${enable_hyperlink+set}" = set; then :
12521   enableval=$enable_hyperlink;
12522                           if test "$enableval" = yes; then
12523                             wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=yes'
12524                           else
12525                             wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
12526                           fi
12527
12528 else
12529
12530                           wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
12531
12532 fi
12533
12534
12535           eval "$wx_cv_use_hyperlink"
12536
12537           if test x"$enablestring" = xdisable; then
12538             if test $wxUSE_HYPERLINKCTRL = no; then
12539               result=yes
12540             else
12541               result=no
12542             fi
12543           else
12544             result=$wxUSE_HYPERLINKCTRL
12545           fi
12546
12547           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12548 $as_echo "$result" >&6; }
12549
12550
12551           enablestring=
12552           defaultval=$wxUSE_ALL_FEATURES
12553           if test -z "$defaultval"; then
12554               if test x"$enablestring" = xdisable; then
12555                   defaultval=yes
12556               else
12557                   defaultval=no
12558               fi
12559           fi
12560
12561           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-imaglist" >&5
12562 $as_echo_n "checking for --${enablestring:-enable}-imaglist... " >&6; }
12563           # Check whether --enable-imaglist was given.
12564 if test "${enable_imaglist+set}" = set; then :
12565   enableval=$enable_imaglist;
12566                           if test "$enableval" = yes; then
12567                             wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
12568                           else
12569                             wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
12570                           fi
12571
12572 else
12573
12574                           wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
12575
12576 fi
12577
12578
12579           eval "$wx_cv_use_imaglist"
12580
12581           if test x"$enablestring" = xdisable; then
12582             if test $wxUSE_IMAGLIST = no; then
12583               result=yes
12584             else
12585               result=no
12586             fi
12587           else
12588             result=$wxUSE_IMAGLIST
12589           fi
12590
12591           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12592 $as_echo "$result" >&6; }
12593
12594
12595           enablestring=
12596           defaultval=$wxUSE_ALL_FEATURES
12597           if test -z "$defaultval"; then
12598               if test x"$enablestring" = xdisable; then
12599                   defaultval=yes
12600               else
12601                   defaultval=no
12602               fi
12603           fi
12604
12605           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-infobar" >&5
12606 $as_echo_n "checking for --${enablestring:-enable}-infobar... " >&6; }
12607           # Check whether --enable-infobar was given.
12608 if test "${enable_infobar+set}" = set; then :
12609   enableval=$enable_infobar;
12610                           if test "$enableval" = yes; then
12611                             wx_cv_use_infobar='wxUSE_INFOBAR=yes'
12612                           else
12613                             wx_cv_use_infobar='wxUSE_INFOBAR=no'
12614                           fi
12615
12616 else
12617
12618                           wx_cv_use_infobar='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
12619
12620 fi
12621
12622
12623           eval "$wx_cv_use_infobar"
12624
12625           if test x"$enablestring" = xdisable; then
12626             if test $wxUSE_INFOBAR = no; then
12627               result=yes
12628             else
12629               result=no
12630             fi
12631           else
12632             result=$wxUSE_INFOBAR
12633           fi
12634
12635           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12636 $as_echo "$result" >&6; }
12637
12638
12639           enablestring=
12640           defaultval=$wxUSE_ALL_FEATURES
12641           if test -z "$defaultval"; then
12642               if test x"$enablestring" = xdisable; then
12643                   defaultval=yes
12644               else
12645                   defaultval=no
12646               fi
12647           fi
12648
12649           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listbook" >&5
12650 $as_echo_n "checking for --${enablestring:-enable}-listbook... " >&6; }
12651           # Check whether --enable-listbook was given.
12652 if test "${enable_listbook+set}" = set; then :
12653   enableval=$enable_listbook;
12654                           if test "$enableval" = yes; then
12655                             wx_cv_use_listbook='wxUSE_LISTBOOK=yes'
12656                           else
12657                             wx_cv_use_listbook='wxUSE_LISTBOOK=no'
12658                           fi
12659
12660 else
12661
12662                           wx_cv_use_listbook='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
12663
12664 fi
12665
12666
12667           eval "$wx_cv_use_listbook"
12668
12669           if test x"$enablestring" = xdisable; then
12670             if test $wxUSE_LISTBOOK = no; then
12671               result=yes
12672             else
12673               result=no
12674             fi
12675           else
12676             result=$wxUSE_LISTBOOK
12677           fi
12678
12679           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12680 $as_echo "$result" >&6; }
12681
12682
12683           enablestring=
12684           defaultval=$wxUSE_ALL_FEATURES
12685           if test -z "$defaultval"; then
12686               if test x"$enablestring" = xdisable; then
12687                   defaultval=yes
12688               else
12689                   defaultval=no
12690               fi
12691           fi
12692
12693           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listbox" >&5
12694 $as_echo_n "checking for --${enablestring:-enable}-listbox... " >&6; }
12695           # Check whether --enable-listbox was given.
12696 if test "${enable_listbox+set}" = set; then :
12697   enableval=$enable_listbox;
12698                           if test "$enableval" = yes; then
12699                             wx_cv_use_listbox='wxUSE_LISTBOX=yes'
12700                           else
12701                             wx_cv_use_listbox='wxUSE_LISTBOX=no'
12702                           fi
12703
12704 else
12705
12706                           wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
12707
12708 fi
12709
12710
12711           eval "$wx_cv_use_listbox"
12712
12713           if test x"$enablestring" = xdisable; then
12714             if test $wxUSE_LISTBOX = no; then
12715               result=yes
12716             else
12717               result=no
12718             fi
12719           else
12720             result=$wxUSE_LISTBOX
12721           fi
12722
12723           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12724 $as_echo "$result" >&6; }
12725
12726
12727           enablestring=
12728           defaultval=$wxUSE_ALL_FEATURES
12729           if test -z "$defaultval"; then
12730               if test x"$enablestring" = xdisable; then
12731                   defaultval=yes
12732               else
12733                   defaultval=no
12734               fi
12735           fi
12736
12737           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listctrl" >&5
12738 $as_echo_n "checking for --${enablestring:-enable}-listctrl... " >&6; }
12739           # Check whether --enable-listctrl was given.
12740 if test "${enable_listctrl+set}" = set; then :
12741   enableval=$enable_listctrl;
12742                           if test "$enableval" = yes; then
12743                             wx_cv_use_listctrl='wxUSE_LISTCTRL=yes'
12744                           else
12745                             wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
12746                           fi
12747
12748 else
12749
12750                           wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
12751
12752 fi
12753
12754
12755           eval "$wx_cv_use_listctrl"
12756
12757           if test x"$enablestring" = xdisable; then
12758             if test $wxUSE_LISTCTRL = no; then
12759               result=yes
12760             else
12761               result=no
12762             fi
12763           else
12764             result=$wxUSE_LISTCTRL
12765           fi
12766
12767           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12768 $as_echo "$result" >&6; }
12769
12770
12771           enablestring=
12772           defaultval=$wxUSE_ALL_FEATURES
12773           if test -z "$defaultval"; then
12774               if test x"$enablestring" = xdisable; then
12775                   defaultval=yes
12776               else
12777                   defaultval=no
12778               fi
12779           fi
12780
12781           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-notebook" >&5
12782 $as_echo_n "checking for --${enablestring:-enable}-notebook... " >&6; }
12783           # Check whether --enable-notebook was given.
12784 if test "${enable_notebook+set}" = set; then :
12785   enableval=$enable_notebook;
12786                           if test "$enableval" = yes; then
12787                             wx_cv_use_notebook='wxUSE_NOTEBOOK=yes'
12788                           else
12789                             wx_cv_use_notebook='wxUSE_NOTEBOOK=no'
12790                           fi
12791
12792 else
12793
12794                           wx_cv_use_notebook='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
12795
12796 fi
12797
12798
12799           eval "$wx_cv_use_notebook"
12800
12801           if test x"$enablestring" = xdisable; then
12802             if test $wxUSE_NOTEBOOK = no; then
12803               result=yes
12804             else
12805               result=no
12806             fi
12807           else
12808             result=$wxUSE_NOTEBOOK
12809           fi
12810
12811           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12812 $as_echo "$result" >&6; }
12813
12814
12815           enablestring=
12816           defaultval=$wxUSE_ALL_FEATURES
12817           if test -z "$defaultval"; then
12818               if test x"$enablestring" = xdisable; then
12819                   defaultval=yes
12820               else
12821                   defaultval=no
12822               fi
12823           fi
12824
12825           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-notifmsg" >&5
12826 $as_echo_n "checking for --${enablestring:-enable}-notifmsg... " >&6; }
12827           # Check whether --enable-notifmsg was given.
12828 if test "${enable_notifmsg+set}" = set; then :
12829   enableval=$enable_notifmsg;
12830                           if test "$enableval" = yes; then
12831                             wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
12832                           else
12833                             wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
12834                           fi
12835
12836 else
12837
12838                           wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
12839
12840 fi
12841
12842
12843           eval "$wx_cv_use_notifmsg"
12844
12845           if test x"$enablestring" = xdisable; then
12846             if test $wxUSE_NOTIFICATION_MESSAGE = no; then
12847               result=yes
12848             else
12849               result=no
12850             fi
12851           else
12852             result=$wxUSE_NOTIFICATION_MESSAGE
12853           fi
12854
12855           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12856 $as_echo "$result" >&6; }
12857
12858
12859           enablestring=
12860           defaultval=$wxUSE_ALL_FEATURES
12861           if test -z "$defaultval"; then
12862               if test x"$enablestring" = xdisable; then
12863                   defaultval=yes
12864               else
12865                   defaultval=no
12866               fi
12867           fi
12868
12869           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-odcombobox" >&5
12870 $as_echo_n "checking for --${enablestring:-enable}-odcombobox... " >&6; }
12871           # Check whether --enable-odcombobox was given.
12872 if test "${enable_odcombobox+set}" = set; then :
12873   enableval=$enable_odcombobox;
12874                           if test "$enableval" = yes; then
12875                             wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
12876                           else
12877                             wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
12878                           fi
12879
12880 else
12881
12882                           wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
12883
12884 fi
12885
12886
12887           eval "$wx_cv_use_odcombobox"
12888
12889           if test x"$enablestring" = xdisable; then
12890             if test $wxUSE_ODCOMBOBOX = no; then
12891               result=yes
12892             else
12893               result=no
12894             fi
12895           else
12896             result=$wxUSE_ODCOMBOBOX
12897           fi
12898
12899           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12900 $as_echo "$result" >&6; }
12901
12902
12903           enablestring=
12904           defaultval=$wxUSE_ALL_FEATURES
12905           if test -z "$defaultval"; then
12906               if test x"$enablestring" = xdisable; then
12907                   defaultval=yes
12908               else
12909                   defaultval=no
12910               fi
12911           fi
12912
12913           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-popupwin" >&5
12914 $as_echo_n "checking for --${enablestring:-enable}-popupwin... " >&6; }
12915           # Check whether --enable-popupwin was given.
12916 if test "${enable_popupwin+set}" = set; then :
12917   enableval=$enable_popupwin;
12918                           if test "$enableval" = yes; then
12919                             wx_cv_use_popupwin='wxUSE_POPUPWIN=yes'
12920                           else
12921                             wx_cv_use_popupwin='wxUSE_POPUPWIN=no'
12922                           fi
12923
12924 else
12925
12926                           wx_cv_use_popupwin='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
12927
12928 fi
12929
12930
12931           eval "$wx_cv_use_popupwin"
12932
12933           if test x"$enablestring" = xdisable; then
12934             if test $wxUSE_POPUPWIN = no; then
12935               result=yes
12936             else
12937               result=no
12938             fi
12939           else
12940             result=$wxUSE_POPUPWIN
12941           fi
12942
12943           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12944 $as_echo "$result" >&6; }
12945
12946
12947           enablestring=
12948           defaultval=$wxUSE_ALL_FEATURES
12949           if test -z "$defaultval"; then
12950               if test x"$enablestring" = xdisable; then
12951                   defaultval=yes
12952               else
12953                   defaultval=no
12954               fi
12955           fi
12956
12957           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-radiobox" >&5
12958 $as_echo_n "checking for --${enablestring:-enable}-radiobox... " >&6; }
12959           # Check whether --enable-radiobox was given.
12960 if test "${enable_radiobox+set}" = set; then :
12961   enableval=$enable_radiobox;
12962                           if test "$enableval" = yes; then
12963                             wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
12964                           else
12965                             wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
12966                           fi
12967
12968 else
12969
12970                           wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
12971
12972 fi
12973
12974
12975           eval "$wx_cv_use_radiobox"
12976
12977           if test x"$enablestring" = xdisable; then
12978             if test $wxUSE_RADIOBOX = no; then
12979               result=yes
12980             else
12981               result=no
12982             fi
12983           else
12984             result=$wxUSE_RADIOBOX
12985           fi
12986
12987           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12988 $as_echo "$result" >&6; }
12989
12990
12991           enablestring=
12992           defaultval=$wxUSE_ALL_FEATURES
12993           if test -z "$defaultval"; then
12994               if test x"$enablestring" = xdisable; then
12995                   defaultval=yes
12996               else
12997                   defaultval=no
12998               fi
12999           fi
13000
13001           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-radiobtn" >&5
13002 $as_echo_n "checking for --${enablestring:-enable}-radiobtn... " >&6; }
13003           # Check whether --enable-radiobtn was given.
13004 if test "${enable_radiobtn+set}" = set; then :
13005   enableval=$enable_radiobtn;
13006                           if test "$enableval" = yes; then
13007                             wx_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
13008                           else
13009                             wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
13010                           fi
13011
13012 else
13013
13014                           wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
13015
13016 fi
13017
13018
13019           eval "$wx_cv_use_radiobtn"
13020
13021           if test x"$enablestring" = xdisable; then
13022             if test $wxUSE_RADIOBTN = no; then
13023               result=yes
13024             else
13025               result=no
13026             fi
13027           else
13028             result=$wxUSE_RADIOBTN
13029           fi
13030
13031           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13032 $as_echo "$result" >&6; }
13033
13034
13035           enablestring=
13036           defaultval=$wxUSE_ALL_FEATURES
13037           if test -z "$defaultval"; then
13038               if test x"$enablestring" = xdisable; then
13039                   defaultval=yes
13040               else
13041                   defaultval=no
13042               fi
13043           fi
13044
13045           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richmsgdlg" >&5
13046 $as_echo_n "checking for --${enablestring:-enable}-richmsgdlg... " >&6; }
13047           # Check whether --enable-richmsgdlg was given.
13048 if test "${enable_richmsgdlg+set}" = set; then :
13049   enableval=$enable_richmsgdlg;
13050                           if test "$enableval" = yes; then
13051                             wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=yes'
13052                           else
13053                             wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=no'
13054                           fi
13055
13056 else
13057
13058                           wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=${'DEFAULT_wxUSE_RICHMSGDLG":-$defaultval}"
13059
13060 fi
13061
13062
13063           eval "$wx_cv_use_richmsgdlg"
13064
13065           if test x"$enablestring" = xdisable; then
13066             if test $wxUSE_RICHMSGDLG = no; then
13067               result=yes
13068             else
13069               result=no
13070             fi
13071           else
13072             result=$wxUSE_RICHMSGDLG
13073           fi
13074
13075           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13076 $as_echo "$result" >&6; }
13077
13078
13079           enablestring=
13080           defaultval=$wxUSE_ALL_FEATURES
13081           if test -z "$defaultval"; then
13082               if test x"$enablestring" = xdisable; then
13083                   defaultval=yes
13084               else
13085                   defaultval=no
13086               fi
13087           fi
13088
13089           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richtooltip" >&5
13090 $as_echo_n "checking for --${enablestring:-enable}-richtooltip... " >&6; }
13091           # Check whether --enable-richtooltip was given.
13092 if test "${enable_richtooltip+set}" = set; then :
13093   enableval=$enable_richtooltip;
13094                           if test "$enableval" = yes; then
13095                             wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=yes'
13096                           else
13097                             wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=no'
13098                           fi
13099
13100 else
13101
13102                           wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=${'DEFAULT_wxUSE_RICHTOOLTIP":-$defaultval}"
13103
13104 fi
13105
13106
13107           eval "$wx_cv_use_richtooltip"
13108
13109           if test x"$enablestring" = xdisable; then
13110             if test $wxUSE_RICHTOOLTIP = no; then
13111               result=yes
13112             else
13113               result=no
13114             fi
13115           else
13116             result=$wxUSE_RICHTOOLTIP
13117           fi
13118
13119           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13120 $as_echo "$result" >&6; }
13121
13122
13123           enablestring=
13124           defaultval=$wxUSE_ALL_FEATURES
13125           if test -z "$defaultval"; then
13126               if test x"$enablestring" = xdisable; then
13127                   defaultval=yes
13128               else
13129                   defaultval=no
13130               fi
13131           fi
13132
13133           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-rearrangectrl" >&5
13134 $as_echo_n "checking for --${enablestring:-enable}-rearrangectrl... " >&6; }
13135           # Check whether --enable-rearrangectrl was given.
13136 if test "${enable_rearrangectrl+set}" = set; then :
13137   enableval=$enable_rearrangectrl;
13138                           if test "$enableval" = yes; then
13139                             wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=yes'
13140                           else
13141                             wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=no'
13142                           fi
13143
13144 else
13145
13146                           wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
13147
13148 fi
13149
13150
13151           eval "$wx_cv_use_rearrangectrl"
13152
13153           if test x"$enablestring" = xdisable; then
13154             if test $wxUSE_REARRANGECTRL = no; then
13155               result=yes
13156             else
13157               result=no
13158             fi
13159           else
13160             result=$wxUSE_REARRANGECTRL
13161           fi
13162
13163           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13164 $as_echo "$result" >&6; }
13165
13166
13167           enablestring=
13168           defaultval=$wxUSE_ALL_FEATURES
13169           if test -z "$defaultval"; then
13170               if test x"$enablestring" = xdisable; then
13171                   defaultval=yes
13172               else
13173                   defaultval=no
13174               fi
13175           fi
13176
13177           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sash" >&5
13178 $as_echo_n "checking for --${enablestring:-enable}-sash... " >&6; }
13179           # Check whether --enable-sash was given.
13180 if test "${enable_sash+set}" = set; then :
13181   enableval=$enable_sash;
13182                           if test "$enableval" = yes; then
13183                             wx_cv_use_sash='wxUSE_SASH=yes'
13184                           else
13185                             wx_cv_use_sash='wxUSE_SASH=no'
13186                           fi
13187
13188 else
13189
13190                           wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
13191
13192 fi
13193
13194
13195           eval "$wx_cv_use_sash"
13196
13197           if test x"$enablestring" = xdisable; then
13198             if test $wxUSE_SASH = no; then
13199               result=yes
13200             else
13201               result=no
13202             fi
13203           else
13204             result=$wxUSE_SASH
13205           fi
13206
13207           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13208 $as_echo "$result" >&6; }
13209
13210
13211           enablestring=
13212           defaultval=$wxUSE_ALL_FEATURES
13213           if test -z "$defaultval"; then
13214               if test x"$enablestring" = xdisable; then
13215                   defaultval=yes
13216               else
13217                   defaultval=no
13218               fi
13219           fi
13220
13221           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-scrollbar" >&5
13222 $as_echo_n "checking for --${enablestring:-enable}-scrollbar... " >&6; }
13223           # Check whether --enable-scrollbar was given.
13224 if test "${enable_scrollbar+set}" = set; then :
13225   enableval=$enable_scrollbar;
13226                           if test "$enableval" = yes; then
13227                             wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
13228                           else
13229                             wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
13230                           fi
13231
13232 else
13233
13234                           wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
13235
13236 fi
13237
13238
13239           eval "$wx_cv_use_scrollbar"
13240
13241           if test x"$enablestring" = xdisable; then
13242             if test $wxUSE_SCROLLBAR = no; then
13243               result=yes
13244             else
13245               result=no
13246             fi
13247           else
13248             result=$wxUSE_SCROLLBAR
13249           fi
13250
13251           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13252 $as_echo "$result" >&6; }
13253
13254
13255           enablestring=
13256           defaultval=$wxUSE_ALL_FEATURES
13257           if test -z "$defaultval"; then
13258               if test x"$enablestring" = xdisable; then
13259                   defaultval=yes
13260               else
13261                   defaultval=no
13262               fi
13263           fi
13264
13265           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-searchctrl" >&5
13266 $as_echo_n "checking for --${enablestring:-enable}-searchctrl... " >&6; }
13267           # Check whether --enable-searchctrl was given.
13268 if test "${enable_searchctrl+set}" = set; then :
13269   enableval=$enable_searchctrl;
13270                           if test "$enableval" = yes; then
13271                             wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=yes'
13272                           else
13273                             wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=no'
13274                           fi
13275
13276 else
13277
13278                           wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
13279
13280 fi
13281
13282
13283           eval "$wx_cv_use_searchctrl"
13284
13285           if test x"$enablestring" = xdisable; then
13286             if test $wxUSE_SEARCHCTRL = no; then
13287               result=yes
13288             else
13289               result=no
13290             fi
13291           else
13292             result=$wxUSE_SEARCHCTRL
13293           fi
13294
13295           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13296 $as_echo "$result" >&6; }
13297
13298
13299           enablestring=
13300           defaultval=$wxUSE_ALL_FEATURES
13301           if test -z "$defaultval"; then
13302               if test x"$enablestring" = xdisable; then
13303                   defaultval=yes
13304               else
13305                   defaultval=no
13306               fi
13307           fi
13308
13309           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-slider" >&5
13310 $as_echo_n "checking for --${enablestring:-enable}-slider... " >&6; }
13311           # Check whether --enable-slider was given.
13312 if test "${enable_slider+set}" = set; then :
13313   enableval=$enable_slider;
13314                           if test "$enableval" = yes; then
13315                             wx_cv_use_slider='wxUSE_SLIDER=yes'
13316                           else
13317                             wx_cv_use_slider='wxUSE_SLIDER=no'
13318                           fi
13319
13320 else
13321
13322                           wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
13323
13324 fi
13325
13326
13327           eval "$wx_cv_use_slider"
13328
13329           if test x"$enablestring" = xdisable; then
13330             if test $wxUSE_SLIDER = no; then
13331               result=yes
13332             else
13333               result=no
13334             fi
13335           else
13336             result=$wxUSE_SLIDER
13337           fi
13338
13339           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13340 $as_echo "$result" >&6; }
13341
13342
13343           enablestring=
13344           defaultval=$wxUSE_ALL_FEATURES
13345           if test -z "$defaultval"; then
13346               if test x"$enablestring" = xdisable; then
13347                   defaultval=yes
13348               else
13349                   defaultval=no
13350               fi
13351           fi
13352
13353           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-spinbtn" >&5
13354 $as_echo_n "checking for --${enablestring:-enable}-spinbtn... " >&6; }
13355           # Check whether --enable-spinbtn was given.
13356 if test "${enable_spinbtn+set}" = set; then :
13357   enableval=$enable_spinbtn;
13358                           if test "$enableval" = yes; then
13359                             wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
13360                           else
13361                             wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
13362                           fi
13363
13364 else
13365
13366                           wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
13367
13368 fi
13369
13370
13371           eval "$wx_cv_use_spinbtn"
13372
13373           if test x"$enablestring" = xdisable; then
13374             if test $wxUSE_SPINBTN = no; then
13375               result=yes
13376             else
13377               result=no
13378             fi
13379           else
13380             result=$wxUSE_SPINBTN
13381           fi
13382
13383           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13384 $as_echo "$result" >&6; }
13385
13386
13387           enablestring=
13388           defaultval=$wxUSE_ALL_FEATURES
13389           if test -z "$defaultval"; then
13390               if test x"$enablestring" = xdisable; then
13391                   defaultval=yes
13392               else
13393                   defaultval=no
13394               fi
13395           fi
13396
13397           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-spinctrl" >&5
13398 $as_echo_n "checking for --${enablestring:-enable}-spinctrl... " >&6; }
13399           # Check whether --enable-spinctrl was given.
13400 if test "${enable_spinctrl+set}" = set; then :
13401   enableval=$enable_spinctrl;
13402                           if test "$enableval" = yes; then
13403                             wx_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
13404                           else
13405                             wx_cv_use_spinctrl='wxUSE_SPINCTRL=no'
13406                           fi
13407
13408 else
13409
13410                           wx_cv_use_spinctrl='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
13411
13412 fi
13413
13414
13415           eval "$wx_cv_use_spinctrl"
13416
13417           if test x"$enablestring" = xdisable; then
13418             if test $wxUSE_SPINCTRL = no; then
13419               result=yes
13420             else
13421               result=no
13422             fi
13423           else
13424             result=$wxUSE_SPINCTRL
13425           fi
13426
13427           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13428 $as_echo "$result" >&6; }
13429
13430
13431           enablestring=
13432           defaultval=$wxUSE_ALL_FEATURES
13433           if test -z "$defaultval"; then
13434               if test x"$enablestring" = xdisable; then
13435                   defaultval=yes
13436               else
13437                   defaultval=no
13438               fi
13439           fi
13440
13441           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splitter" >&5
13442 $as_echo_n "checking for --${enablestring:-enable}-splitter... " >&6; }
13443           # Check whether --enable-splitter was given.
13444 if test "${enable_splitter+set}" = set; then :
13445   enableval=$enable_splitter;
13446                           if test "$enableval" = yes; then
13447                             wx_cv_use_splitter='wxUSE_SPLITTER=yes'
13448                           else
13449                             wx_cv_use_splitter='wxUSE_SPLITTER=no'
13450                           fi
13451
13452 else
13453
13454                           wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
13455
13456 fi
13457
13458
13459           eval "$wx_cv_use_splitter"
13460
13461           if test x"$enablestring" = xdisable; then
13462             if test $wxUSE_SPLITTER = no; then
13463               result=yes
13464             else
13465               result=no
13466             fi
13467           else
13468             result=$wxUSE_SPLITTER
13469           fi
13470
13471           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13472 $as_echo "$result" >&6; }
13473
13474
13475           enablestring=
13476           defaultval=$wxUSE_ALL_FEATURES
13477           if test -z "$defaultval"; then
13478               if test x"$enablestring" = xdisable; then
13479                   defaultval=yes
13480               else
13481                   defaultval=no
13482               fi
13483           fi
13484
13485           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statbmp" >&5
13486 $as_echo_n "checking for --${enablestring:-enable}-statbmp... " >&6; }
13487           # Check whether --enable-statbmp was given.
13488 if test "${enable_statbmp+set}" = set; then :
13489   enableval=$enable_statbmp;
13490                           if test "$enableval" = yes; then
13491                             wx_cv_use_statbmp='wxUSE_STATBMP=yes'
13492                           else
13493                             wx_cv_use_statbmp='wxUSE_STATBMP=no'
13494                           fi
13495
13496 else
13497
13498                           wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
13499
13500 fi
13501
13502
13503           eval "$wx_cv_use_statbmp"
13504
13505           if test x"$enablestring" = xdisable; then
13506             if test $wxUSE_STATBMP = no; then
13507               result=yes
13508             else
13509               result=no
13510             fi
13511           else
13512             result=$wxUSE_STATBMP
13513           fi
13514
13515           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13516 $as_echo "$result" >&6; }
13517
13518
13519           enablestring=
13520           defaultval=$wxUSE_ALL_FEATURES
13521           if test -z "$defaultval"; then
13522               if test x"$enablestring" = xdisable; then
13523                   defaultval=yes
13524               else
13525                   defaultval=no
13526               fi
13527           fi
13528
13529           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statbox" >&5
13530 $as_echo_n "checking for --${enablestring:-enable}-statbox... " >&6; }
13531           # Check whether --enable-statbox was given.
13532 if test "${enable_statbox+set}" = set; then :
13533   enableval=$enable_statbox;
13534                           if test "$enableval" = yes; then
13535                             wx_cv_use_statbox='wxUSE_STATBOX=yes'
13536                           else
13537                             wx_cv_use_statbox='wxUSE_STATBOX=no'
13538                           fi
13539
13540 else
13541
13542                           wx_cv_use_statbox='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
13543
13544 fi
13545
13546
13547           eval "$wx_cv_use_statbox"
13548
13549           if test x"$enablestring" = xdisable; then
13550             if test $wxUSE_STATBOX = no; then
13551               result=yes
13552             else
13553               result=no
13554             fi
13555           else
13556             result=$wxUSE_STATBOX
13557           fi
13558
13559           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13560 $as_echo "$result" >&6; }
13561
13562
13563           enablestring=
13564           defaultval=$wxUSE_ALL_FEATURES
13565           if test -z "$defaultval"; then
13566               if test x"$enablestring" = xdisable; then
13567                   defaultval=yes
13568               else
13569                   defaultval=no
13570               fi
13571           fi
13572
13573           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statline" >&5
13574 $as_echo_n "checking for --${enablestring:-enable}-statline... " >&6; }
13575           # Check whether --enable-statline was given.
13576 if test "${enable_statline+set}" = set; then :
13577   enableval=$enable_statline;
13578                           if test "$enableval" = yes; then
13579                             wx_cv_use_statline='wxUSE_STATLINE=yes'
13580                           else
13581                             wx_cv_use_statline='wxUSE_STATLINE=no'
13582                           fi
13583
13584 else
13585
13586                           wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
13587
13588 fi
13589
13590
13591           eval "$wx_cv_use_statline"
13592
13593           if test x"$enablestring" = xdisable; then
13594             if test $wxUSE_STATLINE = no; then
13595               result=yes
13596             else
13597               result=no
13598             fi
13599           else
13600             result=$wxUSE_STATLINE
13601           fi
13602
13603           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13604 $as_echo "$result" >&6; }
13605
13606
13607           enablestring=
13608           defaultval=$wxUSE_ALL_FEATURES
13609           if test -z "$defaultval"; then
13610               if test x"$enablestring" = xdisable; then
13611                   defaultval=yes
13612               else
13613                   defaultval=no
13614               fi
13615           fi
13616
13617           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stattext" >&5
13618 $as_echo_n "checking for --${enablestring:-enable}-stattext... " >&6; }
13619           # Check whether --enable-stattext was given.
13620 if test "${enable_stattext+set}" = set; then :
13621   enableval=$enable_stattext;
13622                           if test "$enableval" = yes; then
13623                             wx_cv_use_stattext='wxUSE_STATTEXT=yes'
13624                           else
13625                             wx_cv_use_stattext='wxUSE_STATTEXT=no'
13626                           fi
13627
13628 else
13629
13630                           wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
13631
13632 fi
13633
13634
13635           eval "$wx_cv_use_stattext"
13636
13637           if test x"$enablestring" = xdisable; then
13638             if test $wxUSE_STATTEXT = no; then
13639               result=yes
13640             else
13641               result=no
13642             fi
13643           else
13644             result=$wxUSE_STATTEXT
13645           fi
13646
13647           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13648 $as_echo "$result" >&6; }
13649
13650
13651           enablestring=
13652           defaultval=$wxUSE_ALL_FEATURES
13653           if test -z "$defaultval"; then
13654               if test x"$enablestring" = xdisable; then
13655                   defaultval=yes
13656               else
13657                   defaultval=no
13658               fi
13659           fi
13660
13661           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statusbar" >&5
13662 $as_echo_n "checking for --${enablestring:-enable}-statusbar... " >&6; }
13663           # Check whether --enable-statusbar was given.
13664 if test "${enable_statusbar+set}" = set; then :
13665   enableval=$enable_statusbar;
13666                           if test "$enableval" = yes; then
13667                             wx_cv_use_statusbar='wxUSE_STATUSBAR=yes'
13668                           else
13669                             wx_cv_use_statusbar='wxUSE_STATUSBAR=no'
13670                           fi
13671
13672 else
13673
13674                           wx_cv_use_statusbar='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
13675
13676 fi
13677
13678
13679           eval "$wx_cv_use_statusbar"
13680
13681           if test x"$enablestring" = xdisable; then
13682             if test $wxUSE_STATUSBAR = no; then
13683               result=yes
13684             else
13685               result=no
13686             fi
13687           else
13688             result=$wxUSE_STATUSBAR
13689           fi
13690
13691           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13692 $as_echo "$result" >&6; }
13693
13694
13695           enablestring=
13696           defaultval=$wxUSE_ALL_FEATURES
13697           if test -z "$defaultval"; then
13698               if test x"$enablestring" = xdisable; then
13699                   defaultval=yes
13700               else
13701                   defaultval=no
13702               fi
13703           fi
13704
13705           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-taskbaricon" >&5
13706 $as_echo_n "checking for --${enablestring:-enable}-taskbaricon... " >&6; }
13707           # Check whether --enable-taskbaricon was given.
13708 if test "${enable_taskbaricon+set}" = set; then :
13709   enableval=$enable_taskbaricon;
13710                           if test "$enableval" = yes; then
13711                             wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
13712                           else
13713                             wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
13714                           fi
13715
13716 else
13717
13718                           wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
13719
13720 fi
13721
13722
13723           eval "$wx_cv_use_taskbaricon"
13724
13725           if test x"$enablestring" = xdisable; then
13726             if test $wxUSE_TASKBARICON = no; then
13727               result=yes
13728             else
13729               result=no
13730             fi
13731           else
13732             result=$wxUSE_TASKBARICON
13733           fi
13734
13735           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13736 $as_echo "$result" >&6; }
13737
13738
13739           enablestring=
13740           defaultval=$wxUSE_ALL_FEATURES
13741           if test -z "$defaultval"; then
13742               if test x"$enablestring" = xdisable; then
13743                   defaultval=yes
13744               else
13745                   defaultval=no
13746               fi
13747           fi
13748
13749           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tbarnative" >&5
13750 $as_echo_n "checking for --${enablestring:-enable}-tbarnative... " >&6; }
13751           # Check whether --enable-tbarnative was given.
13752 if test "${enable_tbarnative+set}" = set; then :
13753   enableval=$enable_tbarnative;
13754                           if test "$enableval" = yes; then
13755                             wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
13756                           else
13757                             wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
13758                           fi
13759
13760 else
13761
13762                           wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
13763
13764 fi
13765
13766
13767           eval "$wx_cv_use_tbarnative"
13768
13769           if test x"$enablestring" = xdisable; then
13770             if test $wxUSE_TOOLBAR_NATIVE = no; then
13771               result=yes
13772             else
13773               result=no
13774             fi
13775           else
13776             result=$wxUSE_TOOLBAR_NATIVE
13777           fi
13778
13779           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13780 $as_echo "$result" >&6; }
13781
13782
13783           enablestring=
13784           defaultval=$wxUSE_ALL_FEATURES
13785           if test -z "$defaultval"; then
13786               if test x"$enablestring" = xdisable; then
13787                   defaultval=yes
13788               else
13789                   defaultval=no
13790               fi
13791           fi
13792
13793           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textctrl" >&5
13794 $as_echo_n "checking for --${enablestring:-enable}-textctrl... " >&6; }
13795           # Check whether --enable-textctrl was given.
13796 if test "${enable_textctrl+set}" = set; then :
13797   enableval=$enable_textctrl;
13798                           if test "$enableval" = yes; then
13799                             wx_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
13800                           else
13801                             wx_cv_use_textctrl='wxUSE_TEXTCTRL=no'
13802                           fi
13803
13804 else
13805
13806                           wx_cv_use_textctrl='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
13807
13808 fi
13809
13810
13811           eval "$wx_cv_use_textctrl"
13812
13813           if test x"$enablestring" = xdisable; then
13814             if test $wxUSE_TEXTCTRL = no; then
13815               result=yes
13816             else
13817               result=no
13818             fi
13819           else
13820             result=$wxUSE_TEXTCTRL
13821           fi
13822
13823           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13824 $as_echo "$result" >&6; }
13825
13826
13827           enablestring=
13828           defaultval=$wxUSE_ALL_FEATURES
13829           if test -z "$defaultval"; then
13830               if test x"$enablestring" = xdisable; then
13831                   defaultval=yes
13832               else
13833                   defaultval=no
13834               fi
13835           fi
13836
13837           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-datepick" >&5
13838 $as_echo_n "checking for --${enablestring:-enable}-datepick... " >&6; }
13839           # Check whether --enable-datepick was given.
13840 if test "${enable_datepick+set}" = set; then :
13841   enableval=$enable_datepick;
13842                           if test "$enableval" = yes; then
13843                             wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=yes'
13844                           else
13845                             wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=no'
13846                           fi
13847
13848 else
13849
13850                           wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=${'DEFAULT_wxUSE_TIMEPICKCTRL":-$defaultval}"
13851
13852 fi
13853
13854
13855           eval "$wx_cv_use_datepick"
13856
13857           if test x"$enablestring" = xdisable; then
13858             if test $wxUSE_TIMEPICKCTRL = no; then
13859               result=yes
13860             else
13861               result=no
13862             fi
13863           else
13864             result=$wxUSE_TIMEPICKCTRL
13865           fi
13866
13867           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13868 $as_echo "$result" >&6; }
13869
13870
13871           enablestring=
13872           defaultval=$wxUSE_ALL_FEATURES
13873           if test -z "$defaultval"; then
13874               if test x"$enablestring" = xdisable; then
13875                   defaultval=yes
13876               else
13877                   defaultval=no
13878               fi
13879           fi
13880
13881           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tipwindow" >&5
13882 $as_echo_n "checking for --${enablestring:-enable}-tipwindow... " >&6; }
13883           # Check whether --enable-tipwindow was given.
13884 if test "${enable_tipwindow+set}" = set; then :
13885   enableval=$enable_tipwindow;
13886                           if test "$enableval" = yes; then
13887                             wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
13888                           else
13889                             wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
13890                           fi
13891
13892 else
13893
13894                           wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
13895
13896 fi
13897
13898
13899           eval "$wx_cv_use_tipwindow"
13900
13901           if test x"$enablestring" = xdisable; then
13902             if test $wxUSE_TIPWINDOW = no; then
13903               result=yes
13904             else
13905               result=no
13906             fi
13907           else
13908             result=$wxUSE_TIPWINDOW
13909           fi
13910
13911           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13912 $as_echo "$result" >&6; }
13913
13914
13915           enablestring=
13916           defaultval=$wxUSE_ALL_FEATURES
13917           if test -z "$defaultval"; then
13918               if test x"$enablestring" = xdisable; then
13919                   defaultval=yes
13920               else
13921                   defaultval=no
13922               fi
13923           fi
13924
13925           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-togglebtn" >&5
13926 $as_echo_n "checking for --${enablestring:-enable}-togglebtn... " >&6; }
13927           # Check whether --enable-togglebtn was given.
13928 if test "${enable_togglebtn+set}" = set; then :
13929   enableval=$enable_togglebtn;
13930                           if test "$enableval" = yes; then
13931                             wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
13932                           else
13933                             wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
13934                           fi
13935
13936 else
13937
13938                           wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
13939
13940 fi
13941
13942
13943           eval "$wx_cv_use_togglebtn"
13944
13945           if test x"$enablestring" = xdisable; then
13946             if test $wxUSE_TOGGLEBTN = no; then
13947               result=yes
13948             else
13949               result=no
13950             fi
13951           else
13952             result=$wxUSE_TOGGLEBTN
13953           fi
13954
13955           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13956 $as_echo "$result" >&6; }
13957
13958
13959           enablestring=
13960           defaultval=$wxUSE_ALL_FEATURES
13961           if test -z "$defaultval"; then
13962               if test x"$enablestring" = xdisable; then
13963                   defaultval=yes
13964               else
13965                   defaultval=no
13966               fi
13967           fi
13968
13969           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-toolbar" >&5
13970 $as_echo_n "checking for --${enablestring:-enable}-toolbar... " >&6; }
13971           # Check whether --enable-toolbar was given.
13972 if test "${enable_toolbar+set}" = set; then :
13973   enableval=$enable_toolbar;
13974                           if test "$enableval" = yes; then
13975                             wx_cv_use_toolbar='wxUSE_TOOLBAR=yes'
13976                           else
13977                             wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
13978                           fi
13979
13980 else
13981
13982                           wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
13983
13984 fi
13985
13986
13987           eval "$wx_cv_use_toolbar"
13988
13989           if test x"$enablestring" = xdisable; then
13990             if test $wxUSE_TOOLBAR = no; then
13991               result=yes
13992             else
13993               result=no
13994             fi
13995           else
13996             result=$wxUSE_TOOLBAR
13997           fi
13998
13999           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14000 $as_echo "$result" >&6; }
14001
14002
14003           enablestring=
14004           defaultval=$wxUSE_ALL_FEATURES
14005           if test -z "$defaultval"; then
14006               if test x"$enablestring" = xdisable; then
14007                   defaultval=yes
14008               else
14009                   defaultval=no
14010               fi
14011           fi
14012
14013           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-toolbook" >&5
14014 $as_echo_n "checking for --${enablestring:-enable}-toolbook... " >&6; }
14015           # Check whether --enable-toolbook was given.
14016 if test "${enable_toolbook+set}" = set; then :
14017   enableval=$enable_toolbook;
14018                           if test "$enableval" = yes; then
14019                             wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
14020                           else
14021                             wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
14022                           fi
14023
14024 else
14025
14026                           wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
14027
14028 fi
14029
14030
14031           eval "$wx_cv_use_toolbook"
14032
14033           if test x"$enablestring" = xdisable; then
14034             if test $wxUSE_TOOLBOOK = no; then
14035               result=yes
14036             else
14037               result=no
14038             fi
14039           else
14040             result=$wxUSE_TOOLBOOK
14041           fi
14042
14043           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14044 $as_echo "$result" >&6; }
14045
14046
14047           enablestring=
14048           defaultval=$wxUSE_ALL_FEATURES
14049           if test -z "$defaultval"; then
14050               if test x"$enablestring" = xdisable; then
14051                   defaultval=yes
14052               else
14053                   defaultval=no
14054               fi
14055           fi
14056
14057           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treebook" >&5
14058 $as_echo_n "checking for --${enablestring:-enable}-treebook... " >&6; }
14059           # Check whether --enable-treebook was given.
14060 if test "${enable_treebook+set}" = set; then :
14061   enableval=$enable_treebook;
14062                           if test "$enableval" = yes; then
14063                             wx_cv_use_treebook='wxUSE_TREEBOOK=yes'
14064                           else
14065                             wx_cv_use_treebook='wxUSE_TREEBOOK=no'
14066                           fi
14067
14068 else
14069
14070                           wx_cv_use_treebook='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
14071
14072 fi
14073
14074
14075           eval "$wx_cv_use_treebook"
14076
14077           if test x"$enablestring" = xdisable; then
14078             if test $wxUSE_TREEBOOK = no; then
14079               result=yes
14080             else
14081               result=no
14082             fi
14083           else
14084             result=$wxUSE_TREEBOOK
14085           fi
14086
14087           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14088 $as_echo "$result" >&6; }
14089
14090
14091           enablestring=
14092           defaultval=$wxUSE_ALL_FEATURES
14093           if test -z "$defaultval"; then
14094               if test x"$enablestring" = xdisable; then
14095                   defaultval=yes
14096               else
14097                   defaultval=no
14098               fi
14099           fi
14100
14101           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treectrl" >&5
14102 $as_echo_n "checking for --${enablestring:-enable}-treectrl... " >&6; }
14103           # Check whether --enable-treectrl was given.
14104 if test "${enable_treectrl+set}" = set; then :
14105   enableval=$enable_treectrl;
14106                           if test "$enableval" = yes; then
14107                             wx_cv_use_treectrl='wxUSE_TREECTRL=yes'
14108                           else
14109                             wx_cv_use_treectrl='wxUSE_TREECTRL=no'
14110                           fi
14111
14112 else
14113
14114                           wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
14115
14116 fi
14117
14118
14119           eval "$wx_cv_use_treectrl"
14120
14121           if test x"$enablestring" = xdisable; then
14122             if test $wxUSE_TREECTRL = no; then
14123               result=yes
14124             else
14125               result=no
14126             fi
14127           else
14128             result=$wxUSE_TREECTRL
14129           fi
14130
14131           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14132 $as_echo "$result" >&6; }
14133
14134
14135           enablestring=
14136           defaultval=$wxUSE_ALL_FEATURES
14137           if test -z "$defaultval"; then
14138               if test x"$enablestring" = xdisable; then
14139                   defaultval=yes
14140               else
14141                   defaultval=no
14142               fi
14143           fi
14144
14145           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treelist" >&5
14146 $as_echo_n "checking for --${enablestring:-enable}-treelist... " >&6; }
14147           # Check whether --enable-treelist was given.
14148 if test "${enable_treelist+set}" = set; then :
14149   enableval=$enable_treelist;
14150                           if test "$enableval" = yes; then
14151                             wx_cv_use_treelist='wxUSE_TREELISTCTRL=yes'
14152                           else
14153                             wx_cv_use_treelist='wxUSE_TREELISTCTRL=no'
14154                           fi
14155
14156 else
14157
14158                           wx_cv_use_treelist='wxUSE_TREELISTCTRL=${'DEFAULT_wxUSE_TREELISTCTRL":-$defaultval}"
14159
14160 fi
14161
14162
14163           eval "$wx_cv_use_treelist"
14164
14165           if test x"$enablestring" = xdisable; then
14166             if test $wxUSE_TREELISTCTRL = no; then
14167               result=yes
14168             else
14169               result=no
14170             fi
14171           else
14172             result=$wxUSE_TREELISTCTRL
14173           fi
14174
14175           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14176 $as_echo "$result" >&6; }
14177
14178
14179
14180
14181           enablestring=
14182           defaultval=$wxUSE_ALL_FEATURES
14183           if test -z "$defaultval"; then
14184               if test x"$enablestring" = xdisable; then
14185                   defaultval=yes
14186               else
14187                   defaultval=no
14188               fi
14189           fi
14190
14191           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-commondlg" >&5
14192 $as_echo_n "checking for --${enablestring:-enable}-commondlg... " >&6; }
14193           # Check whether --enable-commondlg was given.
14194 if test "${enable_commondlg+set}" = set; then :
14195   enableval=$enable_commondlg;
14196                           if test "$enableval" = yes; then
14197                             wx_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
14198                           else
14199                             wx_cv_use_commondlg='wxUSE_COMMONDLGS=no'
14200                           fi
14201
14202 else
14203
14204                           wx_cv_use_commondlg='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
14205
14206 fi
14207
14208
14209           eval "$wx_cv_use_commondlg"
14210
14211           if test x"$enablestring" = xdisable; then
14212             if test $wxUSE_COMMONDLGS = no; then
14213               result=yes
14214             else
14215               result=no
14216             fi
14217           else
14218             result=$wxUSE_COMMONDLGS
14219           fi
14220
14221           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14222 $as_echo "$result" >&6; }
14223
14224
14225           enablestring=
14226           defaultval=$wxUSE_ALL_FEATURES
14227           if test -z "$defaultval"; then
14228               if test x"$enablestring" = xdisable; then
14229                   defaultval=yes
14230               else
14231                   defaultval=no
14232               fi
14233           fi
14234
14235           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-aboutdlg" >&5
14236 $as_echo_n "checking for --${enablestring:-enable}-aboutdlg... " >&6; }
14237           # Check whether --enable-aboutdlg was given.
14238 if test "${enable_aboutdlg+set}" = set; then :
14239   enableval=$enable_aboutdlg;
14240                           if test "$enableval" = yes; then
14241                             wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=yes'
14242                           else
14243                             wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
14244                           fi
14245
14246 else
14247
14248                           wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
14249
14250 fi
14251
14252
14253           eval "$wx_cv_use_aboutdlg"
14254
14255           if test x"$enablestring" = xdisable; then
14256             if test $wxUSE_ABOUTDLG = no; then
14257               result=yes
14258             else
14259               result=no
14260             fi
14261           else
14262             result=$wxUSE_ABOUTDLG
14263           fi
14264
14265           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14266 $as_echo "$result" >&6; }
14267
14268
14269           enablestring=
14270           defaultval=$wxUSE_ALL_FEATURES
14271           if test -z "$defaultval"; then
14272               if test x"$enablestring" = xdisable; then
14273                   defaultval=yes
14274               else
14275                   defaultval=no
14276               fi
14277           fi
14278
14279           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choicedlg" >&5
14280 $as_echo_n "checking for --${enablestring:-enable}-choicedlg... " >&6; }
14281           # Check whether --enable-choicedlg was given.
14282 if test "${enable_choicedlg+set}" = set; then :
14283   enableval=$enable_choicedlg;
14284                           if test "$enableval" = yes; then
14285                             wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
14286                           else
14287                             wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
14288                           fi
14289
14290 else
14291
14292                           wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
14293
14294 fi
14295
14296
14297           eval "$wx_cv_use_choicedlg"
14298
14299           if test x"$enablestring" = xdisable; then
14300             if test $wxUSE_CHOICEDLG = no; then
14301               result=yes
14302             else
14303               result=no
14304             fi
14305           else
14306             result=$wxUSE_CHOICEDLG
14307           fi
14308
14309           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14310 $as_echo "$result" >&6; }
14311
14312
14313           enablestring=
14314           defaultval=$wxUSE_ALL_FEATURES
14315           if test -z "$defaultval"; then
14316               if test x"$enablestring" = xdisable; then
14317                   defaultval=yes
14318               else
14319                   defaultval=no
14320               fi
14321           fi
14322
14323           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-coldlg" >&5
14324 $as_echo_n "checking for --${enablestring:-enable}-coldlg... " >&6; }
14325           # Check whether --enable-coldlg was given.
14326 if test "${enable_coldlg+set}" = set; then :
14327   enableval=$enable_coldlg;
14328                           if test "$enableval" = yes; then
14329                             wx_cv_use_coldlg='wxUSE_COLOURDLG=yes'
14330                           else
14331                             wx_cv_use_coldlg='wxUSE_COLOURDLG=no'
14332                           fi
14333
14334 else
14335
14336                           wx_cv_use_coldlg='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
14337
14338 fi
14339
14340
14341           eval "$wx_cv_use_coldlg"
14342
14343           if test x"$enablestring" = xdisable; then
14344             if test $wxUSE_COLOURDLG = no; then
14345               result=yes
14346             else
14347               result=no
14348             fi
14349           else
14350             result=$wxUSE_COLOURDLG
14351           fi
14352
14353           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14354 $as_echo "$result" >&6; }
14355
14356
14357           enablestring=
14358           defaultval=$wxUSE_ALL_FEATURES
14359           if test -z "$defaultval"; then
14360               if test x"$enablestring" = xdisable; then
14361                   defaultval=yes
14362               else
14363                   defaultval=no
14364               fi
14365           fi
14366
14367           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filedlg" >&5
14368 $as_echo_n "checking for --${enablestring:-enable}-filedlg... " >&6; }
14369           # Check whether --enable-filedlg was given.
14370 if test "${enable_filedlg+set}" = set; then :
14371   enableval=$enable_filedlg;
14372                           if test "$enableval" = yes; then
14373                             wx_cv_use_filedlg='wxUSE_FILEDLG=yes'
14374                           else
14375                             wx_cv_use_filedlg='wxUSE_FILEDLG=no'
14376                           fi
14377
14378 else
14379
14380                           wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
14381
14382 fi
14383
14384
14385           eval "$wx_cv_use_filedlg"
14386
14387           if test x"$enablestring" = xdisable; then
14388             if test $wxUSE_FILEDLG = no; then
14389               result=yes
14390             else
14391               result=no
14392             fi
14393           else
14394             result=$wxUSE_FILEDLG
14395           fi
14396
14397           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14398 $as_echo "$result" >&6; }
14399
14400
14401           enablestring=
14402           defaultval=$wxUSE_ALL_FEATURES
14403           if test -z "$defaultval"; then
14404               if test x"$enablestring" = xdisable; then
14405                   defaultval=yes
14406               else
14407                   defaultval=no
14408               fi
14409           fi
14410
14411           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-finddlg" >&5
14412 $as_echo_n "checking for --${enablestring:-enable}-finddlg... " >&6; }
14413           # Check whether --enable-finddlg was given.
14414 if test "${enable_finddlg+set}" = set; then :
14415   enableval=$enable_finddlg;
14416                           if test "$enableval" = yes; then
14417                             wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
14418                           else
14419                             wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
14420                           fi
14421
14422 else
14423
14424                           wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
14425
14426 fi
14427
14428
14429           eval "$wx_cv_use_finddlg"
14430
14431           if test x"$enablestring" = xdisable; then
14432             if test $wxUSE_FINDREPLDLG = no; then
14433               result=yes
14434             else
14435               result=no
14436             fi
14437           else
14438             result=$wxUSE_FINDREPLDLG
14439           fi
14440
14441           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14442 $as_echo "$result" >&6; }
14443
14444
14445           enablestring=
14446           defaultval=$wxUSE_ALL_FEATURES
14447           if test -z "$defaultval"; then
14448               if test x"$enablestring" = xdisable; then
14449                   defaultval=yes
14450               else
14451                   defaultval=no
14452               fi
14453           fi
14454
14455           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontdlg" >&5
14456 $as_echo_n "checking for --${enablestring:-enable}-fontdlg... " >&6; }
14457           # Check whether --enable-fontdlg was given.
14458 if test "${enable_fontdlg+set}" = set; then :
14459   enableval=$enable_fontdlg;
14460                           if test "$enableval" = yes; then
14461                             wx_cv_use_fontdlg='wxUSE_FONTDLG=yes'
14462                           else
14463                             wx_cv_use_fontdlg='wxUSE_FONTDLG=no'
14464                           fi
14465
14466 else
14467
14468                           wx_cv_use_fontdlg='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
14469
14470 fi
14471
14472
14473           eval "$wx_cv_use_fontdlg"
14474
14475           if test x"$enablestring" = xdisable; then
14476             if test $wxUSE_FONTDLG = no; then
14477               result=yes
14478             else
14479               result=no
14480             fi
14481           else
14482             result=$wxUSE_FONTDLG
14483           fi
14484
14485           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14486 $as_echo "$result" >&6; }
14487
14488
14489           enablestring=
14490           defaultval=$wxUSE_ALL_FEATURES
14491           if test -z "$defaultval"; then
14492               if test x"$enablestring" = xdisable; then
14493                   defaultval=yes
14494               else
14495                   defaultval=no
14496               fi
14497           fi
14498
14499           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dirdlg" >&5
14500 $as_echo_n "checking for --${enablestring:-enable}-dirdlg... " >&6; }
14501           # Check whether --enable-dirdlg was given.
14502 if test "${enable_dirdlg+set}" = set; then :
14503   enableval=$enable_dirdlg;
14504                           if test "$enableval" = yes; then
14505                             wx_cv_use_dirdlg='wxUSE_DIRDLG=yes'
14506                           else
14507                             wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
14508                           fi
14509
14510 else
14511
14512                           wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
14513
14514 fi
14515
14516
14517           eval "$wx_cv_use_dirdlg"
14518
14519           if test x"$enablestring" = xdisable; then
14520             if test $wxUSE_DIRDLG = no; then
14521               result=yes
14522             else
14523               result=no
14524             fi
14525           else
14526             result=$wxUSE_DIRDLG
14527           fi
14528
14529           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14530 $as_echo "$result" >&6; }
14531
14532
14533           enablestring=
14534           defaultval=$wxUSE_ALL_FEATURES
14535           if test -z "$defaultval"; then
14536               if test x"$enablestring" = xdisable; then
14537                   defaultval=yes
14538               else
14539                   defaultval=no
14540               fi
14541           fi
14542
14543           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-msgdlg" >&5
14544 $as_echo_n "checking for --${enablestring:-enable}-msgdlg... " >&6; }
14545           # Check whether --enable-msgdlg was given.
14546 if test "${enable_msgdlg+set}" = set; then :
14547   enableval=$enable_msgdlg;
14548                           if test "$enableval" = yes; then
14549                             wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
14550                           else
14551                             wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
14552                           fi
14553
14554 else
14555
14556                           wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
14557
14558 fi
14559
14560
14561           eval "$wx_cv_use_msgdlg"
14562
14563           if test x"$enablestring" = xdisable; then
14564             if test $wxUSE_MSGDLG = no; then
14565               result=yes
14566             else
14567               result=no
14568             fi
14569           else
14570             result=$wxUSE_MSGDLG
14571           fi
14572
14573           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14574 $as_echo "$result" >&6; }
14575
14576
14577           enablestring=
14578           defaultval=$wxUSE_ALL_FEATURES
14579           if test -z "$defaultval"; then
14580               if test x"$enablestring" = xdisable; then
14581                   defaultval=yes
14582               else
14583                   defaultval=no
14584               fi
14585           fi
14586
14587           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-numberdlg" >&5
14588 $as_echo_n "checking for --${enablestring:-enable}-numberdlg... " >&6; }
14589           # Check whether --enable-numberdlg was given.
14590 if test "${enable_numberdlg+set}" = set; then :
14591   enableval=$enable_numberdlg;
14592                           if test "$enableval" = yes; then
14593                             wx_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
14594                           else
14595                             wx_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
14596                           fi
14597
14598 else
14599
14600                           wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
14601
14602 fi
14603
14604
14605           eval "$wx_cv_use_numberdlg"
14606
14607           if test x"$enablestring" = xdisable; then
14608             if test $wxUSE_NUMBERDLG = no; then
14609               result=yes
14610             else
14611               result=no
14612             fi
14613           else
14614             result=$wxUSE_NUMBERDLG
14615           fi
14616
14617           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14618 $as_echo "$result" >&6; }
14619
14620
14621           enablestring=
14622           defaultval=$wxUSE_ALL_FEATURES
14623           if test -z "$defaultval"; then
14624               if test x"$enablestring" = xdisable; then
14625                   defaultval=yes
14626               else
14627                   defaultval=no
14628               fi
14629           fi
14630
14631           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splash" >&5
14632 $as_echo_n "checking for --${enablestring:-enable}-splash... " >&6; }
14633           # Check whether --enable-splash was given.
14634 if test "${enable_splash+set}" = set; then :
14635   enableval=$enable_splash;
14636                           if test "$enableval" = yes; then
14637                             wx_cv_use_splash='wxUSE_SPLASH=yes'
14638                           else
14639                             wx_cv_use_splash='wxUSE_SPLASH=no'
14640                           fi
14641
14642 else
14643
14644                           wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
14645
14646 fi
14647
14648
14649           eval "$wx_cv_use_splash"
14650
14651           if test x"$enablestring" = xdisable; then
14652             if test $wxUSE_SPLASH = no; then
14653               result=yes
14654             else
14655               result=no
14656             fi
14657           else
14658             result=$wxUSE_SPLASH
14659           fi
14660
14661           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14662 $as_echo "$result" >&6; }
14663
14664
14665           enablestring=
14666           defaultval=$wxUSE_ALL_FEATURES
14667           if test -z "$defaultval"; then
14668               if test x"$enablestring" = xdisable; then
14669                   defaultval=yes
14670               else
14671                   defaultval=no
14672               fi
14673           fi
14674
14675           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textdlg" >&5
14676 $as_echo_n "checking for --${enablestring:-enable}-textdlg... " >&6; }
14677           # Check whether --enable-textdlg was given.
14678 if test "${enable_textdlg+set}" = set; then :
14679   enableval=$enable_textdlg;
14680                           if test "$enableval" = yes; then
14681                             wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
14682                           else
14683                             wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
14684                           fi
14685
14686 else
14687
14688                           wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
14689
14690 fi
14691
14692
14693           eval "$wx_cv_use_textdlg"
14694
14695           if test x"$enablestring" = xdisable; then
14696             if test $wxUSE_TEXTDLG = no; then
14697               result=yes
14698             else
14699               result=no
14700             fi
14701           else
14702             result=$wxUSE_TEXTDLG
14703           fi
14704
14705           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14706 $as_echo "$result" >&6; }
14707
14708
14709           enablestring=
14710           defaultval=$wxUSE_ALL_FEATURES
14711           if test -z "$defaultval"; then
14712               if test x"$enablestring" = xdisable; then
14713                   defaultval=yes
14714               else
14715                   defaultval=no
14716               fi
14717           fi
14718
14719           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tipdlg" >&5
14720 $as_echo_n "checking for --${enablestring:-enable}-tipdlg... " >&6; }
14721           # Check whether --enable-tipdlg was given.
14722 if test "${enable_tipdlg+set}" = set; then :
14723   enableval=$enable_tipdlg;
14724                           if test "$enableval" = yes; then
14725                             wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
14726                           else
14727                             wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
14728                           fi
14729
14730 else
14731
14732                           wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
14733
14734 fi
14735
14736
14737           eval "$wx_cv_use_tipdlg"
14738
14739           if test x"$enablestring" = xdisable; then
14740             if test $wxUSE_STARTUP_TIPS = no; then
14741               result=yes
14742             else
14743               result=no
14744             fi
14745           else
14746             result=$wxUSE_STARTUP_TIPS
14747           fi
14748
14749           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14750 $as_echo "$result" >&6; }
14751
14752
14753           enablestring=
14754           defaultval=$wxUSE_ALL_FEATURES
14755           if test -z "$defaultval"; then
14756               if test x"$enablestring" = xdisable; then
14757                   defaultval=yes
14758               else
14759                   defaultval=no
14760               fi
14761           fi
14762
14763           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-progressdlg" >&5
14764 $as_echo_n "checking for --${enablestring:-enable}-progressdlg... " >&6; }
14765           # Check whether --enable-progressdlg was given.
14766 if test "${enable_progressdlg+set}" = set; then :
14767   enableval=$enable_progressdlg;
14768                           if test "$enableval" = yes; then
14769                             wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
14770                           else
14771                             wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
14772                           fi
14773
14774 else
14775
14776                           wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
14777
14778 fi
14779
14780
14781           eval "$wx_cv_use_progressdlg"
14782
14783           if test x"$enablestring" = xdisable; then
14784             if test $wxUSE_PROGRESSDLG = no; then
14785               result=yes
14786             else
14787               result=no
14788             fi
14789           else
14790             result=$wxUSE_PROGRESSDLG
14791           fi
14792
14793           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14794 $as_echo "$result" >&6; }
14795
14796
14797           enablestring=
14798           defaultval=$wxUSE_ALL_FEATURES
14799           if test -z "$defaultval"; then
14800               if test x"$enablestring" = xdisable; then
14801                   defaultval=yes
14802               else
14803                   defaultval=no
14804               fi
14805           fi
14806
14807           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-wizarddlg" >&5
14808 $as_echo_n "checking for --${enablestring:-enable}-wizarddlg... " >&6; }
14809           # Check whether --enable-wizarddlg was given.
14810 if test "${enable_wizarddlg+set}" = set; then :
14811   enableval=$enable_wizarddlg;
14812                           if test "$enableval" = yes; then
14813                             wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
14814                           else
14815                             wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
14816                           fi
14817
14818 else
14819
14820                           wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
14821
14822 fi
14823
14824
14825           eval "$wx_cv_use_wizarddlg"
14826
14827           if test x"$enablestring" = xdisable; then
14828             if test $wxUSE_WIZARDDLG = no; then
14829               result=yes
14830             else
14831               result=no
14832             fi
14833           else
14834             result=$wxUSE_WIZARDDLG
14835           fi
14836
14837           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14838 $as_echo "$result" >&6; }
14839
14840
14841
14842
14843           enablestring=
14844           defaultval=$wxUSE_ALL_FEATURES
14845           if test -z "$defaultval"; then
14846               if test x"$enablestring" = xdisable; then
14847                   defaultval=yes
14848               else
14849                   defaultval=no
14850               fi
14851           fi
14852
14853           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-menus" >&5
14854 $as_echo_n "checking for --${enablestring:-enable}-menus... " >&6; }
14855           # Check whether --enable-menus was given.
14856 if test "${enable_menus+set}" = set; then :
14857   enableval=$enable_menus;
14858                           if test "$enableval" = yes; then
14859                             wx_cv_use_menus='wxUSE_MENUS=yes'
14860                           else
14861                             wx_cv_use_menus='wxUSE_MENUS=no'
14862                           fi
14863
14864 else
14865
14866                           wx_cv_use_menus='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
14867
14868 fi
14869
14870
14871           eval "$wx_cv_use_menus"
14872
14873           if test x"$enablestring" = xdisable; then
14874             if test $wxUSE_MENUS = no; then
14875               result=yes
14876             else
14877               result=no
14878             fi
14879           else
14880             result=$wxUSE_MENUS
14881           fi
14882
14883           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14884 $as_echo "$result" >&6; }
14885
14886
14887           enablestring=
14888           defaultval=$wxUSE_ALL_FEATURES
14889           if test -z "$defaultval"; then
14890               if test x"$enablestring" = xdisable; then
14891                   defaultval=yes
14892               else
14893                   defaultval=no
14894               fi
14895           fi
14896
14897           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-miniframe" >&5
14898 $as_echo_n "checking for --${enablestring:-enable}-miniframe... " >&6; }
14899           # Check whether --enable-miniframe was given.
14900 if test "${enable_miniframe+set}" = set; then :
14901   enableval=$enable_miniframe;
14902                           if test "$enableval" = yes; then
14903                             wx_cv_use_miniframe='wxUSE_MINIFRAME=yes'
14904                           else
14905                             wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
14906                           fi
14907
14908 else
14909
14910                           wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
14911
14912 fi
14913
14914
14915           eval "$wx_cv_use_miniframe"
14916
14917           if test x"$enablestring" = xdisable; then
14918             if test $wxUSE_MINIFRAME = no; then
14919               result=yes
14920             else
14921               result=no
14922             fi
14923           else
14924             result=$wxUSE_MINIFRAME
14925           fi
14926
14927           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14928 $as_echo "$result" >&6; }
14929
14930
14931           enablestring=
14932           defaultval=$wxUSE_ALL_FEATURES
14933           if test -z "$defaultval"; then
14934               if test x"$enablestring" = xdisable; then
14935                   defaultval=yes
14936               else
14937                   defaultval=no
14938               fi
14939           fi
14940
14941           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tooltips" >&5
14942 $as_echo_n "checking for --${enablestring:-enable}-tooltips... " >&6; }
14943           # Check whether --enable-tooltips was given.
14944 if test "${enable_tooltips+set}" = set; then :
14945   enableval=$enable_tooltips;
14946                           if test "$enableval" = yes; then
14947                             wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
14948                           else
14949                             wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
14950                           fi
14951
14952 else
14953
14954                           wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
14955
14956 fi
14957
14958
14959           eval "$wx_cv_use_tooltips"
14960
14961           if test x"$enablestring" = xdisable; then
14962             if test $wxUSE_TOOLTIPS = no; then
14963               result=yes
14964             else
14965               result=no
14966             fi
14967           else
14968             result=$wxUSE_TOOLTIPS
14969           fi
14970
14971           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14972 $as_echo "$result" >&6; }
14973
14974
14975           enablestring=
14976           defaultval=$wxUSE_ALL_FEATURES
14977           if test -z "$defaultval"; then
14978               if test x"$enablestring" = xdisable; then
14979                   defaultval=yes
14980               else
14981                   defaultval=no
14982               fi
14983           fi
14984
14985           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splines" >&5
14986 $as_echo_n "checking for --${enablestring:-enable}-splines... " >&6; }
14987           # Check whether --enable-splines was given.
14988 if test "${enable_splines+set}" = set; then :
14989   enableval=$enable_splines;
14990                           if test "$enableval" = yes; then
14991                             wx_cv_use_splines='wxUSE_SPLINES=yes'
14992                           else
14993                             wx_cv_use_splines='wxUSE_SPLINES=no'
14994                           fi
14995
14996 else
14997
14998                           wx_cv_use_splines='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
14999
15000 fi
15001
15002
15003           eval "$wx_cv_use_splines"
15004
15005           if test x"$enablestring" = xdisable; then
15006             if test $wxUSE_SPLINES = no; then
15007               result=yes
15008             else
15009               result=no
15010             fi
15011           else
15012             result=$wxUSE_SPLINES
15013           fi
15014
15015           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15016 $as_echo "$result" >&6; }
15017
15018
15019           enablestring=
15020           defaultval=$wxUSE_ALL_FEATURES
15021           if test -z "$defaultval"; then
15022               if test x"$enablestring" = xdisable; then
15023                   defaultval=yes
15024               else
15025                   defaultval=no
15026               fi
15027           fi
15028
15029           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mousewheel" >&5
15030 $as_echo_n "checking for --${enablestring:-enable}-mousewheel... " >&6; }
15031           # Check whether --enable-mousewheel was given.
15032 if test "${enable_mousewheel+set}" = set; then :
15033   enableval=$enable_mousewheel;
15034                           if test "$enableval" = yes; then
15035                             wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
15036                           else
15037                             wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
15038                           fi
15039
15040 else
15041
15042                           wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
15043
15044 fi
15045
15046
15047           eval "$wx_cv_use_mousewheel"
15048
15049           if test x"$enablestring" = xdisable; then
15050             if test $wxUSE_MOUSEWHEEL = no; then
15051               result=yes
15052             else
15053               result=no
15054             fi
15055           else
15056             result=$wxUSE_MOUSEWHEEL
15057           fi
15058
15059           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15060 $as_echo "$result" >&6; }
15061
15062
15063           enablestring=
15064           defaultval=$wxUSE_ALL_FEATURES
15065           if test -z "$defaultval"; then
15066               if test x"$enablestring" = xdisable; then
15067                   defaultval=yes
15068               else
15069                   defaultval=no
15070               fi
15071           fi
15072
15073           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-validators" >&5
15074 $as_echo_n "checking for --${enablestring:-enable}-validators... " >&6; }
15075           # Check whether --enable-validators was given.
15076 if test "${enable_validators+set}" = set; then :
15077   enableval=$enable_validators;
15078                           if test "$enableval" = yes; then
15079                             wx_cv_use_validators='wxUSE_VALIDATORS=yes'
15080                           else
15081                             wx_cv_use_validators='wxUSE_VALIDATORS=no'
15082                           fi
15083
15084 else
15085
15086                           wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
15087
15088 fi
15089
15090
15091           eval "$wx_cv_use_validators"
15092
15093           if test x"$enablestring" = xdisable; then
15094             if test $wxUSE_VALIDATORS = no; then
15095               result=yes
15096             else
15097               result=no
15098             fi
15099           else
15100             result=$wxUSE_VALIDATORS
15101           fi
15102
15103           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15104 $as_echo "$result" >&6; }
15105
15106
15107           enablestring=
15108           defaultval=$wxUSE_ALL_FEATURES
15109           if test -z "$defaultval"; then
15110               if test x"$enablestring" = xdisable; then
15111                   defaultval=yes
15112               else
15113                   defaultval=no
15114               fi
15115           fi
15116
15117           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-busyinfo" >&5
15118 $as_echo_n "checking for --${enablestring:-enable}-busyinfo... " >&6; }
15119           # Check whether --enable-busyinfo was given.
15120 if test "${enable_busyinfo+set}" = set; then :
15121   enableval=$enable_busyinfo;
15122                           if test "$enableval" = yes; then
15123                             wx_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
15124                           else
15125                             wx_cv_use_busyinfo='wxUSE_BUSYINFO=no'
15126                           fi
15127
15128 else
15129
15130                           wx_cv_use_busyinfo='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
15131
15132 fi
15133
15134
15135           eval "$wx_cv_use_busyinfo"
15136
15137           if test x"$enablestring" = xdisable; then
15138             if test $wxUSE_BUSYINFO = no; then
15139               result=yes
15140             else
15141               result=no
15142             fi
15143           else
15144             result=$wxUSE_BUSYINFO
15145           fi
15146
15147           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15148 $as_echo "$result" >&6; }
15149
15150
15151           enablestring=
15152           defaultval=$wxUSE_ALL_FEATURES
15153           if test -z "$defaultval"; then
15154               if test x"$enablestring" = xdisable; then
15155                   defaultval=yes
15156               else
15157                   defaultval=no
15158               fi
15159           fi
15160
15161           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-hotkey" >&5
15162 $as_echo_n "checking for --${enablestring:-enable}-hotkey... " >&6; }
15163           # Check whether --enable-hotkey was given.
15164 if test "${enable_hotkey+set}" = set; then :
15165   enableval=$enable_hotkey;
15166                           if test "$enableval" = yes; then
15167                             wx_cv_use_hotkey='wxUSE_HOTKEY=yes'
15168                           else
15169                             wx_cv_use_hotkey='wxUSE_HOTKEY=no'
15170                           fi
15171
15172 else
15173
15174                           wx_cv_use_hotkey='wxUSE_HOTKEY=${'DEFAULT_wxUSE_HOTKEY":-$defaultval}"
15175
15176 fi
15177
15178
15179           eval "$wx_cv_use_hotkey"
15180
15181           if test x"$enablestring" = xdisable; then
15182             if test $wxUSE_HOTKEY = no; then
15183               result=yes
15184             else
15185               result=no
15186             fi
15187           else
15188             result=$wxUSE_HOTKEY
15189           fi
15190
15191           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15192 $as_echo "$result" >&6; }
15193
15194
15195           enablestring=
15196           defaultval=$wxUSE_ALL_FEATURES
15197           if test -z "$defaultval"; then
15198               if test x"$enablestring" = xdisable; then
15199                   defaultval=yes
15200               else
15201                   defaultval=no
15202               fi
15203           fi
15204
15205           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-joystick" >&5
15206 $as_echo_n "checking for --${enablestring:-enable}-joystick... " >&6; }
15207           # Check whether --enable-joystick was given.
15208 if test "${enable_joystick+set}" = set; then :
15209   enableval=$enable_joystick;
15210                           if test "$enableval" = yes; then
15211                             wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
15212                           else
15213                             wx_cv_use_joystick='wxUSE_JOYSTICK=no'
15214                           fi
15215
15216 else
15217
15218                           wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
15219
15220 fi
15221
15222
15223           eval "$wx_cv_use_joystick"
15224
15225           if test x"$enablestring" = xdisable; then
15226             if test $wxUSE_JOYSTICK = no; then
15227               result=yes
15228             else
15229               result=no
15230             fi
15231           else
15232             result=$wxUSE_JOYSTICK
15233           fi
15234
15235           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15236 $as_echo "$result" >&6; }
15237
15238
15239           enablestring=
15240           defaultval=$wxUSE_ALL_FEATURES
15241           if test -z "$defaultval"; then
15242               if test x"$enablestring" = xdisable; then
15243                   defaultval=yes
15244               else
15245                   defaultval=no
15246               fi
15247           fi
15248
15249           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-metafile" >&5
15250 $as_echo_n "checking for --${enablestring:-enable}-metafile... " >&6; }
15251           # Check whether --enable-metafile was given.
15252 if test "${enable_metafile+set}" = set; then :
15253   enableval=$enable_metafile;
15254                           if test "$enableval" = yes; then
15255                             wx_cv_use_metafile='wxUSE_METAFILE=yes'
15256                           else
15257                             wx_cv_use_metafile='wxUSE_METAFILE=no'
15258                           fi
15259
15260 else
15261
15262                           wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
15263
15264 fi
15265
15266
15267           eval "$wx_cv_use_metafile"
15268
15269           if test x"$enablestring" = xdisable; then
15270             if test $wxUSE_METAFILE = no; then
15271               result=yes
15272             else
15273               result=no
15274             fi
15275           else
15276             result=$wxUSE_METAFILE
15277           fi
15278
15279           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15280 $as_echo "$result" >&6; }
15281
15282
15283           enablestring=
15284           defaultval=$wxUSE_ALL_FEATURES
15285           if test -z "$defaultval"; then
15286               if test x"$enablestring" = xdisable; then
15287                   defaultval=yes
15288               else
15289                   defaultval=no
15290               fi
15291           fi
15292
15293           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dragimage" >&5
15294 $as_echo_n "checking for --${enablestring:-enable}-dragimage... " >&6; }
15295           # Check whether --enable-dragimage was given.
15296 if test "${enable_dragimage+set}" = set; then :
15297   enableval=$enable_dragimage;
15298                           if test "$enableval" = yes; then
15299                             wx_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
15300                           else
15301                             wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
15302                           fi
15303
15304 else
15305
15306                           wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
15307
15308 fi
15309
15310
15311           eval "$wx_cv_use_dragimage"
15312
15313           if test x"$enablestring" = xdisable; then
15314             if test $wxUSE_DRAGIMAGE = no; then
15315               result=yes
15316             else
15317               result=no
15318             fi
15319           else
15320             result=$wxUSE_DRAGIMAGE
15321           fi
15322
15323           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15324 $as_echo "$result" >&6; }
15325
15326
15327           enablestring=
15328           defaultval=$wxUSE_ALL_FEATURES
15329           if test -z "$defaultval"; then
15330               if test x"$enablestring" = xdisable; then
15331                   defaultval=yes
15332               else
15333                   defaultval=no
15334               fi
15335           fi
15336
15337           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-accessibility" >&5
15338 $as_echo_n "checking for --${enablestring:-enable}-accessibility... " >&6; }
15339           # Check whether --enable-accessibility was given.
15340 if test "${enable_accessibility+set}" = set; then :
15341   enableval=$enable_accessibility;
15342                           if test "$enableval" = yes; then
15343                             wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
15344                           else
15345                             wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
15346                           fi
15347
15348 else
15349
15350                           wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
15351
15352 fi
15353
15354
15355           eval "$wx_cv_use_accessibility"
15356
15357           if test x"$enablestring" = xdisable; then
15358             if test $wxUSE_ACCESSIBILITY = no; then
15359               result=yes
15360             else
15361               result=no
15362             fi
15363           else
15364             result=$wxUSE_ACCESSIBILITY
15365           fi
15366
15367           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15368 $as_echo "$result" >&6; }
15369
15370
15371           enablestring=
15372           defaultval=$wxUSE_ALL_FEATURES
15373           if test -z "$defaultval"; then
15374               if test x"$enablestring" = xdisable; then
15375                   defaultval=yes
15376               else
15377                   defaultval=no
15378               fi
15379           fi
15380
15381           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-uiactionsim" >&5
15382 $as_echo_n "checking for --${enablestring:-enable}-uiactionsim... " >&6; }
15383           # Check whether --enable-uiactionsim was given.
15384 if test "${enable_uiactionsim+set}" = set; then :
15385   enableval=$enable_uiactionsim;
15386                           if test "$enableval" = yes; then
15387                             wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=yes'
15388                           else
15389                             wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=no'
15390                           fi
15391
15392 else
15393
15394                           wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=${'DEFAULT_wxUSE_UIACTIONSIMULATOR":-$defaultval}"
15395
15396 fi
15397
15398
15399           eval "$wx_cv_use_uiactionsim"
15400
15401           if test x"$enablestring" = xdisable; then
15402             if test $wxUSE_UIACTIONSIMULATOR = no; then
15403               result=yes
15404             else
15405               result=no
15406             fi
15407           else
15408             result=$wxUSE_UIACTIONSIMULATOR
15409           fi
15410
15411           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15412 $as_echo "$result" >&6; }
15413
15414
15415           enablestring=
15416           defaultval=$wxUSE_ALL_FEATURES
15417           if test -z "$defaultval"; then
15418               if test x"$enablestring" = xdisable; then
15419                   defaultval=yes
15420               else
15421                   defaultval=no
15422               fi
15423           fi
15424
15425           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dctransform" >&5
15426 $as_echo_n "checking for --${enablestring:-enable}-dctransform... " >&6; }
15427           # Check whether --enable-dctransform was given.
15428 if test "${enable_dctransform+set}" = set; then :
15429   enableval=$enable_dctransform;
15430                           if test "$enableval" = yes; then
15431                             wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=yes'
15432                           else
15433                             wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=no'
15434                           fi
15435
15436 else
15437
15438                           wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=${'DEFAULT_wxUSE_DC_TRANSFORM_MATRIX":-$defaultval}"
15439
15440 fi
15441
15442
15443           eval "$wx_cv_use_dctransform"
15444
15445           if test x"$enablestring" = xdisable; then
15446             if test $wxUSE_DC_TRANSFORM_MATRIX = no; then
15447               result=yes
15448             else
15449               result=no
15450             fi
15451           else
15452             result=$wxUSE_DC_TRANSFORM_MATRIX
15453           fi
15454
15455           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15456 $as_echo "$result" >&6; }
15457
15458
15459           enablestring=
15460           defaultval=$wxUSE_ALL_FEATURES
15461           if test -z "$defaultval"; then
15462               if test x"$enablestring" = xdisable; then
15463                   defaultval=yes
15464               else
15465                   defaultval=no
15466               fi
15467           fi
15468
15469           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webviewwebkit" >&5
15470 $as_echo_n "checking for --${enablestring:-enable}-webviewwebkit... " >&6; }
15471           # Check whether --enable-webviewwebkit was given.
15472 if test "${enable_webviewwebkit+set}" = set; then :
15473   enableval=$enable_webviewwebkit;
15474                           if test "$enableval" = yes; then
15475                             wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=yes'
15476                           else
15477                             wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=no'
15478                           fi
15479
15480 else
15481
15482                           wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=${'DEFAULT_wxUSE_WEBVIEW_WEBKIT":-$defaultval}"
15483
15484 fi
15485
15486
15487           eval "$wx_cv_use_webviewwebkit"
15488
15489           if test x"$enablestring" = xdisable; then
15490             if test $wxUSE_WEBVIEW_WEBKIT = no; then
15491               result=yes
15492             else
15493               result=no
15494             fi
15495           else
15496             result=$wxUSE_WEBVIEW_WEBKIT
15497           fi
15498
15499           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15500 $as_echo "$result" >&6; }
15501
15502
15503
15504
15505           enablestring=
15506           defaultval=$wxUSE_ALL_FEATURES
15507           if test -z "$defaultval"; then
15508               if test x"$enablestring" = xdisable; then
15509                   defaultval=yes
15510               else
15511                   defaultval=no
15512               fi
15513           fi
15514
15515           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-palette" >&5
15516 $as_echo_n "checking for --${enablestring:-enable}-palette... " >&6; }
15517           # Check whether --enable-palette was given.
15518 if test "${enable_palette+set}" = set; then :
15519   enableval=$enable_palette;
15520                           if test "$enableval" = yes; then
15521                             wx_cv_use_palette='wxUSE_PALETTE=yes'
15522                           else
15523                             wx_cv_use_palette='wxUSE_PALETTE=no'
15524                           fi
15525
15526 else
15527
15528                           wx_cv_use_palette='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
15529
15530 fi
15531
15532
15533           eval "$wx_cv_use_palette"
15534
15535           if test x"$enablestring" = xdisable; then
15536             if test $wxUSE_PALETTE = no; then
15537               result=yes
15538             else
15539               result=no
15540             fi
15541           else
15542             result=$wxUSE_PALETTE
15543           fi
15544
15545           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15546 $as_echo "$result" >&6; }
15547
15548
15549           enablestring=
15550           defaultval=$wxUSE_ALL_FEATURES
15551           if test -z "$defaultval"; then
15552               if test x"$enablestring" = xdisable; then
15553                   defaultval=yes
15554               else
15555                   defaultval=no
15556               fi
15557           fi
15558
15559           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-image" >&5
15560 $as_echo_n "checking for --${enablestring:-enable}-image... " >&6; }
15561           # Check whether --enable-image was given.
15562 if test "${enable_image+set}" = set; then :
15563   enableval=$enable_image;
15564                           if test "$enableval" = yes; then
15565                             wx_cv_use_image='wxUSE_IMAGE=yes'
15566                           else
15567                             wx_cv_use_image='wxUSE_IMAGE=no'
15568                           fi
15569
15570 else
15571
15572                           wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
15573
15574 fi
15575
15576
15577           eval "$wx_cv_use_image"
15578
15579           if test x"$enablestring" = xdisable; then
15580             if test $wxUSE_IMAGE = no; then
15581               result=yes
15582             else
15583               result=no
15584             fi
15585           else
15586             result=$wxUSE_IMAGE
15587           fi
15588
15589           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15590 $as_echo "$result" >&6; }
15591
15592
15593           enablestring=
15594           defaultval=$wxUSE_ALL_FEATURES
15595           if test -z "$defaultval"; then
15596               if test x"$enablestring" = xdisable; then
15597                   defaultval=yes
15598               else
15599                   defaultval=no
15600               fi
15601           fi
15602
15603           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gif" >&5
15604 $as_echo_n "checking for --${enablestring:-enable}-gif... " >&6; }
15605           # Check whether --enable-gif was given.
15606 if test "${enable_gif+set}" = set; then :
15607   enableval=$enable_gif;
15608                           if test "$enableval" = yes; then
15609                             wx_cv_use_gif='wxUSE_GIF=yes'
15610                           else
15611                             wx_cv_use_gif='wxUSE_GIF=no'
15612                           fi
15613
15614 else
15615
15616                           wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
15617
15618 fi
15619
15620
15621           eval "$wx_cv_use_gif"
15622
15623           if test x"$enablestring" = xdisable; then
15624             if test $wxUSE_GIF = no; then
15625               result=yes
15626             else
15627               result=no
15628             fi
15629           else
15630             result=$wxUSE_GIF
15631           fi
15632
15633           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15634 $as_echo "$result" >&6; }
15635
15636
15637           enablestring=
15638           defaultval=$wxUSE_ALL_FEATURES
15639           if test -z "$defaultval"; then
15640               if test x"$enablestring" = xdisable; then
15641                   defaultval=yes
15642               else
15643                   defaultval=no
15644               fi
15645           fi
15646
15647           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-pcx" >&5
15648 $as_echo_n "checking for --${enablestring:-enable}-pcx... " >&6; }
15649           # Check whether --enable-pcx was given.
15650 if test "${enable_pcx+set}" = set; then :
15651   enableval=$enable_pcx;
15652                           if test "$enableval" = yes; then
15653                             wx_cv_use_pcx='wxUSE_PCX=yes'
15654                           else
15655                             wx_cv_use_pcx='wxUSE_PCX=no'
15656                           fi
15657
15658 else
15659
15660                           wx_cv_use_pcx='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
15661
15662 fi
15663
15664
15665           eval "$wx_cv_use_pcx"
15666
15667           if test x"$enablestring" = xdisable; then
15668             if test $wxUSE_PCX = no; then
15669               result=yes
15670             else
15671               result=no
15672             fi
15673           else
15674             result=$wxUSE_PCX
15675           fi
15676
15677           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15678 $as_echo "$result" >&6; }
15679
15680
15681           enablestring=
15682           defaultval=$wxUSE_ALL_FEATURES
15683           if test -z "$defaultval"; then
15684               if test x"$enablestring" = xdisable; then
15685                   defaultval=yes
15686               else
15687                   defaultval=no
15688               fi
15689           fi
15690
15691           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tga" >&5
15692 $as_echo_n "checking for --${enablestring:-enable}-tga... " >&6; }
15693           # Check whether --enable-tga was given.
15694 if test "${enable_tga+set}" = set; then :
15695   enableval=$enable_tga;
15696                           if test "$enableval" = yes; then
15697                             wx_cv_use_tga='wxUSE_TGA=yes'
15698                           else
15699                             wx_cv_use_tga='wxUSE_TGA=no'
15700                           fi
15701
15702 else
15703
15704                           wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
15705
15706 fi
15707
15708
15709           eval "$wx_cv_use_tga"
15710
15711           if test x"$enablestring" = xdisable; then
15712             if test $wxUSE_TGA = no; then
15713               result=yes
15714             else
15715               result=no
15716             fi
15717           else
15718             result=$wxUSE_TGA
15719           fi
15720
15721           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15722 $as_echo "$result" >&6; }
15723
15724
15725           enablestring=
15726           defaultval=$wxUSE_ALL_FEATURES
15727           if test -z "$defaultval"; then
15728               if test x"$enablestring" = xdisable; then
15729                   defaultval=yes
15730               else
15731                   defaultval=no
15732               fi
15733           fi
15734
15735           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-iff" >&5
15736 $as_echo_n "checking for --${enablestring:-enable}-iff... " >&6; }
15737           # Check whether --enable-iff was given.
15738 if test "${enable_iff+set}" = set; then :
15739   enableval=$enable_iff;
15740                           if test "$enableval" = yes; then
15741                             wx_cv_use_iff='wxUSE_IFF=yes'
15742                           else
15743                             wx_cv_use_iff='wxUSE_IFF=no'
15744                           fi
15745
15746 else
15747
15748                           wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
15749
15750 fi
15751
15752
15753           eval "$wx_cv_use_iff"
15754
15755           if test x"$enablestring" = xdisable; then
15756             if test $wxUSE_IFF = no; then
15757               result=yes
15758             else
15759               result=no
15760             fi
15761           else
15762             result=$wxUSE_IFF
15763           fi
15764
15765           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15766 $as_echo "$result" >&6; }
15767
15768
15769           enablestring=
15770           defaultval=$wxUSE_ALL_FEATURES
15771           if test -z "$defaultval"; then
15772               if test x"$enablestring" = xdisable; then
15773                   defaultval=yes
15774               else
15775                   defaultval=no
15776               fi
15777           fi
15778
15779           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-pnm" >&5
15780 $as_echo_n "checking for --${enablestring:-enable}-pnm... " >&6; }
15781           # Check whether --enable-pnm was given.
15782 if test "${enable_pnm+set}" = set; then :
15783   enableval=$enable_pnm;
15784                           if test "$enableval" = yes; then
15785                             wx_cv_use_pnm='wxUSE_PNM=yes'
15786                           else
15787                             wx_cv_use_pnm='wxUSE_PNM=no'
15788                           fi
15789
15790 else
15791
15792                           wx_cv_use_pnm='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
15793
15794 fi
15795
15796
15797           eval "$wx_cv_use_pnm"
15798
15799           if test x"$enablestring" = xdisable; then
15800             if test $wxUSE_PNM = no; then
15801               result=yes
15802             else
15803               result=no
15804             fi
15805           else
15806             result=$wxUSE_PNM
15807           fi
15808
15809           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15810 $as_echo "$result" >&6; }
15811
15812
15813           enablestring=
15814           defaultval=$wxUSE_ALL_FEATURES
15815           if test -z "$defaultval"; then
15816               if test x"$enablestring" = xdisable; then
15817                   defaultval=yes
15818               else
15819                   defaultval=no
15820               fi
15821           fi
15822
15823           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xpm" >&5
15824 $as_echo_n "checking for --${enablestring:-enable}-xpm... " >&6; }
15825           # Check whether --enable-xpm was given.
15826 if test "${enable_xpm+set}" = set; then :
15827   enableval=$enable_xpm;
15828                           if test "$enableval" = yes; then
15829                             wx_cv_use_xpm='wxUSE_XPM=yes'
15830                           else
15831                             wx_cv_use_xpm='wxUSE_XPM=no'
15832                           fi
15833
15834 else
15835
15836                           wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
15837
15838 fi
15839
15840
15841           eval "$wx_cv_use_xpm"
15842
15843           if test x"$enablestring" = xdisable; then
15844             if test $wxUSE_XPM = no; then
15845               result=yes
15846             else
15847               result=no
15848             fi
15849           else
15850             result=$wxUSE_XPM
15851           fi
15852
15853           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15854 $as_echo "$result" >&6; }
15855
15856
15857           enablestring=
15858           defaultval=$wxUSE_ALL_FEATURES
15859           if test -z "$defaultval"; then
15860               if test x"$enablestring" = xdisable; then
15861                   defaultval=yes
15862               else
15863                   defaultval=no
15864               fi
15865           fi
15866
15867           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ico_cur" >&5
15868 $as_echo_n "checking for --${enablestring:-enable}-ico_cur... " >&6; }
15869           # Check whether --enable-ico_cur was given.
15870 if test "${enable_ico_cur+set}" = set; then :
15871   enableval=$enable_ico_cur;
15872                           if test "$enableval" = yes; then
15873                             wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
15874                           else
15875                             wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
15876                           fi
15877
15878 else
15879
15880                           wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
15881
15882 fi
15883
15884
15885           eval "$wx_cv_use_ico_cur"
15886
15887           if test x"$enablestring" = xdisable; then
15888             if test $wxUSE_ICO_CUR = no; then
15889               result=yes
15890             else
15891               result=no
15892             fi
15893           else
15894             result=$wxUSE_ICO_CUR
15895           fi
15896
15897           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15898 $as_echo "$result" >&6; }
15899
15900
15901
15902
15903           enablestring=
15904           defaultval=$wxUSE_ALL_FEATURES
15905           if test -z "$defaultval"; then
15906               if test x"$enablestring" = xdisable; then
15907                   defaultval=yes
15908               else
15909                   defaultval=no
15910               fi
15911           fi
15912
15913           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dccache" >&5
15914 $as_echo_n "checking for --${enablestring:-enable}-dccache... " >&6; }
15915           # Check whether --enable-dccache was given.
15916 if test "${enable_dccache+set}" = set; then :
15917   enableval=$enable_dccache;
15918                           if test "$enableval" = yes; then
15919                             wx_cv_use_dccache='wxUSE_DC_CACHEING=yes'
15920                           else
15921                             wx_cv_use_dccache='wxUSE_DC_CACHEING=no'
15922                           fi
15923
15924 else
15925
15926                           wx_cv_use_dccache='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
15927
15928 fi
15929
15930
15931           eval "$wx_cv_use_dccache"
15932
15933           if test x"$enablestring" = xdisable; then
15934             if test $wxUSE_DC_CACHEING = no; then
15935               result=yes
15936             else
15937               result=no
15938             fi
15939           else
15940             result=$wxUSE_DC_CACHEING
15941           fi
15942
15943           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15944 $as_echo "$result" >&6; }
15945
15946
15947           enablestring=
15948           defaultval=$wxUSE_ALL_FEATURES
15949           if test -z "$defaultval"; then
15950               if test x"$enablestring" = xdisable; then
15951                   defaultval=yes
15952               else
15953                   defaultval=no
15954               fi
15955           fi
15956
15957           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ps-in-msw" >&5
15958 $as_echo_n "checking for --${enablestring:-enable}-ps-in-msw... " >&6; }
15959           # Check whether --enable-ps-in-msw was given.
15960 if test "${enable_ps_in_msw+set}" = set; then :
15961   enableval=$enable_ps_in_msw;
15962                           if test "$enableval" = yes; then
15963                             wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=yes'
15964                           else
15965                             wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
15966                           fi
15967
15968 else
15969
15970                           wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
15971
15972 fi
15973
15974
15975           eval "$wx_cv_use_ps_in_msw"
15976
15977           if test x"$enablestring" = xdisable; then
15978             if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no; then
15979               result=yes
15980             else
15981               result=no
15982             fi
15983           else
15984             result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
15985           fi
15986
15987           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15988 $as_echo "$result" >&6; }
15989
15990
15991           enablestring=
15992           defaultval=$wxUSE_ALL_FEATURES
15993           if test -z "$defaultval"; then
15994               if test x"$enablestring" = xdisable; then
15995                   defaultval=yes
15996               else
15997                   defaultval=no
15998               fi
15999           fi
16000
16001           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ownerdrawn" >&5
16002 $as_echo_n "checking for --${enablestring:-enable}-ownerdrawn... " >&6; }
16003           # Check whether --enable-ownerdrawn was given.
16004 if test "${enable_ownerdrawn+set}" = set; then :
16005   enableval=$enable_ownerdrawn;
16006                           if test "$enableval" = yes; then
16007                             wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
16008                           else
16009                             wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
16010                           fi
16011
16012 else
16013
16014                           wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
16015
16016 fi
16017
16018
16019           eval "$wx_cv_use_ownerdrawn"
16020
16021           if test x"$enablestring" = xdisable; then
16022             if test $wxUSE_OWNER_DRAWN = no; then
16023               result=yes
16024             else
16025               result=no
16026             fi
16027           else
16028             result=$wxUSE_OWNER_DRAWN
16029           fi
16030
16031           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16032 $as_echo "$result" >&6; }
16033
16034
16035           enablestring=
16036           defaultval=$wxUSE_ALL_FEATURES
16037           if test -z "$defaultval"; then
16038               if test x"$enablestring" = xdisable; then
16039                   defaultval=yes
16040               else
16041                   defaultval=no
16042               fi
16043           fi
16044
16045           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-uxtheme" >&5
16046 $as_echo_n "checking for --${enablestring:-enable}-uxtheme... " >&6; }
16047           # Check whether --enable-uxtheme was given.
16048 if test "${enable_uxtheme+set}" = set; then :
16049   enableval=$enable_uxtheme;
16050                           if test "$enableval" = yes; then
16051                             wx_cv_use_uxtheme='wxUSE_UXTHEME=yes'
16052                           else
16053                             wx_cv_use_uxtheme='wxUSE_UXTHEME=no'
16054                           fi
16055
16056 else
16057
16058                           wx_cv_use_uxtheme='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
16059
16060 fi
16061
16062
16063           eval "$wx_cv_use_uxtheme"
16064
16065           if test x"$enablestring" = xdisable; then
16066             if test $wxUSE_UXTHEME = no; then
16067               result=yes
16068             else
16069               result=no
16070             fi
16071           else
16072             result=$wxUSE_UXTHEME
16073           fi
16074
16075           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16076 $as_echo "$result" >&6; }
16077
16078
16079           enablestring=
16080           defaultval=$wxUSE_ALL_FEATURES
16081           if test -z "$defaultval"; then
16082               if test x"$enablestring" = xdisable; then
16083                   defaultval=yes
16084               else
16085                   defaultval=no
16086               fi
16087           fi
16088
16089           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-wxdib" >&5
16090 $as_echo_n "checking for --${enablestring:-enable}-wxdib... " >&6; }
16091           # Check whether --enable-wxdib was given.
16092 if test "${enable_wxdib+set}" = set; then :
16093   enableval=$enable_wxdib;
16094                           if test "$enableval" = yes; then
16095                             wx_cv_use_wxdib='wxUSE_DIB=yes'
16096                           else
16097                             wx_cv_use_wxdib='wxUSE_DIB=no'
16098                           fi
16099
16100 else
16101
16102                           wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
16103
16104 fi
16105
16106
16107           eval "$wx_cv_use_wxdib"
16108
16109           if test x"$enablestring" = xdisable; then
16110             if test $wxUSE_DIB = no; then
16111               result=yes
16112             else
16113               result=no
16114             fi
16115           else
16116             result=$wxUSE_DIB
16117           fi
16118
16119           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16120 $as_echo "$result" >&6; }
16121
16122
16123           enablestring=
16124           defaultval=$wxUSE_ALL_FEATURES
16125           if test -z "$defaultval"; then
16126               if test x"$enablestring" = xdisable; then
16127                   defaultval=yes
16128               else
16129                   defaultval=no
16130               fi
16131           fi
16132
16133           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webviewie" >&5
16134 $as_echo_n "checking for --${enablestring:-enable}-webviewie... " >&6; }
16135           # Check whether --enable-webviewie was given.
16136 if test "${enable_webviewie+set}" = set; then :
16137   enableval=$enable_webviewie;
16138                           if test "$enableval" = yes; then
16139                             wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=yes'
16140                           else
16141                             wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=no'
16142                           fi
16143
16144 else
16145
16146                           wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=${'DEFAULT_wxUSE_WEBVIEW_IE":-$defaultval}"
16147
16148 fi
16149
16150
16151           eval "$wx_cv_use_webviewie"
16152
16153           if test x"$enablestring" = xdisable; then
16154             if test $wxUSE_WEBVIEW_IE = no; then
16155               result=yes
16156             else
16157               result=no
16158             fi
16159           else
16160             result=$wxUSE_WEBVIEW_IE
16161           fi
16162
16163           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16164 $as_echo "$result" >&6; }
16165
16166
16167 if test "$wxUSE_MSW" != 1; then
16168     DEFAULT_wxUSE_AUTOID_MANAGEMENT=no
16169 fi
16170
16171
16172           enablestring=
16173           defaultval=$wxUSE_ALL_FEATURES
16174           if test -z "$defaultval"; then
16175               if test x"$enablestring" = xdisable; then
16176                   defaultval=yes
16177               else
16178                   defaultval=no
16179               fi
16180           fi
16181
16182           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-autoidman" >&5
16183 $as_echo_n "checking for --${enablestring:-enable}-autoidman... " >&6; }
16184           # Check whether --enable-autoidman was given.
16185 if test "${enable_autoidman+set}" = set; then :
16186   enableval=$enable_autoidman;
16187                           if test "$enableval" = yes; then
16188                             wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=yes'
16189                           else
16190                             wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=no'
16191                           fi
16192
16193 else
16194
16195                           wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
16196
16197 fi
16198
16199
16200           eval "$wx_cv_use_autoidman"
16201
16202           if test x"$enablestring" = xdisable; then
16203             if test $wxUSE_AUTOID_MANAGEMENT = no; then
16204               result=yes
16205             else
16206               result=no
16207             fi
16208           else
16209             result=$wxUSE_AUTOID_MANAGEMENT
16210           fi
16211
16212           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16213 $as_echo "$result" >&6; }
16214
16215
16216 fi
16217
16218
16219 cat >confcache <<\_ACEOF
16220 # This file is a shell script that caches the results of configure
16221 # tests run on this system so they can be shared between configure
16222 # scripts and configure runs, see configure's option --config-cache.
16223 # It is not useful on other systems.  If it contains results you don't
16224 # want to keep, you may remove or edit it.
16225 #
16226 # config.status only pays attention to the cache file if you give it
16227 # the --recheck option to rerun configure.
16228 #
16229 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16230 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16231 # following values.
16232
16233 _ACEOF
16234
16235 # The following way of writing the cache mishandles newlines in values,
16236 # but we know of no workaround that is simple, portable, and efficient.
16237 # So, we kill variables containing newlines.
16238 # Ultrix sh set writes to stderr and can't be redirected directly,
16239 # and sets the high bit in the cache file unless we assign to the vars.
16240 (
16241   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16242     eval ac_val=\$$ac_var
16243     case $ac_val in #(
16244     *${as_nl}*)
16245       case $ac_var in #(
16246       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16247 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16248       esac
16249       case $ac_var in #(
16250       _ | IFS | as_nl) ;; #(
16251       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16252       *) { eval $ac_var=; unset $ac_var;} ;;
16253       esac ;;
16254     esac
16255   done
16256
16257   (set) 2>&1 |
16258     case $as_nl`(ac_space=' '; set) 2>&1` in #(
16259     *${as_nl}ac_space=\ *)
16260       # `set' does not quote correctly, so add quotes: double-quote
16261       # substitution turns \\\\ into \\, and sed turns \\ into \.
16262       sed -n \
16263         "s/'/'\\\\''/g;
16264           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16265       ;; #(
16266     *)
16267       # `set' quotes correctly as required by POSIX, so do not add quotes.
16268       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16269       ;;
16270     esac |
16271     sort
16272 ) |
16273   sed '
16274      /^ac_cv_env_/b end
16275      t clear
16276      :clear
16277      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16278      t end
16279      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16280      :end' >>confcache
16281 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16282   if test -w "$cache_file"; then
16283     if test "x$cache_file" != "x/dev/null"; then
16284       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16285 $as_echo "$as_me: updating cache $cache_file" >&6;}
16286       if test ! -f "$cache_file" || test -h "$cache_file"; then
16287         cat confcache >"$cache_file"
16288       else
16289         case $cache_file in #(
16290         */* | ?:*)
16291           mv -f confcache "$cache_file"$$ &&
16292           mv -f "$cache_file"$$ "$cache_file" ;; #(
16293         *)
16294           mv -f confcache "$cache_file" ;;
16295         esac
16296       fi
16297     fi
16298   else
16299     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16300 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16301   fi
16302 fi
16303 rm -f confcache
16304
16305 CFLAGS=${CFLAGS:=}
16306 ac_ext=c
16307 ac_cpp='$CPP $CPPFLAGS'
16308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16311 if test -n "$ac_tool_prefix"; then
16312   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
16313 set dummy ${ac_tool_prefix}gcc; ac_word=$2
16314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16315 $as_echo_n "checking for $ac_word... " >&6; }
16316 if ${ac_cv_prog_CC+:} false; then :
16317   $as_echo_n "(cached) " >&6
16318 else
16319   if test -n "$CC"; then
16320   ac_cv_prog_CC="$CC" # Let the user override the test.
16321 else
16322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16323 for as_dir in $PATH
16324 do
16325   IFS=$as_save_IFS
16326   test -z "$as_dir" && as_dir=.
16327     for ac_exec_ext in '' $ac_executable_extensions; do
16328   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16329     ac_cv_prog_CC="${ac_tool_prefix}gcc"
16330     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16331     break 2
16332   fi
16333 done
16334   done
16335 IFS=$as_save_IFS
16336
16337 fi
16338 fi
16339 CC=$ac_cv_prog_CC
16340 if test -n "$CC"; then
16341   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16342 $as_echo "$CC" >&6; }
16343 else
16344   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16345 $as_echo "no" >&6; }
16346 fi
16347
16348
16349 fi
16350 if test -z "$ac_cv_prog_CC"; then
16351   ac_ct_CC=$CC
16352   # Extract the first word of "gcc", so it can be a program name with args.
16353 set dummy gcc; ac_word=$2
16354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16355 $as_echo_n "checking for $ac_word... " >&6; }
16356 if ${ac_cv_prog_ac_ct_CC+:} false; then :
16357   $as_echo_n "(cached) " >&6
16358 else
16359   if test -n "$ac_ct_CC"; then
16360   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
16361 else
16362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16363 for as_dir in $PATH
16364 do
16365   IFS=$as_save_IFS
16366   test -z "$as_dir" && as_dir=.
16367     for ac_exec_ext in '' $ac_executable_extensions; do
16368   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16369     ac_cv_prog_ac_ct_CC="gcc"
16370     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16371     break 2
16372   fi
16373 done
16374   done
16375 IFS=$as_save_IFS
16376
16377 fi
16378 fi
16379 ac_ct_CC=$ac_cv_prog_ac_ct_CC
16380 if test -n "$ac_ct_CC"; then
16381   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
16382 $as_echo "$ac_ct_CC" >&6; }
16383 else
16384   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16385 $as_echo "no" >&6; }
16386 fi
16387
16388   if test "x$ac_ct_CC" = x; then
16389     CC=""
16390   else
16391     case $cross_compiling:$ac_tool_warned in
16392 yes:)
16393 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
16394 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
16395 ac_tool_warned=yes ;;
16396 esac
16397     CC=$ac_ct_CC
16398   fi
16399 else
16400   CC="$ac_cv_prog_CC"
16401 fi
16402
16403 if test -z "$CC"; then
16404           if test -n "$ac_tool_prefix"; then
16405     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
16406 set dummy ${ac_tool_prefix}cc; ac_word=$2
16407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16408 $as_echo_n "checking for $ac_word... " >&6; }
16409 if ${ac_cv_prog_CC+:} false; then :
16410   $as_echo_n "(cached) " >&6
16411 else
16412   if test -n "$CC"; then
16413   ac_cv_prog_CC="$CC" # Let the user override the test.
16414 else
16415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16416 for as_dir in $PATH
16417 do
16418   IFS=$as_save_IFS
16419   test -z "$as_dir" && as_dir=.
16420     for ac_exec_ext in '' $ac_executable_extensions; do
16421   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16422     ac_cv_prog_CC="${ac_tool_prefix}cc"
16423     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16424     break 2
16425   fi
16426 done
16427   done
16428 IFS=$as_save_IFS
16429
16430 fi
16431 fi
16432 CC=$ac_cv_prog_CC
16433 if test -n "$CC"; then
16434   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16435 $as_echo "$CC" >&6; }
16436 else
16437   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16438 $as_echo "no" >&6; }
16439 fi
16440
16441
16442   fi
16443 fi
16444 if test -z "$CC"; then
16445   # Extract the first word of "cc", so it can be a program name with args.
16446 set dummy cc; ac_word=$2
16447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16448 $as_echo_n "checking for $ac_word... " >&6; }
16449 if ${ac_cv_prog_CC+:} false; then :
16450   $as_echo_n "(cached) " >&6
16451 else
16452   if test -n "$CC"; then
16453   ac_cv_prog_CC="$CC" # Let the user override the test.
16454 else
16455   ac_prog_rejected=no
16456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16457 for as_dir in $PATH
16458 do
16459   IFS=$as_save_IFS
16460   test -z "$as_dir" && as_dir=.
16461     for ac_exec_ext in '' $ac_executable_extensions; do
16462   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16463     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
16464        ac_prog_rejected=yes
16465        continue
16466      fi
16467     ac_cv_prog_CC="cc"
16468     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16469     break 2
16470   fi
16471 done
16472   done
16473 IFS=$as_save_IFS
16474
16475 if test $ac_prog_rejected = yes; then
16476   # We found a bogon in the path, so make sure we never use it.
16477   set dummy $ac_cv_prog_CC
16478   shift
16479   if test $# != 0; then
16480     # We chose a different compiler from the bogus one.
16481     # However, it has the same basename, so the bogon will be chosen
16482     # first if we set CC to just the basename; use the full file name.
16483     shift
16484     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
16485   fi
16486 fi
16487 fi
16488 fi
16489 CC=$ac_cv_prog_CC
16490 if test -n "$CC"; then
16491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16492 $as_echo "$CC" >&6; }
16493 else
16494   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16495 $as_echo "no" >&6; }
16496 fi
16497
16498
16499 fi
16500 if test -z "$CC"; then
16501   if test -n "$ac_tool_prefix"; then
16502   for ac_prog in cl.exe
16503   do
16504     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16505 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
16506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16507 $as_echo_n "checking for $ac_word... " >&6; }
16508 if ${ac_cv_prog_CC+:} false; then :
16509   $as_echo_n "(cached) " >&6
16510 else
16511   if test -n "$CC"; then
16512   ac_cv_prog_CC="$CC" # Let the user override the test.
16513 else
16514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16515 for as_dir in $PATH
16516 do
16517   IFS=$as_save_IFS
16518   test -z "$as_dir" && as_dir=.
16519     for ac_exec_ext in '' $ac_executable_extensions; do
16520   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16521     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
16522     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16523     break 2
16524   fi
16525 done
16526   done
16527 IFS=$as_save_IFS
16528
16529 fi
16530 fi
16531 CC=$ac_cv_prog_CC
16532 if test -n "$CC"; then
16533   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16534 $as_echo "$CC" >&6; }
16535 else
16536   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16537 $as_echo "no" >&6; }
16538 fi
16539
16540
16541     test -n "$CC" && break
16542   done
16543 fi
16544 if test -z "$CC"; then
16545   ac_ct_CC=$CC
16546   for ac_prog in cl.exe
16547 do
16548   # Extract the first word of "$ac_prog", so it can be a program name with args.
16549 set dummy $ac_prog; ac_word=$2
16550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16551 $as_echo_n "checking for $ac_word... " >&6; }
16552 if ${ac_cv_prog_ac_ct_CC+:} false; then :
16553   $as_echo_n "(cached) " >&6
16554 else
16555   if test -n "$ac_ct_CC"; then
16556   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
16557 else
16558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16559 for as_dir in $PATH
16560 do
16561   IFS=$as_save_IFS
16562   test -z "$as_dir" && as_dir=.
16563     for ac_exec_ext in '' $ac_executable_extensions; do
16564   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16565     ac_cv_prog_ac_ct_CC="$ac_prog"
16566     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16567     break 2
16568   fi
16569 done
16570   done
16571 IFS=$as_save_IFS
16572
16573 fi
16574 fi
16575 ac_ct_CC=$ac_cv_prog_ac_ct_CC
16576 if test -n "$ac_ct_CC"; then
16577   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
16578 $as_echo "$ac_ct_CC" >&6; }
16579 else
16580   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16581 $as_echo "no" >&6; }
16582 fi
16583
16584
16585   test -n "$ac_ct_CC" && break
16586 done
16587
16588   if test "x$ac_ct_CC" = x; then
16589     CC=""
16590   else
16591     case $cross_compiling:$ac_tool_warned in
16592 yes:)
16593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
16594 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
16595 ac_tool_warned=yes ;;
16596 esac
16597     CC=$ac_ct_CC
16598   fi
16599 fi
16600
16601 fi
16602
16603
16604 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16605 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16606 as_fn_error $? "no acceptable C compiler found in \$PATH
16607 See \`config.log' for more details" "$LINENO" 5; }
16608
16609 # Provide some information about the compiler.
16610 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
16611 set X $ac_compile
16612 ac_compiler=$2
16613 for ac_option in --version -v -V -qversion; do
16614   { { ac_try="$ac_compiler $ac_option >&5"
16615 case "(($ac_try" in
16616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16617   *) ac_try_echo=$ac_try;;
16618 esac
16619 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16620 $as_echo "$ac_try_echo"; } >&5
16621   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
16622   ac_status=$?
16623   if test -s conftest.err; then
16624     sed '10a\
16625 ... rest of stderr output deleted ...
16626          10q' conftest.err >conftest.er1
16627     cat conftest.er1 >&5
16628   fi
16629   rm -f conftest.er1 conftest.err
16630   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16631   test $ac_status = 0; }
16632 done
16633
16634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16635 /* end confdefs.h.  */
16636
16637 int
16638 main ()
16639 {
16640
16641   ;
16642   return 0;
16643 }
16644 _ACEOF
16645 ac_clean_files_save=$ac_clean_files
16646 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
16647 # Try to create an executable without -o first, disregard a.out.
16648 # It will help us diagnose broken compilers, and finding out an intuition
16649 # of exeext.
16650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
16651 $as_echo_n "checking whether the C compiler works... " >&6; }
16652 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
16653
16654 # The possible output files:
16655 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
16656
16657 ac_rmfiles=
16658 for ac_file in $ac_files
16659 do
16660   case $ac_file in
16661     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
16662     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
16663   esac
16664 done
16665 rm -f $ac_rmfiles
16666
16667 if { { ac_try="$ac_link_default"
16668 case "(($ac_try" in
16669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16670   *) ac_try_echo=$ac_try;;
16671 esac
16672 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16673 $as_echo "$ac_try_echo"; } >&5
16674   (eval "$ac_link_default") 2>&5
16675   ac_status=$?
16676   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16677   test $ac_status = 0; }; then :
16678   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
16679 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
16680 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
16681 # so that the user can short-circuit this test for compilers unknown to
16682 # Autoconf.
16683 for ac_file in $ac_files ''
16684 do
16685   test -f "$ac_file" || continue
16686   case $ac_file in
16687     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
16688         ;;
16689     [ab].out )
16690         # We found the default executable, but exeext='' is most
16691         # certainly right.
16692         break;;
16693     *.* )
16694         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
16695         then :; else
16696            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
16697         fi
16698         # We set ac_cv_exeext here because the later test for it is not
16699         # safe: cross compilers may not add the suffix if given an `-o'
16700         # argument, so we may need to know it at that point already.
16701         # Even if this section looks crufty: it has the advantage of
16702         # actually working.
16703         break;;
16704     * )
16705         break;;
16706   esac
16707 done
16708 test "$ac_cv_exeext" = no && ac_cv_exeext=
16709
16710 else
16711   ac_file=''
16712 fi
16713 if test -z "$ac_file"; then :
16714   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16715 $as_echo "no" >&6; }
16716 $as_echo "$as_me: failed program was:" >&5
16717 sed 's/^/| /' conftest.$ac_ext >&5
16718
16719 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16720 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16721 as_fn_error 77 "C compiler cannot create executables
16722 See \`config.log' for more details" "$LINENO" 5; }
16723 else
16724   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16725 $as_echo "yes" >&6; }
16726 fi
16727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
16728 $as_echo_n "checking for C compiler default output file name... " >&6; }
16729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
16730 $as_echo "$ac_file" >&6; }
16731 ac_exeext=$ac_cv_exeext
16732
16733 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
16734 ac_clean_files=$ac_clean_files_save
16735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
16736 $as_echo_n "checking for suffix of executables... " >&6; }
16737 if { { ac_try="$ac_link"
16738 case "(($ac_try" in
16739   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16740   *) ac_try_echo=$ac_try;;
16741 esac
16742 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16743 $as_echo "$ac_try_echo"; } >&5
16744   (eval "$ac_link") 2>&5
16745   ac_status=$?
16746   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16747   test $ac_status = 0; }; then :
16748   # If both `conftest.exe' and `conftest' are `present' (well, observable)
16749 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
16750 # work properly (i.e., refer to `conftest.exe'), while it won't with
16751 # `rm'.
16752 for ac_file in conftest.exe conftest conftest.*; do
16753   test -f "$ac_file" || continue
16754   case $ac_file in
16755     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
16756     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
16757           break;;
16758     * ) break;;
16759   esac
16760 done
16761 else
16762   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16763 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16764 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
16765 See \`config.log' for more details" "$LINENO" 5; }
16766 fi
16767 rm -f conftest conftest$ac_cv_exeext
16768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
16769 $as_echo "$ac_cv_exeext" >&6; }
16770
16771 rm -f conftest.$ac_ext
16772 EXEEXT=$ac_cv_exeext
16773 ac_exeext=$EXEEXT
16774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16775 /* end confdefs.h.  */
16776 #include <stdio.h>
16777 int
16778 main ()
16779 {
16780 FILE *f = fopen ("conftest.out", "w");
16781  return ferror (f) || fclose (f) != 0;
16782
16783   ;
16784   return 0;
16785 }
16786 _ACEOF
16787 ac_clean_files="$ac_clean_files conftest.out"
16788 # Check that the compiler produces executables we can run.  If not, either
16789 # the compiler is broken, or we cross compile.
16790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
16791 $as_echo_n "checking whether we are cross compiling... " >&6; }
16792 if test "$cross_compiling" != yes; then
16793   { { ac_try="$ac_link"
16794 case "(($ac_try" in
16795   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16796   *) ac_try_echo=$ac_try;;
16797 esac
16798 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16799 $as_echo "$ac_try_echo"; } >&5
16800   (eval "$ac_link") 2>&5
16801   ac_status=$?
16802   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16803   test $ac_status = 0; }
16804   if { ac_try='./conftest$ac_cv_exeext'
16805   { { case "(($ac_try" in
16806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16807   *) ac_try_echo=$ac_try;;
16808 esac
16809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16810 $as_echo "$ac_try_echo"; } >&5
16811   (eval "$ac_try") 2>&5
16812   ac_status=$?
16813   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16814   test $ac_status = 0; }; }; then
16815     cross_compiling=no
16816   else
16817     if test "$cross_compiling" = maybe; then
16818         cross_compiling=yes
16819     else
16820         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16821 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16822 as_fn_error $? "cannot run C compiled programs.
16823 If you meant to cross compile, use \`--host'.
16824 See \`config.log' for more details" "$LINENO" 5; }
16825     fi
16826   fi
16827 fi
16828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
16829 $as_echo "$cross_compiling" >&6; }
16830
16831 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
16832 ac_clean_files=$ac_clean_files_save
16833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
16834 $as_echo_n "checking for suffix of object files... " >&6; }
16835 if ${ac_cv_objext+:} false; then :
16836   $as_echo_n "(cached) " >&6
16837 else
16838   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16839 /* end confdefs.h.  */
16840
16841 int
16842 main ()
16843 {
16844
16845   ;
16846   return 0;
16847 }
16848 _ACEOF
16849 rm -f conftest.o conftest.obj
16850 if { { ac_try="$ac_compile"
16851 case "(($ac_try" in
16852   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16853   *) ac_try_echo=$ac_try;;
16854 esac
16855 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16856 $as_echo "$ac_try_echo"; } >&5
16857   (eval "$ac_compile") 2>&5
16858   ac_status=$?
16859   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16860   test $ac_status = 0; }; then :
16861   for ac_file in conftest.o conftest.obj conftest.*; do
16862   test -f "$ac_file" || continue;
16863   case $ac_file in
16864     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
16865     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
16866        break;;
16867   esac
16868 done
16869 else
16870   $as_echo "$as_me: failed program was:" >&5
16871 sed 's/^/| /' conftest.$ac_ext >&5
16872
16873 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16874 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16875 as_fn_error $? "cannot compute suffix of object files: cannot compile
16876 See \`config.log' for more details" "$LINENO" 5; }
16877 fi
16878 rm -f conftest.$ac_cv_objext conftest.$ac_ext
16879 fi
16880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
16881 $as_echo "$ac_cv_objext" >&6; }
16882 OBJEXT=$ac_cv_objext
16883 ac_objext=$OBJEXT
16884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
16885 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
16886 if ${ac_cv_c_compiler_gnu+:} false; then :
16887   $as_echo_n "(cached) " >&6
16888 else
16889   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16890 /* end confdefs.h.  */
16891
16892 int
16893 main ()
16894 {
16895 #ifndef __GNUC__
16896        choke me
16897 #endif
16898
16899   ;
16900   return 0;
16901 }
16902 _ACEOF
16903 if ac_fn_c_try_compile "$LINENO"; then :
16904   ac_compiler_gnu=yes
16905 else
16906   ac_compiler_gnu=no
16907 fi
16908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16909 ac_cv_c_compiler_gnu=$ac_compiler_gnu
16910
16911 fi
16912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
16913 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
16914 if test $ac_compiler_gnu = yes; then
16915   GCC=yes
16916 else
16917   GCC=
16918 fi
16919 ac_test_CFLAGS=${CFLAGS+set}
16920 ac_save_CFLAGS=$CFLAGS
16921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
16922 $as_echo_n "checking whether $CC accepts -g... " >&6; }
16923 if ${ac_cv_prog_cc_g+:} false; then :
16924   $as_echo_n "(cached) " >&6
16925 else
16926   ac_save_c_werror_flag=$ac_c_werror_flag
16927    ac_c_werror_flag=yes
16928    ac_cv_prog_cc_g=no
16929    CFLAGS="-g"
16930    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16931 /* end confdefs.h.  */
16932
16933 int
16934 main ()
16935 {
16936
16937   ;
16938   return 0;
16939 }
16940 _ACEOF
16941 if ac_fn_c_try_compile "$LINENO"; then :
16942   ac_cv_prog_cc_g=yes
16943 else
16944   CFLAGS=""
16945       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16946 /* end confdefs.h.  */
16947
16948 int
16949 main ()
16950 {
16951
16952   ;
16953   return 0;
16954 }
16955 _ACEOF
16956 if ac_fn_c_try_compile "$LINENO"; then :
16957
16958 else
16959   ac_c_werror_flag=$ac_save_c_werror_flag
16960          CFLAGS="-g"
16961          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16962 /* end confdefs.h.  */
16963
16964 int
16965 main ()
16966 {
16967
16968   ;
16969   return 0;
16970 }
16971 _ACEOF
16972 if ac_fn_c_try_compile "$LINENO"; then :
16973   ac_cv_prog_cc_g=yes
16974 fi
16975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16976 fi
16977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16978 fi
16979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16980    ac_c_werror_flag=$ac_save_c_werror_flag
16981 fi
16982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
16983 $as_echo "$ac_cv_prog_cc_g" >&6; }
16984 if test "$ac_test_CFLAGS" = set; then
16985   CFLAGS=$ac_save_CFLAGS
16986 elif test $ac_cv_prog_cc_g = yes; then
16987   if test "$GCC" = yes; then
16988     CFLAGS="-g -O2"
16989   else
16990     CFLAGS="-g"
16991   fi
16992 else
16993   if test "$GCC" = yes; then
16994     CFLAGS="-O2"
16995   else
16996     CFLAGS=
16997   fi
16998 fi
16999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
17000 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
17001 if ${ac_cv_prog_cc_c89+:} false; then :
17002   $as_echo_n "(cached) " >&6
17003 else
17004   ac_cv_prog_cc_c89=no
17005 ac_save_CC=$CC
17006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17007 /* end confdefs.h.  */
17008 #include <stdarg.h>
17009 #include <stdio.h>
17010 struct stat;
17011 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
17012 struct buf { int x; };
17013 FILE * (*rcsopen) (struct buf *, struct stat *, int);
17014 static char *e (p, i)
17015      char **p;
17016      int i;
17017 {
17018   return p[i];
17019 }
17020 static char *f (char * (*g) (char **, int), char **p, ...)
17021 {
17022   char *s;
17023   va_list v;
17024   va_start (v,p);
17025   s = g (p, va_arg (v,int));
17026   va_end (v);
17027   return s;
17028 }
17029
17030 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
17031    function prototypes and stuff, but not '\xHH' hex character constants.
17032    These don't provoke an error unfortunately, instead are silently treated
17033    as 'x'.  The following induces an error, until -std is added to get
17034    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
17035    array size at least.  It's necessary to write '\x00'==0 to get something
17036    that's true only with -std.  */
17037 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
17038
17039 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
17040    inside strings and character constants.  */
17041 #define FOO(x) 'x'
17042 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
17043
17044 int test (int i, double x);
17045 struct s1 {int (*f) (int a);};
17046 struct s2 {int (*f) (double a);};
17047 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
17048 int argc;
17049 char **argv;
17050 int
17051 main ()
17052 {
17053 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
17054   ;
17055   return 0;
17056 }
17057 _ACEOF
17058 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
17059         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
17060 do
17061   CC="$ac_save_CC $ac_arg"
17062   if ac_fn_c_try_compile "$LINENO"; then :
17063   ac_cv_prog_cc_c89=$ac_arg
17064 fi
17065 rm -f core conftest.err conftest.$ac_objext
17066   test "x$ac_cv_prog_cc_c89" != "xno" && break
17067 done
17068 rm -f conftest.$ac_ext
17069 CC=$ac_save_CC
17070
17071 fi
17072 # AC_CACHE_VAL
17073 case "x$ac_cv_prog_cc_c89" in
17074   x)
17075     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
17076 $as_echo "none needed" >&6; } ;;
17077   xno)
17078     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
17079 $as_echo "unsupported" >&6; } ;;
17080   *)
17081     CC="$CC $ac_cv_prog_cc_c89"
17082     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
17083 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
17084 esac
17085 if test "x$ac_cv_prog_cc_c89" != xno; then :
17086
17087 fi
17088
17089 ac_ext=c
17090 ac_cpp='$CPP $CPPFLAGS'
17091 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17092 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17093 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17094
17095
17096
17097
17098
17099
17100
17101
17102     ac_ext=c
17103 ac_cpp='$CPP $CPPFLAGS'
17104 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17105 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17106 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17107
17108     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Intel C compiler" >&5
17109 $as_echo_n "checking whether we are using the Intel C compiler... " >&6; }
17110 if ${bakefile_cv_c_compiler___INTEL_COMPILER+:} false; then :
17111   $as_echo_n "(cached) " >&6
17112 else
17113   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17114 /* end confdefs.h.  */
17115
17116 int
17117 main ()
17118 {
17119
17120              #ifndef __INTEL_COMPILER
17121                 choke me
17122              #endif
17123
17124   ;
17125   return 0;
17126 }
17127 _ACEOF
17128 if ac_fn_c_try_compile "$LINENO"; then :
17129   bakefile_cv_c_compiler___INTEL_COMPILER=yes
17130 else
17131   bakefile_cv_c_compiler___INTEL_COMPILER=no
17132
17133 fi
17134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17135
17136
17137 fi
17138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
17139 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
17140     if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
17141         :; INTELCC=yes
17142     else
17143         :;
17144     fi
17145     ac_ext=c
17146 ac_cpp='$CPP $CPPFLAGS'
17147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17150
17151
17152
17153
17154         if test "$INTELCC" = "yes"; then
17155
17156
17157     ac_ext=c
17158 ac_cpp='$CPP $CPPFLAGS'
17159 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17160 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17161 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17162
17163     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C compiler v8 or later" >&5
17164 $as_echo_n "checking whether we are using Intel C compiler v8 or later... " >&6; }
17165 if ${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+:} false; then :
17166   $as_echo_n "(cached) " >&6
17167 else
17168   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17169 /* end confdefs.h.  */
17170
17171 int
17172 main ()
17173 {
17174
17175              #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
17176                 choke me
17177              #endif
17178
17179   ;
17180   return 0;
17181 }
17182 _ACEOF
17183 if ac_fn_c_try_compile "$LINENO"; then :
17184   bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=yes
17185 else
17186   bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=no
17187
17188 fi
17189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17190
17191
17192 fi
17193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
17194 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
17195     if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
17196         :; INTELCC8=yes
17197     else
17198         :;
17199     fi
17200     ac_ext=c
17201 ac_cpp='$CPP $CPPFLAGS'
17202 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17203 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17204 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17205
17206
17207
17208
17209
17210     ac_ext=c
17211 ac_cpp='$CPP $CPPFLAGS'
17212 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17213 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17214 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17215
17216     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C compiler v10 or later" >&5
17217 $as_echo_n "checking whether we are using Intel C compiler v10 or later... " >&6; }
17218 if ${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+:} false; then :
17219   $as_echo_n "(cached) " >&6
17220 else
17221   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17222 /* end confdefs.h.  */
17223
17224 int
17225 main ()
17226 {
17227
17228              #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
17229                 choke me
17230              #endif
17231
17232   ;
17233   return 0;
17234 }
17235 _ACEOF
17236 if ac_fn_c_try_compile "$LINENO"; then :
17237   bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=yes
17238 else
17239   bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=no
17240
17241 fi
17242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17243
17244
17245 fi
17246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
17247 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
17248     if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
17249         :; INTELCC10=yes
17250     else
17251         :;
17252     fi
17253     ac_ext=c
17254 ac_cpp='$CPP $CPPFLAGS'
17255 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17256 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17257 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17258
17259
17260
17261     fi
17262
17263         if test "x$GCC" != "xyes"; then
17264         if test "xCC" = "xC"; then
17265             { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler requires -ext o" >&5
17266 $as_echo_n "checking if the C compiler requires -ext o... " >&6; }
17267 if ${bakefile_cv_c_exto+:} false; then :
17268   $as_echo_n "(cached) " >&6
17269 else
17270   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17271 /* end confdefs.h.  */
17272
17273 int
17274 main ()
17275 {
17276
17277   ;
17278   return 0;
17279 }
17280 _ACEOF
17281 rm -f conftest.$ac_objext conftest.$ac_ext.o
17282 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
17283   (eval $ac_compile) 2>&5
17284   ac_status=$?
17285   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17286   test $ac_status = 0; }; then :
17287   for ac_file in `(ls conftest.* 2>/dev/null)`; do
17288     case $ac_file in
17289         conftest.$ac_ext.o)
17290             bakefile_cv_c_exto="-ext o"
17291             ;;
17292         *)
17293             ;;
17294     esac
17295 done
17296 else
17297   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17298 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17299 as_fn_error $? "cannot figure out if compiler needs -ext o: cannot compile
17300 See \`config.log' for more details" "$LINENO" 5; }
17301
17302 fi
17303 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
17304
17305 fi
17306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_exto" >&5
17307 $as_echo "$bakefile_cv_c_exto" >&6; }
17308 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17309     if test "c" = "c"; then
17310         CFLAGS="$bakefile_cv_c_exto $CFLAGS"
17311     fi
17312     if test "c" = "cxx"; then
17313         CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
17314     fi
17315 fi
17316
17317             if test "x$bakefile_cv_c_exto" '!=' "x"; then
17318                 unset ac_cv_prog_cc_g
17319                 ac_test_CFLAGS=${CFLAGS+set}
17320 ac_save_CFLAGS=$CFLAGS
17321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
17322 $as_echo_n "checking whether $CC accepts -g... " >&6; }
17323 if ${ac_cv_prog_cc_g+:} false; then :
17324   $as_echo_n "(cached) " >&6
17325 else
17326   ac_save_c_werror_flag=$ac_c_werror_flag
17327    ac_c_werror_flag=yes
17328    ac_cv_prog_cc_g=no
17329    CFLAGS="-g"
17330    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17331 /* end confdefs.h.  */
17332
17333 int
17334 main ()
17335 {
17336
17337   ;
17338   return 0;
17339 }
17340 _ACEOF
17341 if ac_fn_c_try_compile "$LINENO"; then :
17342   ac_cv_prog_cc_g=yes
17343 else
17344   CFLAGS=""
17345       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17346 /* end confdefs.h.  */
17347
17348 int
17349 main ()
17350 {
17351
17352   ;
17353   return 0;
17354 }
17355 _ACEOF
17356 if ac_fn_c_try_compile "$LINENO"; then :
17357
17358 else
17359   ac_c_werror_flag=$ac_save_c_werror_flag
17360          CFLAGS="-g"
17361          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17362 /* end confdefs.h.  */
17363
17364 int
17365 main ()
17366 {
17367
17368   ;
17369   return 0;
17370 }
17371 _ACEOF
17372 if ac_fn_c_try_compile "$LINENO"; then :
17373   ac_cv_prog_cc_g=yes
17374 fi
17375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17376 fi
17377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17378 fi
17379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17380    ac_c_werror_flag=$ac_save_c_werror_flag
17381 fi
17382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
17383 $as_echo "$ac_cv_prog_cc_g" >&6; }
17384 if test "$ac_test_CFLAGS" = set; then
17385   CFLAGS=$ac_save_CFLAGS
17386 elif test $ac_cv_prog_cc_g = yes; then
17387   if test "$GCC" = yes; then
17388     CFLAGS="-g -O2"
17389   else
17390     CFLAGS="-g"
17391   fi
17392 else
17393   if test "$GCC" = yes; then
17394     CFLAGS="-O2"
17395   else
17396     CFLAGS=
17397   fi
17398 fi
17399             fi
17400         fi
17401
17402                         case `uname -s` in
17403             AIX*)
17404
17405
17406     ac_ext=c
17407 ac_cpp='$CPP $CPPFLAGS'
17408 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17409 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17410 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17411
17412     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C compiler" >&5
17413 $as_echo_n "checking whether we are using the IBM xlC C compiler... " >&6; }
17414 if ${bakefile_cv_c_compiler___xlC__+:} false; then :
17415   $as_echo_n "(cached) " >&6
17416 else
17417   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17418 /* end confdefs.h.  */
17419
17420 int
17421 main ()
17422 {
17423
17424              #ifndef __xlC__
17425                 choke me
17426              #endif
17427
17428   ;
17429   return 0;
17430 }
17431 _ACEOF
17432 if ac_fn_c_try_compile "$LINENO"; then :
17433   bakefile_cv_c_compiler___xlC__=yes
17434 else
17435   bakefile_cv_c_compiler___xlC__=no
17436
17437 fi
17438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17439
17440
17441 fi
17442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___xlC__" >&5
17443 $as_echo "$bakefile_cv_c_compiler___xlC__" >&6; }
17444     if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17445         :; XLCC=yes
17446     else
17447         :;
17448     fi
17449     ac_ext=c
17450 ac_cpp='$CPP $CPPFLAGS'
17451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17454
17455
17456
17457                 ;;
17458
17459             Darwin)
17460
17461
17462     ac_ext=c
17463 ac_cpp='$CPP $CPPFLAGS'
17464 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17465 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17466 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17467
17468     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Metrowerks C compiler" >&5
17469 $as_echo_n "checking whether we are using the Metrowerks C compiler... " >&6; }
17470 if ${bakefile_cv_c_compiler___MWERKS__+:} false; then :
17471   $as_echo_n "(cached) " >&6
17472 else
17473   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17474 /* end confdefs.h.  */
17475
17476 int
17477 main ()
17478 {
17479
17480              #ifndef __MWERKS__
17481                 choke me
17482              #endif
17483
17484   ;
17485   return 0;
17486 }
17487 _ACEOF
17488 if ac_fn_c_try_compile "$LINENO"; then :
17489   bakefile_cv_c_compiler___MWERKS__=yes
17490 else
17491   bakefile_cv_c_compiler___MWERKS__=no
17492
17493 fi
17494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17495
17496
17497 fi
17498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___MWERKS__" >&5
17499 $as_echo "$bakefile_cv_c_compiler___MWERKS__" >&6; }
17500     if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
17501         :; MWCC=yes
17502     else
17503         :;
17504     fi
17505     ac_ext=c
17506 ac_cpp='$CPP $CPPFLAGS'
17507 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17508 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17509 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17510
17511
17512
17513                 if test "$MWCC" != "yes"; then
17514
17515
17516     ac_ext=c
17517 ac_cpp='$CPP $CPPFLAGS'
17518 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17519 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17520 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17521
17522     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C compiler" >&5
17523 $as_echo_n "checking whether we are using the IBM xlC C compiler... " >&6; }
17524 if ${bakefile_cv_c_compiler___xlC__+:} false; then :
17525   $as_echo_n "(cached) " >&6
17526 else
17527   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17528 /* end confdefs.h.  */
17529
17530 int
17531 main ()
17532 {
17533
17534              #ifndef __xlC__
17535                 choke me
17536              #endif
17537
17538   ;
17539   return 0;
17540 }
17541 _ACEOF
17542 if ac_fn_c_try_compile "$LINENO"; then :
17543   bakefile_cv_c_compiler___xlC__=yes
17544 else
17545   bakefile_cv_c_compiler___xlC__=no
17546
17547 fi
17548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17549
17550
17551 fi
17552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___xlC__" >&5
17553 $as_echo "$bakefile_cv_c_compiler___xlC__" >&6; }
17554     if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17555         :; XLCC=yes
17556     else
17557         :;
17558     fi
17559     ac_ext=c
17560 ac_cpp='$CPP $CPPFLAGS'
17561 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17562 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17563 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17564
17565
17566
17567                 fi
17568                 ;;
17569
17570             IRIX*)
17571
17572
17573     ac_ext=c
17574 ac_cpp='$CPP $CPPFLAGS'
17575 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17576 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17577 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17578
17579     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the SGI C compiler" >&5
17580 $as_echo_n "checking whether we are using the SGI C compiler... " >&6; }
17581 if ${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+:} false; then :
17582   $as_echo_n "(cached) " >&6
17583 else
17584   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17585 /* end confdefs.h.  */
17586
17587 int
17588 main ()
17589 {
17590
17591              #ifndef _SGI_COMPILER_VERSION
17592                 choke me
17593              #endif
17594
17595   ;
17596   return 0;
17597 }
17598 _ACEOF
17599 if ac_fn_c_try_compile "$LINENO"; then :
17600   bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
17601 else
17602   bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
17603
17604 fi
17605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17606
17607
17608 fi
17609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
17610 $as_echo "$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
17611     if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
17612         :; SGICC=yes
17613     else
17614         :;
17615     fi
17616     ac_ext=c
17617 ac_cpp='$CPP $CPPFLAGS'
17618 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17619 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17620 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17621
17622
17623
17624                 ;;
17625
17626             Linux*)
17627                                                 if test "$INTELCC" != "yes"; then
17628
17629
17630     ac_ext=c
17631 ac_cpp='$CPP $CPPFLAGS'
17632 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17633 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17634 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17635
17636     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C compiler" >&5
17637 $as_echo_n "checking whether we are using the Sun C compiler... " >&6; }
17638 if ${bakefile_cv_c_compiler___SUNPRO_C+:} false; then :
17639   $as_echo_n "(cached) " >&6
17640 else
17641   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17642 /* end confdefs.h.  */
17643
17644 int
17645 main ()
17646 {
17647
17648              #ifndef __SUNPRO_C
17649                 choke me
17650              #endif
17651
17652   ;
17653   return 0;
17654 }
17655 _ACEOF
17656 if ac_fn_c_try_compile "$LINENO"; then :
17657   bakefile_cv_c_compiler___SUNPRO_C=yes
17658 else
17659   bakefile_cv_c_compiler___SUNPRO_C=no
17660
17661 fi
17662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17663
17664
17665 fi
17666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17667 $as_echo "$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17668     if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17669         :; SUNCC=yes
17670     else
17671         :;
17672     fi
17673     ac_ext=c
17674 ac_cpp='$CPP $CPPFLAGS'
17675 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17676 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17677 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17678
17679
17680
17681                 fi
17682                 ;;
17683
17684             HP-UX*)
17685
17686
17687     ac_ext=c
17688 ac_cpp='$CPP $CPPFLAGS'
17689 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17690 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17691 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17692
17693     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the HP C compiler" >&5
17694 $as_echo_n "checking whether we are using the HP C compiler... " >&6; }
17695 if ${bakefile_cv_c_compiler___HP_cc+:} false; then :
17696   $as_echo_n "(cached) " >&6
17697 else
17698   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17699 /* end confdefs.h.  */
17700
17701 int
17702 main ()
17703 {
17704
17705              #ifndef __HP_cc
17706                 choke me
17707              #endif
17708
17709   ;
17710   return 0;
17711 }
17712 _ACEOF
17713 if ac_fn_c_try_compile "$LINENO"; then :
17714   bakefile_cv_c_compiler___HP_cc=yes
17715 else
17716   bakefile_cv_c_compiler___HP_cc=no
17717
17718 fi
17719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17720
17721
17722 fi
17723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___HP_cc" >&5
17724 $as_echo "$bakefile_cv_c_compiler___HP_cc" >&6; }
17725     if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
17726         :; HPCC=yes
17727     else
17728         :;
17729     fi
17730     ac_ext=c
17731 ac_cpp='$CPP $CPPFLAGS'
17732 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17733 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17734 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17735
17736
17737
17738                 ;;
17739
17740             OSF1)
17741
17742
17743     ac_ext=c
17744 ac_cpp='$CPP $CPPFLAGS'
17745 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17746 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17747 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17748
17749     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Compaq C compiler" >&5
17750 $as_echo_n "checking whether we are using the Compaq C compiler... " >&6; }
17751 if ${bakefile_cv_c_compiler___DECC+:} false; then :
17752   $as_echo_n "(cached) " >&6
17753 else
17754   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17755 /* end confdefs.h.  */
17756
17757 int
17758 main ()
17759 {
17760
17761              #ifndef __DECC
17762                 choke me
17763              #endif
17764
17765   ;
17766   return 0;
17767 }
17768 _ACEOF
17769 if ac_fn_c_try_compile "$LINENO"; then :
17770   bakefile_cv_c_compiler___DECC=yes
17771 else
17772   bakefile_cv_c_compiler___DECC=no
17773
17774 fi
17775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17776
17777
17778 fi
17779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___DECC" >&5
17780 $as_echo "$bakefile_cv_c_compiler___DECC" >&6; }
17781     if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
17782         :; COMPAQCC=yes
17783     else
17784         :;
17785     fi
17786     ac_ext=c
17787 ac_cpp='$CPP $CPPFLAGS'
17788 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17789 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17790 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17791
17792
17793
17794                 ;;
17795
17796             SunOS)
17797
17798
17799     ac_ext=c
17800 ac_cpp='$CPP $CPPFLAGS'
17801 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17802 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17803 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17804
17805     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C compiler" >&5
17806 $as_echo_n "checking whether we are using the Sun C compiler... " >&6; }
17807 if ${bakefile_cv_c_compiler___SUNPRO_C+:} false; then :
17808   $as_echo_n "(cached) " >&6
17809 else
17810   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17811 /* end confdefs.h.  */
17812
17813 int
17814 main ()
17815 {
17816
17817              #ifndef __SUNPRO_C
17818                 choke me
17819              #endif
17820
17821   ;
17822   return 0;
17823 }
17824 _ACEOF
17825 if ac_fn_c_try_compile "$LINENO"; then :
17826   bakefile_cv_c_compiler___SUNPRO_C=yes
17827 else
17828   bakefile_cv_c_compiler___SUNPRO_C=no
17829
17830 fi
17831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17832
17833
17834 fi
17835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17836 $as_echo "$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17837     if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17838         :; SUNCC=yes
17839     else
17840         :;
17841     fi
17842     ac_ext=c
17843 ac_cpp='$CPP $CPPFLAGS'
17844 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17845 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17846 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17847
17848
17849
17850                 ;;
17851         esac
17852     fi
17853
17854
17855
17856 ac_ext=c
17857 ac_cpp='$CPP $CPPFLAGS'
17858 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17859 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17860 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
17862 $as_echo_n "checking how to run the C preprocessor... " >&6; }
17863 # On Suns, sometimes $CPP names a directory.
17864 if test -n "$CPP" && test -d "$CPP"; then
17865   CPP=
17866 fi
17867 if test -z "$CPP"; then
17868   if ${ac_cv_prog_CPP+:} false; then :
17869   $as_echo_n "(cached) " >&6
17870 else
17871       # Double quotes because CPP needs to be expanded
17872     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
17873     do
17874       ac_preproc_ok=false
17875 for ac_c_preproc_warn_flag in '' yes
17876 do
17877   # Use a header file that comes with gcc, so configuring glibc
17878   # with a fresh cross-compiler works.
17879   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17880   # <limits.h> exists even on freestanding compilers.
17881   # On the NeXT, cc -E runs the code through the compiler's parser,
17882   # not just through cpp. "Syntax error" is here to catch this case.
17883   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17884 /* end confdefs.h.  */
17885 #ifdef __STDC__
17886 # include <limits.h>
17887 #else
17888 # include <assert.h>
17889 #endif
17890                      Syntax error
17891 _ACEOF
17892 if ac_fn_c_try_cpp "$LINENO"; then :
17893
17894 else
17895   # Broken: fails on valid input.
17896 continue
17897 fi
17898 rm -f conftest.err conftest.i conftest.$ac_ext
17899
17900   # OK, works on sane cases.  Now check whether nonexistent headers
17901   # can be detected and how.
17902   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17903 /* end confdefs.h.  */
17904 #include <ac_nonexistent.h>
17905 _ACEOF
17906 if ac_fn_c_try_cpp "$LINENO"; then :
17907   # Broken: success on invalid input.
17908 continue
17909 else
17910   # Passes both tests.
17911 ac_preproc_ok=:
17912 break
17913 fi
17914 rm -f conftest.err conftest.i conftest.$ac_ext
17915
17916 done
17917 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17918 rm -f conftest.i conftest.err conftest.$ac_ext
17919 if $ac_preproc_ok; then :
17920   break
17921 fi
17922
17923     done
17924     ac_cv_prog_CPP=$CPP
17925
17926 fi
17927   CPP=$ac_cv_prog_CPP
17928 else
17929   ac_cv_prog_CPP=$CPP
17930 fi
17931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
17932 $as_echo "$CPP" >&6; }
17933 ac_preproc_ok=false
17934 for ac_c_preproc_warn_flag in '' yes
17935 do
17936   # Use a header file that comes with gcc, so configuring glibc
17937   # with a fresh cross-compiler works.
17938   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17939   # <limits.h> exists even on freestanding compilers.
17940   # On the NeXT, cc -E runs the code through the compiler's parser,
17941   # not just through cpp. "Syntax error" is here to catch this case.
17942   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17943 /* end confdefs.h.  */
17944 #ifdef __STDC__
17945 # include <limits.h>
17946 #else
17947 # include <assert.h>
17948 #endif
17949                      Syntax error
17950 _ACEOF
17951 if ac_fn_c_try_cpp "$LINENO"; then :
17952
17953 else
17954   # Broken: fails on valid input.
17955 continue
17956 fi
17957 rm -f conftest.err conftest.i conftest.$ac_ext
17958
17959   # OK, works on sane cases.  Now check whether nonexistent headers
17960   # can be detected and how.
17961   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17962 /* end confdefs.h.  */
17963 #include <ac_nonexistent.h>
17964 _ACEOF
17965 if ac_fn_c_try_cpp "$LINENO"; then :
17966   # Broken: success on invalid input.
17967 continue
17968 else
17969   # Passes both tests.
17970 ac_preproc_ok=:
17971 break
17972 fi
17973 rm -f conftest.err conftest.i conftest.$ac_ext
17974
17975 done
17976 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17977 rm -f conftest.i conftest.err conftest.$ac_ext
17978 if $ac_preproc_ok; then :
17979
17980 else
17981   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17982 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17983 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
17984 See \`config.log' for more details" "$LINENO" 5; }
17985 fi
17986
17987 ac_ext=c
17988 ac_cpp='$CPP $CPPFLAGS'
17989 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17990 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17991 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17992
17993
17994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
17995 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
17996 if ${ac_cv_path_GREP+:} false; then :
17997   $as_echo_n "(cached) " >&6
17998 else
17999   if test -z "$GREP"; then
18000   ac_path_GREP_found=false
18001   # Loop through the user's path and test for each of PROGNAME-LIST
18002   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18003 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
18004 do
18005   IFS=$as_save_IFS
18006   test -z "$as_dir" && as_dir=.
18007     for ac_prog in grep ggrep; do
18008     for ac_exec_ext in '' $ac_executable_extensions; do
18009       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
18010       as_fn_executable_p "$ac_path_GREP" || continue
18011 # Check for GNU ac_path_GREP and select it if it is found.
18012   # Check for GNU $ac_path_GREP
18013 case `"$ac_path_GREP" --version 2>&1` in
18014 *GNU*)
18015   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
18016 *)
18017   ac_count=0
18018   $as_echo_n 0123456789 >"conftest.in"
18019   while :
18020   do
18021     cat "conftest.in" "conftest.in" >"conftest.tmp"
18022     mv "conftest.tmp" "conftest.in"
18023     cp "conftest.in" "conftest.nl"
18024     $as_echo 'GREP' >> "conftest.nl"
18025     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
18026     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
18027     as_fn_arith $ac_count + 1 && ac_count=$as_val
18028     if test $ac_count -gt ${ac_path_GREP_max-0}; then
18029       # Best one so far, save it but keep looking for a better one
18030       ac_cv_path_GREP="$ac_path_GREP"
18031       ac_path_GREP_max=$ac_count
18032     fi
18033     # 10*(2^10) chars as input seems more than enough
18034     test $ac_count -gt 10 && break
18035   done
18036   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
18037 esac
18038
18039       $ac_path_GREP_found && break 3
18040     done
18041   done
18042   done
18043 IFS=$as_save_IFS
18044   if test -z "$ac_cv_path_GREP"; then
18045     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
18046   fi
18047 else
18048   ac_cv_path_GREP=$GREP
18049 fi
18050
18051 fi
18052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
18053 $as_echo "$ac_cv_path_GREP" >&6; }
18054  GREP="$ac_cv_path_GREP"
18055
18056
18057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
18058 $as_echo_n "checking for egrep... " >&6; }
18059 if ${ac_cv_path_EGREP+:} false; then :
18060   $as_echo_n "(cached) " >&6
18061 else
18062   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
18063    then ac_cv_path_EGREP="$GREP -E"
18064    else
18065      if test -z "$EGREP"; then
18066   ac_path_EGREP_found=false
18067   # Loop through the user's path and test for each of PROGNAME-LIST
18068   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18069 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
18070 do
18071   IFS=$as_save_IFS
18072   test -z "$as_dir" && as_dir=.
18073     for ac_prog in egrep; do
18074     for ac_exec_ext in '' $ac_executable_extensions; do
18075       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
18076       as_fn_executable_p "$ac_path_EGREP" || continue
18077 # Check for GNU ac_path_EGREP and select it if it is found.
18078   # Check for GNU $ac_path_EGREP
18079 case `"$ac_path_EGREP" --version 2>&1` in
18080 *GNU*)
18081   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
18082 *)
18083   ac_count=0
18084   $as_echo_n 0123456789 >"conftest.in"
18085   while :
18086   do
18087     cat "conftest.in" "conftest.in" >"conftest.tmp"
18088     mv "conftest.tmp" "conftest.in"
18089     cp "conftest.in" "conftest.nl"
18090     $as_echo 'EGREP' >> "conftest.nl"
18091     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
18092     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
18093     as_fn_arith $ac_count + 1 && ac_count=$as_val
18094     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
18095       # Best one so far, save it but keep looking for a better one
18096       ac_cv_path_EGREP="$ac_path_EGREP"
18097       ac_path_EGREP_max=$ac_count
18098     fi
18099     # 10*(2^10) chars as input seems more than enough
18100     test $ac_count -gt 10 && break
18101   done
18102   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
18103 esac
18104
18105       $ac_path_EGREP_found && break 3
18106     done
18107   done
18108   done
18109 IFS=$as_save_IFS
18110   if test -z "$ac_cv_path_EGREP"; then
18111     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
18112   fi
18113 else
18114   ac_cv_path_EGREP=$EGREP
18115 fi
18116
18117    fi
18118 fi
18119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
18120 $as_echo "$ac_cv_path_EGREP" >&6; }
18121  EGREP="$ac_cv_path_EGREP"
18122
18123
18124 if test $ac_cv_c_compiler_gnu = yes; then
18125     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
18126 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
18127 if ${ac_cv_prog_gcc_traditional+:} false; then :
18128   $as_echo_n "(cached) " >&6
18129 else
18130     ac_pattern="Autoconf.*'x'"
18131   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18132 /* end confdefs.h.  */
18133 #include <sgtty.h>
18134 Autoconf TIOCGETP
18135 _ACEOF
18136 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18137   $EGREP "$ac_pattern" >/dev/null 2>&1; then :
18138   ac_cv_prog_gcc_traditional=yes
18139 else
18140   ac_cv_prog_gcc_traditional=no
18141 fi
18142 rm -f conftest*
18143
18144
18145   if test $ac_cv_prog_gcc_traditional = no; then
18146     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18147 /* end confdefs.h.  */
18148 #include <termio.h>
18149 Autoconf TCGETA
18150 _ACEOF
18151 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18152   $EGREP "$ac_pattern" >/dev/null 2>&1; then :
18153   ac_cv_prog_gcc_traditional=yes
18154 fi
18155 rm -f conftest*
18156
18157   fi
18158 fi
18159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
18160 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
18161   if test $ac_cv_prog_gcc_traditional = yes; then
18162     CC="$CC -traditional"
18163   fi
18164 fi
18165
18166
18167 CXXFLAGS=${CXXFLAGS:=}
18168 ac_ext=cpp
18169 ac_cpp='$CXXCPP $CPPFLAGS'
18170 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18171 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18172 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18173 if test -z "$CXX"; then
18174   if test -n "$CCC"; then
18175     CXX=$CCC
18176   else
18177     if test -n "$ac_tool_prefix"; then
18178   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18179   do
18180     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
18181 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
18182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18183 $as_echo_n "checking for $ac_word... " >&6; }
18184 if ${ac_cv_prog_CXX+:} false; then :
18185   $as_echo_n "(cached) " >&6
18186 else
18187   if test -n "$CXX"; then
18188   ac_cv_prog_CXX="$CXX" # Let the user override the test.
18189 else
18190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18191 for as_dir in $PATH
18192 do
18193   IFS=$as_save_IFS
18194   test -z "$as_dir" && as_dir=.
18195     for ac_exec_ext in '' $ac_executable_extensions; do
18196   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18197     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
18198     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18199     break 2
18200   fi
18201 done
18202   done
18203 IFS=$as_save_IFS
18204
18205 fi
18206 fi
18207 CXX=$ac_cv_prog_CXX
18208 if test -n "$CXX"; then
18209   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
18210 $as_echo "$CXX" >&6; }
18211 else
18212   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18213 $as_echo "no" >&6; }
18214 fi
18215
18216
18217     test -n "$CXX" && break
18218   done
18219 fi
18220 if test -z "$CXX"; then
18221   ac_ct_CXX=$CXX
18222   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18223 do
18224   # Extract the first word of "$ac_prog", so it can be a program name with args.
18225 set dummy $ac_prog; ac_word=$2
18226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18227 $as_echo_n "checking for $ac_word... " >&6; }
18228 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
18229   $as_echo_n "(cached) " >&6
18230 else
18231   if test -n "$ac_ct_CXX"; then
18232   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
18233 else
18234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18235 for as_dir in $PATH
18236 do
18237   IFS=$as_save_IFS
18238   test -z "$as_dir" && as_dir=.
18239     for ac_exec_ext in '' $ac_executable_extensions; do
18240   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18241     ac_cv_prog_ac_ct_CXX="$ac_prog"
18242     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18243     break 2
18244   fi
18245 done
18246   done
18247 IFS=$as_save_IFS
18248
18249 fi
18250 fi
18251 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
18252 if test -n "$ac_ct_CXX"; then
18253   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
18254 $as_echo "$ac_ct_CXX" >&6; }
18255 else
18256   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18257 $as_echo "no" >&6; }
18258 fi
18259
18260
18261   test -n "$ac_ct_CXX" && break
18262 done
18263
18264   if test "x$ac_ct_CXX" = x; then
18265     CXX="g++"
18266   else
18267     case $cross_compiling:$ac_tool_warned in
18268 yes:)
18269 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
18270 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
18271 ac_tool_warned=yes ;;
18272 esac
18273     CXX=$ac_ct_CXX
18274   fi
18275 fi
18276
18277   fi
18278 fi
18279 # Provide some information about the compiler.
18280 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
18281 set X $ac_compile
18282 ac_compiler=$2
18283 for ac_option in --version -v -V -qversion; do
18284   { { ac_try="$ac_compiler $ac_option >&5"
18285 case "(($ac_try" in
18286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18287   *) ac_try_echo=$ac_try;;
18288 esac
18289 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
18290 $as_echo "$ac_try_echo"; } >&5
18291   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18292   ac_status=$?
18293   if test -s conftest.err; then
18294     sed '10a\
18295 ... rest of stderr output deleted ...
18296          10q' conftest.err >conftest.er1
18297     cat conftest.er1 >&5
18298   fi
18299   rm -f conftest.er1 conftest.err
18300   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18301   test $ac_status = 0; }
18302 done
18303
18304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
18305 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
18306 if ${ac_cv_cxx_compiler_gnu+:} false; then :
18307   $as_echo_n "(cached) " >&6
18308 else
18309   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18310 /* end confdefs.h.  */
18311
18312 int
18313 main ()
18314 {
18315 #ifndef __GNUC__
18316        choke me
18317 #endif
18318
18319   ;
18320   return 0;
18321 }
18322 _ACEOF
18323 if ac_fn_cxx_try_compile "$LINENO"; then :
18324   ac_compiler_gnu=yes
18325 else
18326   ac_compiler_gnu=no
18327 fi
18328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18329 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
18330
18331 fi
18332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
18333 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
18334 if test $ac_compiler_gnu = yes; then
18335   GXX=yes
18336 else
18337   GXX=
18338 fi
18339 ac_test_CXXFLAGS=${CXXFLAGS+set}
18340 ac_save_CXXFLAGS=$CXXFLAGS
18341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
18342 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
18343 if ${ac_cv_prog_cxx_g+:} false; then :
18344   $as_echo_n "(cached) " >&6
18345 else
18346   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
18347    ac_cxx_werror_flag=yes
18348    ac_cv_prog_cxx_g=no
18349    CXXFLAGS="-g"
18350    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18351 /* end confdefs.h.  */
18352
18353 int
18354 main ()
18355 {
18356
18357   ;
18358   return 0;
18359 }
18360 _ACEOF
18361 if ac_fn_cxx_try_compile "$LINENO"; then :
18362   ac_cv_prog_cxx_g=yes
18363 else
18364   CXXFLAGS=""
18365       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18366 /* end confdefs.h.  */
18367
18368 int
18369 main ()
18370 {
18371
18372   ;
18373   return 0;
18374 }
18375 _ACEOF
18376 if ac_fn_cxx_try_compile "$LINENO"; then :
18377
18378 else
18379   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
18380          CXXFLAGS="-g"
18381          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18382 /* end confdefs.h.  */
18383
18384 int
18385 main ()
18386 {
18387
18388   ;
18389   return 0;
18390 }
18391 _ACEOF
18392 if ac_fn_cxx_try_compile "$LINENO"; then :
18393   ac_cv_prog_cxx_g=yes
18394 fi
18395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18396 fi
18397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18398 fi
18399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18400    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
18401 fi
18402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
18403 $as_echo "$ac_cv_prog_cxx_g" >&6; }
18404 if test "$ac_test_CXXFLAGS" = set; then
18405   CXXFLAGS=$ac_save_CXXFLAGS
18406 elif test $ac_cv_prog_cxx_g = yes; then
18407   if test "$GXX" = yes; then
18408     CXXFLAGS="-g -O2"
18409   else
18410     CXXFLAGS="-g"
18411   fi
18412 else
18413   if test "$GXX" = yes; then
18414     CXXFLAGS="-O2"
18415   else
18416     CXXFLAGS=
18417   fi
18418 fi
18419 ac_ext=c
18420 ac_cpp='$CPP $CPPFLAGS'
18421 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18422 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18423 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18424
18425
18426
18427
18428
18429
18430
18431
18432     ac_ext=cpp
18433 ac_cpp='$CXXCPP $CPPFLAGS'
18434 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18435 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18436 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18437
18438     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Intel C++ compiler" >&5
18439 $as_echo_n "checking whether we are using the Intel C++ compiler... " >&6; }
18440 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER+:} false; then :
18441   $as_echo_n "(cached) " >&6
18442 else
18443   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18444 /* end confdefs.h.  */
18445
18446 int
18447 main ()
18448 {
18449
18450              #ifndef __INTEL_COMPILER
18451                 choke me
18452              #endif
18453
18454   ;
18455   return 0;
18456 }
18457 _ACEOF
18458 if ac_fn_cxx_try_compile "$LINENO"; then :
18459   bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
18460 else
18461   bakefile_cv_cxx_compiler___INTEL_COMPILER=no
18462
18463 fi
18464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18465
18466
18467 fi
18468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
18469 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
18470     if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
18471         :; INTELCXX=yes
18472     else
18473         :;
18474     fi
18475     ac_ext=c
18476 ac_cpp='$CPP $CPPFLAGS'
18477 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18478 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18479 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18480
18481
18482
18483
18484         if test "$INTELCXX" = "yes"; then
18485
18486
18487     ac_ext=cpp
18488 ac_cpp='$CXXCPP $CPPFLAGS'
18489 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18490 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18491 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18492
18493     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C++ compiler v8 or later" >&5
18494 $as_echo_n "checking whether we are using Intel C++ compiler v8 or later... " >&6; }
18495 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+:} false; then :
18496   $as_echo_n "(cached) " >&6
18497 else
18498   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18499 /* end confdefs.h.  */
18500
18501 int
18502 main ()
18503 {
18504
18505              #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
18506                 choke me
18507              #endif
18508
18509   ;
18510   return 0;
18511 }
18512 _ACEOF
18513 if ac_fn_cxx_try_compile "$LINENO"; then :
18514   bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
18515 else
18516   bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
18517
18518 fi
18519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18520
18521
18522 fi
18523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
18524 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
18525     if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
18526         :; INTELCXX8=yes
18527     else
18528         :;
18529     fi
18530     ac_ext=c
18531 ac_cpp='$CPP $CPPFLAGS'
18532 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18533 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18534 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18535
18536
18537
18538
18539
18540     ac_ext=cpp
18541 ac_cpp='$CXXCPP $CPPFLAGS'
18542 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18543 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18544 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18545
18546     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C++ compiler v10 or later" >&5
18547 $as_echo_n "checking whether we are using Intel C++ compiler v10 or later... " >&6; }
18548 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+:} false; then :
18549   $as_echo_n "(cached) " >&6
18550 else
18551   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18552 /* end confdefs.h.  */
18553
18554 int
18555 main ()
18556 {
18557
18558              #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
18559                 choke me
18560              #endif
18561
18562   ;
18563   return 0;
18564 }
18565 _ACEOF
18566 if ac_fn_cxx_try_compile "$LINENO"; then :
18567   bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=yes
18568 else
18569   bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=no
18570
18571 fi
18572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18573
18574
18575 fi
18576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
18577 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
18578     if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
18579         :; INTELCXX10=yes
18580     else
18581         :;
18582     fi
18583     ac_ext=c
18584 ac_cpp='$CPP $CPPFLAGS'
18585 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18586 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18587 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18588
18589
18590
18591     fi
18592
18593         if test "x$GCXX" != "xyes"; then
18594         if test "xCXX" = "xC"; then
18595             { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler requires -ext o" >&5
18596 $as_echo_n "checking if the C compiler requires -ext o... " >&6; }
18597 if ${bakefile_cv_c_exto+:} false; then :
18598   $as_echo_n "(cached) " >&6
18599 else
18600   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18601 /* end confdefs.h.  */
18602
18603 int
18604 main ()
18605 {
18606
18607   ;
18608   return 0;
18609 }
18610 _ACEOF
18611 rm -f conftest.$ac_objext conftest.$ac_ext.o
18612 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18613   (eval $ac_compile) 2>&5
18614   ac_status=$?
18615   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18616   test $ac_status = 0; }; then :
18617   for ac_file in `(ls conftest.* 2>/dev/null)`; do
18618     case $ac_file in
18619         conftest.$ac_ext.o)
18620             bakefile_cv_c_exto="-ext o"
18621             ;;
18622         *)
18623             ;;
18624     esac
18625 done
18626 else
18627   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18628 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18629 as_fn_error $? "cannot figure out if compiler needs -ext o: cannot compile
18630 See \`config.log' for more details" "$LINENO" 5; }
18631
18632 fi
18633 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
18634
18635 fi
18636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_exto" >&5
18637 $as_echo "$bakefile_cv_c_exto" >&6; }
18638 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18639     if test "c" = "c"; then
18640         CFLAGS="$bakefile_cv_c_exto $CFLAGS"
18641     fi
18642     if test "c" = "cxx"; then
18643         CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
18644     fi
18645 fi
18646
18647             if test "x$bakefile_cv_c_exto" '!=' "x"; then
18648                 unset ac_cv_prog_cc_g
18649                 ac_test_CFLAGS=${CFLAGS+set}
18650 ac_save_CFLAGS=$CFLAGS
18651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
18652 $as_echo_n "checking whether $CC accepts -g... " >&6; }
18653 if ${ac_cv_prog_cc_g+:} false; then :
18654   $as_echo_n "(cached) " >&6
18655 else
18656   ac_save_c_werror_flag=$ac_c_werror_flag
18657    ac_c_werror_flag=yes
18658    ac_cv_prog_cc_g=no
18659    CFLAGS="-g"
18660    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18661 /* end confdefs.h.  */
18662
18663 int
18664 main ()
18665 {
18666
18667   ;
18668   return 0;
18669 }
18670 _ACEOF
18671 if ac_fn_c_try_compile "$LINENO"; then :
18672   ac_cv_prog_cc_g=yes
18673 else
18674   CFLAGS=""
18675       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18676 /* end confdefs.h.  */
18677
18678 int
18679 main ()
18680 {
18681
18682   ;
18683   return 0;
18684 }
18685 _ACEOF
18686 if ac_fn_c_try_compile "$LINENO"; then :
18687
18688 else
18689   ac_c_werror_flag=$ac_save_c_werror_flag
18690          CFLAGS="-g"
18691          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18692 /* end confdefs.h.  */
18693
18694 int
18695 main ()
18696 {
18697
18698   ;
18699   return 0;
18700 }
18701 _ACEOF
18702 if ac_fn_c_try_compile "$LINENO"; then :
18703   ac_cv_prog_cc_g=yes
18704 fi
18705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18706 fi
18707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18708 fi
18709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18710    ac_c_werror_flag=$ac_save_c_werror_flag
18711 fi
18712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
18713 $as_echo "$ac_cv_prog_cc_g" >&6; }
18714 if test "$ac_test_CFLAGS" = set; then
18715   CFLAGS=$ac_save_CFLAGS
18716 elif test $ac_cv_prog_cc_g = yes; then
18717   if test "$GCC" = yes; then
18718     CFLAGS="-g -O2"
18719   else
18720     CFLAGS="-g"
18721   fi
18722 else
18723   if test "$GCC" = yes; then
18724     CFLAGS="-O2"
18725   else
18726     CFLAGS=
18727   fi
18728 fi
18729             fi
18730         fi
18731
18732                         case `uname -s` in
18733             AIX*)
18734
18735
18736     ac_ext=cpp
18737 ac_cpp='$CXXCPP $CPPFLAGS'
18738 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18739 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18740 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18741
18742     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C++ compiler" >&5
18743 $as_echo_n "checking whether we are using the IBM xlC C++ compiler... " >&6; }
18744 if ${bakefile_cv_cxx_compiler___xlC__+:} false; then :
18745   $as_echo_n "(cached) " >&6
18746 else
18747   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18748 /* end confdefs.h.  */
18749
18750 int
18751 main ()
18752 {
18753
18754              #ifndef __xlC__
18755                 choke me
18756              #endif
18757
18758   ;
18759   return 0;
18760 }
18761 _ACEOF
18762 if ac_fn_cxx_try_compile "$LINENO"; then :
18763   bakefile_cv_cxx_compiler___xlC__=yes
18764 else
18765   bakefile_cv_cxx_compiler___xlC__=no
18766
18767 fi
18768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18769
18770
18771 fi
18772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18773 $as_echo "$bakefile_cv_cxx_compiler___xlC__" >&6; }
18774     if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18775         :; XLCXX=yes
18776     else
18777         :;
18778     fi
18779     ac_ext=c
18780 ac_cpp='$CPP $CPPFLAGS'
18781 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18782 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18783 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18784
18785
18786
18787                 ;;
18788
18789             Darwin)
18790
18791
18792     ac_ext=cpp
18793 ac_cpp='$CXXCPP $CPPFLAGS'
18794 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18795 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18796 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18797
18798     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Metrowerks C++ compiler" >&5
18799 $as_echo_n "checking whether we are using the Metrowerks C++ compiler... " >&6; }
18800 if ${bakefile_cv_cxx_compiler___MWERKS__+:} false; then :
18801   $as_echo_n "(cached) " >&6
18802 else
18803   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18804 /* end confdefs.h.  */
18805
18806 int
18807 main ()
18808 {
18809
18810              #ifndef __MWERKS__
18811                 choke me
18812              #endif
18813
18814   ;
18815   return 0;
18816 }
18817 _ACEOF
18818 if ac_fn_cxx_try_compile "$LINENO"; then :
18819   bakefile_cv_cxx_compiler___MWERKS__=yes
18820 else
18821   bakefile_cv_cxx_compiler___MWERKS__=no
18822
18823 fi
18824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18825
18826
18827 fi
18828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
18829 $as_echo "$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
18830     if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
18831         :; MWCXX=yes
18832     else
18833         :;
18834     fi
18835     ac_ext=c
18836 ac_cpp='$CPP $CPPFLAGS'
18837 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18838 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18839 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18840
18841
18842
18843                 if test "$MWCXX" != "yes"; then
18844
18845
18846     ac_ext=cpp
18847 ac_cpp='$CXXCPP $CPPFLAGS'
18848 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18849 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18850 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18851
18852     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C++ compiler" >&5
18853 $as_echo_n "checking whether we are using the IBM xlC C++ compiler... " >&6; }
18854 if ${bakefile_cv_cxx_compiler___xlC__+:} false; then :
18855   $as_echo_n "(cached) " >&6
18856 else
18857   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18858 /* end confdefs.h.  */
18859
18860 int
18861 main ()
18862 {
18863
18864              #ifndef __xlC__
18865                 choke me
18866              #endif
18867
18868   ;
18869   return 0;
18870 }
18871 _ACEOF
18872 if ac_fn_cxx_try_compile "$LINENO"; then :
18873   bakefile_cv_cxx_compiler___xlC__=yes
18874 else
18875   bakefile_cv_cxx_compiler___xlC__=no
18876
18877 fi
18878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18879
18880
18881 fi
18882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18883 $as_echo "$bakefile_cv_cxx_compiler___xlC__" >&6; }
18884     if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18885         :; XLCXX=yes
18886     else
18887         :;
18888     fi
18889     ac_ext=c
18890 ac_cpp='$CPP $CPPFLAGS'
18891 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18892 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18893 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18894
18895
18896
18897                 fi
18898                 ;;
18899
18900             IRIX*)
18901
18902
18903     ac_ext=cpp
18904 ac_cpp='$CXXCPP $CPPFLAGS'
18905 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18906 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18907 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18908
18909     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the SGI C++ compiler" >&5
18910 $as_echo_n "checking whether we are using the SGI C++ compiler... " >&6; }
18911 if ${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+:} false; then :
18912   $as_echo_n "(cached) " >&6
18913 else
18914   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18915 /* end confdefs.h.  */
18916
18917 int
18918 main ()
18919 {
18920
18921              #ifndef _SGI_COMPILER_VERSION
18922                 choke me
18923              #endif
18924
18925   ;
18926   return 0;
18927 }
18928 _ACEOF
18929 if ac_fn_cxx_try_compile "$LINENO"; then :
18930   bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
18931 else
18932   bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
18933
18934 fi
18935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18936
18937
18938 fi
18939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
18940 $as_echo "$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
18941     if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
18942         :; SGICXX=yes
18943     else
18944         :;
18945     fi
18946     ac_ext=c
18947 ac_cpp='$CPP $CPPFLAGS'
18948 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18949 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18950 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18951
18952
18953
18954                 ;;
18955
18956             Linux*)
18957                                                 if test "$INTELCXX" != "yes"; then
18958
18959
18960     ac_ext=cpp
18961 ac_cpp='$CXXCPP $CPPFLAGS'
18962 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18963 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18964 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18965
18966     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C++ compiler" >&5
18967 $as_echo_n "checking whether we are using the Sun C++ compiler... " >&6; }
18968 if ${bakefile_cv_cxx_compiler___SUNPRO_CC+:} false; then :
18969   $as_echo_n "(cached) " >&6
18970 else
18971   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18972 /* end confdefs.h.  */
18973
18974 int
18975 main ()
18976 {
18977
18978              #ifndef __SUNPRO_CC
18979                 choke me
18980              #endif
18981
18982   ;
18983   return 0;
18984 }
18985 _ACEOF
18986 if ac_fn_cxx_try_compile "$LINENO"; then :
18987   bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18988 else
18989   bakefile_cv_cxx_compiler___SUNPRO_CC=no
18990
18991 fi
18992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18993
18994
18995 fi
18996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18997 $as_echo "$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18998     if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18999         :; SUNCXX=yes
19000     else
19001         :;
19002     fi
19003     ac_ext=c
19004 ac_cpp='$CPP $CPPFLAGS'
19005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19008
19009
19010
19011                 fi
19012                 ;;
19013
19014             HP-UX*)
19015
19016
19017     ac_ext=cpp
19018 ac_cpp='$CXXCPP $CPPFLAGS'
19019 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19020 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19021 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19022
19023     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the HP C++ compiler" >&5
19024 $as_echo_n "checking whether we are using the HP C++ compiler... " >&6; }
19025 if ${bakefile_cv_cxx_compiler___HP_aCC+:} false; then :
19026   $as_echo_n "(cached) " >&6
19027 else
19028   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19029 /* end confdefs.h.  */
19030
19031 int
19032 main ()
19033 {
19034
19035              #ifndef __HP_aCC
19036                 choke me
19037              #endif
19038
19039   ;
19040   return 0;
19041 }
19042 _ACEOF
19043 if ac_fn_cxx_try_compile "$LINENO"; then :
19044   bakefile_cv_cxx_compiler___HP_aCC=yes
19045 else
19046   bakefile_cv_cxx_compiler___HP_aCC=no
19047
19048 fi
19049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19050
19051
19052 fi
19053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
19054 $as_echo "$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
19055     if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
19056         :; HPCXX=yes
19057     else
19058         :;
19059     fi
19060     ac_ext=c
19061 ac_cpp='$CPP $CPPFLAGS'
19062 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19063 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19064 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19065
19066
19067
19068                 ;;
19069
19070             OSF1)
19071
19072
19073     ac_ext=cpp
19074 ac_cpp='$CXXCPP $CPPFLAGS'
19075 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19076 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19077 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19078
19079     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Compaq C++ compiler" >&5
19080 $as_echo_n "checking whether we are using the Compaq C++ compiler... " >&6; }
19081 if ${bakefile_cv_cxx_compiler___DECCXX+:} false; then :
19082   $as_echo_n "(cached) " >&6
19083 else
19084   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19085 /* end confdefs.h.  */
19086
19087 int
19088 main ()
19089 {
19090
19091              #ifndef __DECCXX
19092                 choke me
19093              #endif
19094
19095   ;
19096   return 0;
19097 }
19098 _ACEOF
19099 if ac_fn_cxx_try_compile "$LINENO"; then :
19100   bakefile_cv_cxx_compiler___DECCXX=yes
19101 else
19102   bakefile_cv_cxx_compiler___DECCXX=no
19103
19104 fi
19105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19106
19107
19108 fi
19109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
19110 $as_echo "$bakefile_cv_cxx_compiler___DECCXX" >&6; }
19111     if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
19112         :; COMPAQCXX=yes
19113     else
19114         :;
19115     fi
19116     ac_ext=c
19117 ac_cpp='$CPP $CPPFLAGS'
19118 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19119 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19120 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19121
19122
19123
19124                 ;;
19125
19126             SunOS)
19127
19128
19129     ac_ext=cpp
19130 ac_cpp='$CXXCPP $CPPFLAGS'
19131 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19132 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19133 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19134
19135     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C++ compiler" >&5
19136 $as_echo_n "checking whether we are using the Sun C++ compiler... " >&6; }
19137 if ${bakefile_cv_cxx_compiler___SUNPRO_CC+:} false; then :
19138   $as_echo_n "(cached) " >&6
19139 else
19140   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19141 /* end confdefs.h.  */
19142
19143 int
19144 main ()
19145 {
19146
19147              #ifndef __SUNPRO_CC
19148                 choke me
19149              #endif
19150
19151   ;
19152   return 0;
19153 }
19154 _ACEOF
19155 if ac_fn_cxx_try_compile "$LINENO"; then :
19156   bakefile_cv_cxx_compiler___SUNPRO_CC=yes
19157 else
19158   bakefile_cv_cxx_compiler___SUNPRO_CC=no
19159
19160 fi
19161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19162
19163
19164 fi
19165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
19166 $as_echo "$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
19167     if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
19168         :; SUNCXX=yes
19169     else
19170         :;
19171     fi
19172     ac_ext=c
19173 ac_cpp='$CPP $CPPFLAGS'
19174 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19175 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19176 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19177
19178
19179
19180                 ;;
19181         esac
19182     fi
19183
19184
19185
19186 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
19187     as_fn_error $? "C++ compiler is needed to build wxWidgets" "$LINENO" 5
19188 fi
19189
19190 if test "x$SUNCXX" != xyes; then
19191     if test -n "$ac_tool_prefix"; then
19192   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
19193 set dummy ${ac_tool_prefix}ar; ac_word=$2
19194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19195 $as_echo_n "checking for $ac_word... " >&6; }
19196 if ${ac_cv_prog_AR+:} false; then :
19197   $as_echo_n "(cached) " >&6
19198 else
19199   if test -n "$AR"; then
19200   ac_cv_prog_AR="$AR" # Let the user override the test.
19201 else
19202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19203 for as_dir in $PATH
19204 do
19205   IFS=$as_save_IFS
19206   test -z "$as_dir" && as_dir=.
19207     for ac_exec_ext in '' $ac_executable_extensions; do
19208   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19209     ac_cv_prog_AR="${ac_tool_prefix}ar"
19210     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19211     break 2
19212   fi
19213 done
19214   done
19215 IFS=$as_save_IFS
19216
19217 fi
19218 fi
19219 AR=$ac_cv_prog_AR
19220 if test -n "$AR"; then
19221   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
19222 $as_echo "$AR" >&6; }
19223 else
19224   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19225 $as_echo "no" >&6; }
19226 fi
19227
19228
19229 fi
19230 if test -z "$ac_cv_prog_AR"; then
19231   ac_ct_AR=$AR
19232   # Extract the first word of "ar", so it can be a program name with args.
19233 set dummy ar; ac_word=$2
19234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19235 $as_echo_n "checking for $ac_word... " >&6; }
19236 if ${ac_cv_prog_ac_ct_AR+:} false; then :
19237   $as_echo_n "(cached) " >&6
19238 else
19239   if test -n "$ac_ct_AR"; then
19240   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
19241 else
19242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19243 for as_dir in $PATH
19244 do
19245   IFS=$as_save_IFS
19246   test -z "$as_dir" && as_dir=.
19247     for ac_exec_ext in '' $ac_executable_extensions; do
19248   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19249     ac_cv_prog_ac_ct_AR="ar"
19250     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19251     break 2
19252   fi
19253 done
19254   done
19255 IFS=$as_save_IFS
19256
19257 fi
19258 fi
19259 ac_ct_AR=$ac_cv_prog_ac_ct_AR
19260 if test -n "$ac_ct_AR"; then
19261   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
19262 $as_echo "$ac_ct_AR" >&6; }
19263 else
19264   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19265 $as_echo "no" >&6; }
19266 fi
19267
19268   if test "x$ac_ct_AR" = x; then
19269     AR=""
19270   else
19271     case $cross_compiling:$ac_tool_warned in
19272 yes:)
19273 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
19274 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
19275 ac_tool_warned=yes ;;
19276 esac
19277     AR=$ac_ct_AR
19278   fi
19279 else
19280   AR="$ac_cv_prog_AR"
19281 fi
19282
19283     if test "x$AR" = "x" ; then
19284         as_fn_error $? "ar is needed to build wxWidgets" "$LINENO" 5
19285     fi
19286 fi
19287
19288
19289 if test "$wxUSE_MAC" = 1; then
19290
19291 retest_macosx_linking=no
19292
19293 OSX_ARCH_OPTS=""
19294
19295 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
19296     if test "x$wxUSE_MAC_ARCH" != xno; then
19297         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&5
19298 $as_echo "$as_me: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&2;}
19299     fi
19300
19301     if test "x$wxUSE_UNIVERSAL_BINARY" != xyes; then
19302         OSX_ARCH_OPTS=$wxUSE_UNIVERSAL_BINARY
19303     else         OSX_ARCH_OPTS="ppc,i386"
19304         if test "$wxUSE_OSX_COCOA" = 1; then
19305             OSX_ARCH_OPTS="$OSX_ARCH_OPTS,x86_64"
19306         fi
19307     fi
19308
19309     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for architectures to use in universal binary" >&5
19310 $as_echo_n "checking for architectures to use in universal binary... " >&6; }
19311     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OSX_ARCH_OPTS" >&5
19312 $as_echo "$OSX_ARCH_OPTS" >&6; }
19313
19314                                                         retest_macosx_linking=yes
19315 else
19316     if test "x$wxUSE_MAC_ARCH" != xno; then
19317         OSX_ARCH_OPTS=$wxUSE_MAC_ARCH
19318     fi
19319 fi
19320
19321 if test "x$OSX_ARCH_OPTS" != "x"; then
19322         if echo $OSX_ARCH_OPTS | grep -q ","; then
19323         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling dependency tracking due to universal binary build." >&5
19324 $as_echo "$as_me: WARNING: Disabling dependency tracking due to universal binary build." >&2;}
19325         disable_macosx_deps=yes
19326
19327                                         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling precompiled headers due to universal binary build." >&5
19328 $as_echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
19329         bk_use_pch=no
19330     fi
19331
19332     OSX_ARCH_OPTS=`echo $OSX_ARCH_OPTS | sed -e 's/^/-arch /' -e 's/,/ -arch /g'`
19333
19334     CXXFLAGS="$OSX_ARCH_OPTS $CXXFLAGS"
19335     CFLAGS="$OSX_ARCH_OPTS $CFLAGS"
19336     OBJCXXFLAGS="$OSX_ARCH_OPTS $OBJCXXFLAGS"
19337     OBJCFLAGS="$OSX_ARCH_OPTS $OBJCFLAGS"
19338     LDFLAGS="$OSX_ARCH_OPTS $LDFLAGS"
19339 fi
19340
19341 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
19342     wxUSE_MACOSX_SDK=
19343 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
19344     # TODO: Search for most recent SDK and use it.
19345     wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
19346 fi
19347
19348
19349 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19350     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
19351 $as_echo_n "checking for SDK directory $wxUSE_MACOSX_SDK... " >&6; }
19352     if ! test -d "$wxUSE_MACOSX_SDK"; then
19353         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19355 as_fn_error $? "not found
19356 See \`config.log' for more details" "$LINENO" 5; }
19357     else
19358         { $as_echo "$as_me:${as_lineno-$LINENO}: result: exists" >&5
19359 $as_echo "exists" >&6; }
19360     fi
19361         MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
19362     retest_macosx_linking=yes
19363             fi
19364
19365 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
19366     wxUSE_MACOSX_VERSION_MIN=
19367 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
19368     if test "x$wxUSE_MACOSX_SDK" != "x"; then
19369         { $as_echo "$as_me:${as_lineno-$LINENO}: checking SDK deployment version" >&5
19370 $as_echo_n "checking SDK deployment version... " >&6; }
19371
19372         MACOSX_SDK_PLIST_VERSION_MIN=`defaults read "$wxUSE_MACOSX_SDK/SDKSettings" buildSettings | grep '^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}[^"]*"\{0,1\}; *$' | sed 's/^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}\([^"]*\)"\{0,1\} *; *$/\1/'`
19373
19374         # If that failed, try again with the new key
19375         if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
19376
19377             MACOSX_SDK_PLIST_VERSION_MIN=`defaults read "$wxUSE_MACOSX_SDK/SDKSettings" DefaultProperties | grep '^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}[^"]*"\{0,1\}; *$' | sed 's/^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}\([^"]*\)"\{0,1\} *; *$/\1/'`
19378
19379         fi
19380
19381         if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
19382             wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
19383             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_VERSION_MIN" >&5
19384 $as_echo "$wxUSE_MACOSX_VERSION_MIN" >&6; }
19385         else
19386             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
19387 $as_echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
19388             wxUSE_MACOSX_VERSION_MIN=
19389         fi
19390     else
19391         wxUSE_MACOSX_VERSION_MIN=
19392     fi
19393 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
19394     wxUSE_MACOSX_VERSION_MIN=10.5
19395 fi
19396
19397 if test "x$MACOSX_SDK_OPTS" != "x"; then
19398     eval "CC=\"$CC $MACOSX_SDK_OPTS\""
19399     eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
19400     eval "LD=\"$LD $MACOSX_SDK_OPTS\""
19401     retest_macosx_linking=yes
19402 fi
19403
19404 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
19405     if test "$wxUSE_OSX_IPHONE" = 1; then
19406         MACOSX_VERSION_MIN_OPTS="-miphoneos-version-min=$wxUSE_MACOSX_VERSION_MIN"
19407     else
19408         MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
19409     fi
19410     eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
19411     eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
19412     eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
19413     retest_macosx_linking=yes
19414 fi
19415
19416 if test "x$retest_macosx_linking" = "xyes"; then
19417     ac_ext=c
19418 ac_cpp='$CPP $CPPFLAGS'
19419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19422
19423     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C compiler ($CC) works with SDK/version options" >&5
19424 $as_echo_n "checking if C compiler ($CC) works with SDK/version options... " >&6; }
19425     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19426 /* end confdefs.h.  */
19427
19428 int
19429 main ()
19430 {
19431
19432   ;
19433   return 0;
19434 }
19435 _ACEOF
19436 if ac_fn_c_try_link "$LINENO"; then :
19437   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19438 $as_echo "yes" >&6; }
19439 else
19440   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19441 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19442 as_fn_error $? "no.  Try a different SDK
19443 See \`config.log' for more details" "$LINENO" 5; }; exit 1
19444 fi
19445 rm -f core conftest.err conftest.$ac_objext \
19446     conftest$ac_exeext conftest.$ac_ext
19447     ac_ext=c
19448 ac_cpp='$CPP $CPPFLAGS'
19449 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19450 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19451 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19452
19453
19454     ac_ext=cpp
19455 ac_cpp='$CXXCPP $CPPFLAGS'
19456 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19457 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19458 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19459
19460     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C++ compiler ($CXX) works with SDK/version options" >&5
19461 $as_echo_n "checking if C++ compiler ($CXX) works with SDK/version options... " >&6; }
19462     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19463 /* end confdefs.h.  */
19464
19465 int
19466 main ()
19467 {
19468
19469   ;
19470   return 0;
19471 }
19472 _ACEOF
19473 if ac_fn_cxx_try_link "$LINENO"; then :
19474   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19475 $as_echo "yes" >&6; }
19476 else
19477   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19478 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19479 as_fn_error $? "no.  Try a different SDK
19480 See \`config.log' for more details" "$LINENO" 5; }; exit 1
19481 fi
19482 rm -f core conftest.err conftest.$ac_objext \
19483     conftest$ac_exeext conftest.$ac_ext
19484     ac_ext=c
19485 ac_cpp='$CPP $CPPFLAGS'
19486 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19487 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19488 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19489
19490 fi
19491
19492 fi
19493 case "${host}" in
19494
19495                 *-*-darwin* )
19496         INSTALL_PROGRAM="cp -fp"
19497         INSTALL_DATA="cp -fp"
19498         ;;
19499     *)
19500         ;;
19501 esac
19502
19503
19504 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
19505                     $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
19506
19507
19508             GNU_SOURCE_FLAG="-D_GNU_SOURCE"
19509     CFLAGS="$GNU_SOURCE_FLAG $CFLAGS"
19510 fi
19511
19512 if test "x$USE_AIX" = "x1"; then
19513             if test "x$XLCXX" = "xyes"; then
19514         CXXFLAGS="-qunique $CXXFLAGS"
19515     fi
19516
19517                                 CPPFLAGS="-D_LINUX_SOURCE_COMPAT $CPPFLAGS"
19518 fi
19519
19520 case "${host}" in
19521   powerpc-*-darwin* )
19522     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if __POWERPC__ is already defined" >&5
19523 $as_echo_n "checking if __POWERPC__ is already defined... " >&6; }
19524     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19525 /* end confdefs.h.  */
19526
19527 int
19528 main ()
19529 {
19530 #ifndef __POWERPC__
19531         choke me for lack of PowerPC
19532 #endif
19533
19534   ;
19535   return 0;
19536 }
19537 _ACEOF
19538 if ac_fn_c_try_compile "$LINENO"; then :
19539   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19540 $as_echo "yes" >&6; }
19541 else
19542   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19543 $as_echo "no" >&6; }
19544         $as_echo "#define __POWERPC__ 1" >>confdefs.h
19545
19546
19547 fi
19548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19549   ;;
19550 esac
19551
19552 case "${host}" in
19553   *-*-darwin* )
19554     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CoreFoundation/CFBase.h is usable" >&5
19555 $as_echo_n "checking if CoreFoundation/CFBase.h is usable... " >&6; }
19556     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19557 /* end confdefs.h.  */
19558 #include <CoreFoundation/CFBase.h>
19559
19560 int
19561 main ()
19562 {
19563
19564   ;
19565   return 0;
19566 }
19567 _ACEOF
19568 if ac_fn_c_try_compile "$LINENO"; then :
19569   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19570 $as_echo "yes" >&6; }
19571 else
19572   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19573 $as_echo "no" >&6; }
19574         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
19575 $as_echo_n "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... " >&6; }
19576         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19577 /* end confdefs.h.  */
19578 #define __CF_USE_FRAMEWORK_INCLUDES__
19579 #include <CoreFoundation/CFBase.h>
19580
19581 int
19582 main ()
19583 {
19584
19585   ;
19586   return 0;
19587 }
19588 _ACEOF
19589 if ac_fn_c_try_compile "$LINENO"; then :
19590   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19591 $as_echo "yes" >&6; }
19592                         CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
19593 else
19594   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19595 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19596 as_fn_error $? "no.  CoreFoundation not available.
19597 See \`config.log' for more details" "$LINENO" 5; }
19598
19599 fi
19600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19601
19602
19603 fi
19604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19605   ;;
19606 esac
19607
19608 wants_win32=0
19609 doesnt_want_win32=0
19610 case "${host}" in
19611   *-*-cygwin*)
19612       if test "$wxUSE_MSW" = 1 ; then
19613         wants_win32=1
19614       else
19615                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -mno-cygwin is in effect" >&5
19616 $as_echo_n "checking if -mno-cygwin is in effect... " >&6; }
19617 if ${wx_cv_nocygwin+:} false; then :
19618   $as_echo_n "(cached) " >&6
19619 else
19620
19621                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19622 /* end confdefs.h.  */
19623
19624 int
19625 main ()
19626 {
19627
19628                         #ifdef __MINGW32__
19629                             choke me
19630                         #endif
19631
19632   ;
19633   return 0;
19634 }
19635 _ACEOF
19636 if ac_fn_c_try_compile "$LINENO"; then :
19637   wx_cv_nocygwin=no
19638 else
19639   wx_cv_nocygwin=yes
19640
19641 fi
19642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19643
19644
19645 fi
19646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_nocygwin" >&5
19647 $as_echo "$wx_cv_nocygwin" >&6; }
19648
19649         if test "$wx_cv_nocygwin" = "yes"; then
19650             wants_win32=1
19651         else
19652             doesnt_want_win32=1
19653         fi
19654       fi
19655       if test "$wants_win32" = 1 ; then
19656         BAKEFILE_FORCE_PLATFORM=win32
19657       fi
19658   ;;
19659   *-*-mingw*)
19660       wants_win32=1
19661   ;;
19662 esac
19663
19664 if test "$wxUSE_WINE" = "yes"; then
19665     wants_win32=1
19666     LDFLAGS_GUI="-mwindows"
19667 fi
19668
19669 if test "$wants_win32" = 1 ; then
19670     USE_UNIX=0
19671     USE_WIN32=1
19672     $as_echo "#define __WIN32__ 1" >>confdefs.h
19673
19674     $as_echo "#define __WIN95__ 1" >>confdefs.h
19675
19676     $as_echo "#define __WINDOWS__ 1" >>confdefs.h
19677
19678     $as_echo "#define __GNUWIN32__ 1" >>confdefs.h
19679
19680     $as_echo "#define STRICT 1" >>confdefs.h
19681
19682 fi
19683 if test "$doesnt_want_win32" = 1 ; then
19684     USE_UNIX=1
19685     USE_WIN32=0
19686 fi
19687
19688 if test "$USE_UNIX" = 1 ; then
19689     wxUSE_UNIX=yes
19690     $as_echo "#define __UNIX__ 1" >>confdefs.h
19691
19692 fi
19693
19694 case "${host}" in
19695   *-pc-os2_emx | *-pc-os2-emx )
19696                                                       if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
19697                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for drand48 in -lcExt" >&5
19698 $as_echo_n "checking for drand48 in -lcExt... " >&6; }
19699 if ${ac_cv_lib_cExt_drand48+:} false; then :
19700   $as_echo_n "(cached) " >&6
19701 else
19702   ac_check_lib_save_LIBS=$LIBS
19703 LIBS="-lcExt  $LIBS"
19704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19705 /* end confdefs.h.  */
19706
19707 /* Override any GCC internal prototype to avoid an error.
19708    Use char because int might match the return type of a GCC
19709    builtin and then its argument prototype would still apply.  */
19710 #ifdef __cplusplus
19711 extern "C"
19712 #endif
19713 char drand48 ();
19714 int
19715 main ()
19716 {
19717 return drand48 ();
19718   ;
19719   return 0;
19720 }
19721 _ACEOF
19722 if ac_fn_c_try_link "$LINENO"; then :
19723   ac_cv_lib_cExt_drand48=yes
19724 else
19725   ac_cv_lib_cExt_drand48=no
19726 fi
19727 rm -f core conftest.err conftest.$ac_objext \
19728     conftest$ac_exeext conftest.$ac_ext
19729 LIBS=$ac_check_lib_save_LIBS
19730 fi
19731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cExt_drand48" >&5
19732 $as_echo "$ac_cv_lib_cExt_drand48" >&6; }
19733 if test "x$ac_cv_lib_cExt_drand48" = xyes; then :
19734   LIBS="$LIBS -lcExt"
19735 fi
19736
19737       else
19738                     RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
19739       fi
19740                                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc/libc version" >&5
19741 $as_echo_n "checking for gcc/libc version... " >&6; }
19742 if ${wx_cv_gccversion+:} false; then :
19743   $as_echo_n "(cached) " >&6
19744 else
19745
19746           if test "$cross_compiling" = yes; then :
19747                 wx_cv_gccversion="EMX2"
19748
19749 else
19750   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19751 /* end confdefs.h.  */
19752
19753                   #include <stdio.h>
19754
19755                   int main()
19756                   {
19757                       FILE *f=fopen("conftestval", "w");
19758                       if (!f) exit(1);
19759                       fprintf(f,
19760                   #if (__GNUC__ < 3)
19761                               "EMX2"
19762                   #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
19763                               "EMX3"
19764                   #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
19765                               "Innotek5"
19766                   #else
19767                               "Innotek6"
19768                   #endif
19769                       );
19770                       exit(0);
19771                   }
19772
19773 _ACEOF
19774 if ac_fn_c_try_run "$LINENO"; then :
19775   wx_cv_gccversion=`cat conftestval`
19776 else
19777   wx_cv_gccversion="EMX2"
19778 fi
19779 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19780   conftest.$ac_objext conftest.beam conftest.$ac_ext
19781 fi
19782
19783
19784 fi
19785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_gccversion" >&5
19786 $as_echo "$wx_cv_gccversion" >&6; }
19787       if test "$wx_cv_gccversion" = "EMX2"; then
19788           LIBS="$LIBS -lstdcpp"
19789           LDFLAGS="$LDFLAGS -Zsysv-signals"
19790       else
19791           if test "$wx_cv_gccversion" = "EMX3"; then
19792               LIBS="$LIBS -lstdcxx -lgcc"
19793               LDFLAGS="$LDFLAGS -Zsysv-signals"
19794           else
19795               LIBS="$LIBS -lstdc++"
19796           fi
19797       fi
19798       if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
19799         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Building DLLs requires OMF mode, enabled" >&5
19800 $as_echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
19801         wxUSE_OMF=yes
19802         enable_omf=yes
19803       fi
19804         ;;
19805   *)
19806
19807       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp() in string.h" >&5
19808 $as_echo_n "checking for strcasecmp() in string.h... " >&6; }
19809 if ${ac_cv_string_strcasecmp+:} false; then :
19810   $as_echo_n "(cached) " >&6
19811 else
19812
19813           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19814 /* end confdefs.h.  */
19815
19816               #include <string.h>
19817
19818 int
19819 main ()
19820 {
19821
19822                   strcasecmp("foo", "bar");
19823
19824   ;
19825   return 0;
19826 }
19827 _ACEOF
19828 if ac_fn_c_try_link "$LINENO"; then :
19829   ac_cv_string_strcasecmp=yes
19830 else
19831   ac_cv_string_strcasecmp=no
19832
19833 fi
19834 rm -f core conftest.err conftest.$ac_objext \
19835     conftest$ac_exeext conftest.$ac_ext
19836
19837 fi
19838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_string_strcasecmp" >&5
19839 $as_echo "$ac_cv_string_strcasecmp" >&6; }
19840
19841       if test x"$ac_cv_string_strcasecmp" = "xyes"; then
19842           $as_echo "#define HAVE_STRCASECMP_IN_STRING_H 1" >>confdefs.h
19843
19844       else
19845           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp() in strings.h" >&5
19846 $as_echo_n "checking for strcasecmp() in strings.h... " >&6; }
19847 if ${ac_cv_strings_strcasecmp+:} false; then :
19848   $as_echo_n "(cached) " >&6
19849 else
19850
19851               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19852 /* end confdefs.h.  */
19853
19854                   #include <strings.h>
19855
19856 int
19857 main ()
19858 {
19859
19860                       strcasecmp("foo", "bar");
19861
19862   ;
19863   return 0;
19864 }
19865 _ACEOF
19866 if ac_fn_c_try_link "$LINENO"; then :
19867   ac_cv_strings_strcasecmp=yes
19868 else
19869   ac_cv_strings_strcasecmp=no
19870
19871 fi
19872 rm -f core conftest.err conftest.$ac_objext \
19873     conftest$ac_exeext conftest.$ac_ext
19874
19875 fi
19876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_strings_strcasecmp" >&5
19877 $as_echo "$ac_cv_strings_strcasecmp" >&6; }
19878
19879           if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
19880               $as_echo "#define HAVE_STRCASECMP_IN_STRINGS_H 1" >>confdefs.h
19881
19882           else
19883               as_fn_error $? "No case-insensitive string comparison function found." "$LINENO" 5
19884           fi
19885       fi
19886
19887         ;;
19888 esac
19889
19890
19891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
19892 $as_echo_n "checking for ANSI C header files... " >&6; }
19893 if ${ac_cv_header_stdc+:} false; then :
19894   $as_echo_n "(cached) " >&6
19895 else
19896   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19897 /* end confdefs.h.  */
19898 #include <stdlib.h>
19899 #include <stdarg.h>
19900 #include <string.h>
19901 #include <float.h>
19902
19903 int
19904 main ()
19905 {
19906
19907   ;
19908   return 0;
19909 }
19910 _ACEOF
19911 if ac_fn_c_try_compile "$LINENO"; then :
19912   ac_cv_header_stdc=yes
19913 else
19914   ac_cv_header_stdc=no
19915 fi
19916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19917
19918 if test $ac_cv_header_stdc = yes; then
19919   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
19920   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19921 /* end confdefs.h.  */
19922 #include <string.h>
19923
19924 _ACEOF
19925 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19926   $EGREP "memchr" >/dev/null 2>&1; then :
19927
19928 else
19929   ac_cv_header_stdc=no
19930 fi
19931 rm -f conftest*
19932
19933 fi
19934
19935 if test $ac_cv_header_stdc = yes; then
19936   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
19937   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19938 /* end confdefs.h.  */
19939 #include <stdlib.h>
19940
19941 _ACEOF
19942 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19943   $EGREP "free" >/dev/null 2>&1; then :
19944
19945 else
19946   ac_cv_header_stdc=no
19947 fi
19948 rm -f conftest*
19949
19950 fi
19951
19952 if test $ac_cv_header_stdc = yes; then
19953   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
19954   if test "$cross_compiling" = yes; then :
19955   :
19956 else
19957   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19958 /* end confdefs.h.  */
19959 #include <ctype.h>
19960 #include <stdlib.h>
19961 #if ((' ' & 0x0FF) == 0x020)
19962 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
19963 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
19964 #else
19965 # define ISLOWER(c) \
19966                    (('a' <= (c) && (c) <= 'i') \
19967                      || ('j' <= (c) && (c) <= 'r') \
19968                      || ('s' <= (c) && (c) <= 'z'))
19969 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
19970 #endif
19971
19972 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
19973 int
19974 main ()
19975 {
19976   int i;
19977   for (i = 0; i < 256; i++)
19978     if (XOR (islower (i), ISLOWER (i))
19979         || toupper (i) != TOUPPER (i))
19980       return 2;
19981   return 0;
19982 }
19983 _ACEOF
19984 if ac_fn_c_try_run "$LINENO"; then :
19985
19986 else
19987   ac_cv_header_stdc=no
19988 fi
19989 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19990   conftest.$ac_objext conftest.beam conftest.$ac_ext
19991 fi
19992
19993 fi
19994 fi
19995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
19996 $as_echo "$ac_cv_header_stdc" >&6; }
19997 if test $ac_cv_header_stdc = yes; then
19998
19999 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
20000
20001 fi
20002
20003 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
20004 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
20005                   inttypes.h stdint.h unistd.h
20006 do :
20007   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20008 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
20009 "
20010 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
20011   cat >>confdefs.h <<_ACEOF
20012 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
20013 _ACEOF
20014
20015 fi
20016
20017 done
20018
20019
20020 for ac_header in langinfo.h wchar.h
20021 do :
20022   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20023 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
20024 "
20025 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
20026   cat >>confdefs.h <<_ACEOF
20027 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
20028 _ACEOF
20029
20030 fi
20031
20032 done
20033
20034
20035 if test "$ac_cv_header_wchar_h" != "yes"; then
20036     for ac_header in wcstr.h
20037 do :
20038   ac_fn_c_check_header_compile "$LINENO" "wcstr.h" "ac_cv_header_wcstr_h" "$ac_includes_default
20039 "
20040 if test "x$ac_cv_header_wcstr_h" = xyes; then :
20041   cat >>confdefs.h <<_ACEOF
20042 #define HAVE_WCSTR_H 1
20043 _ACEOF
20044
20045 fi
20046
20047 done
20048
20049 fi
20050
20051 case "${host}" in
20052   *-pc-os2_emx | *-pc-os2-emx )
20053                   if test $ac_cv_header_langinfo_h = "yes" \
20054                 -a \(   "$wx_cv_gccversion" = "EMX2" \
20055                      -o "$wx_cv_gccversion" = "EMX3" \
20056                      -o "$wx_cv_gccversion" = "Innotek5" \); then
20057           LIBS="$LIBS -lintl"
20058       fi
20059   ;;
20060 esac
20061
20062 if test "$USE_UNIX" = 1 ; then
20063         for ac_header in sys/select.h
20064 do :
20065   ac_fn_c_check_header_compile "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default
20066 "
20067 if test "x$ac_cv_header_sys_select_h" = xyes; then :
20068   cat >>confdefs.h <<_ACEOF
20069 #define HAVE_SYS_SELECT_H 1
20070 _ACEOF
20071
20072 fi
20073
20074 done
20075
20076
20077             ac_ext=cpp
20078 ac_cpp='$CXXCPP $CPPFLAGS'
20079 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20080 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20081 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20082
20083     for ac_header in cxxabi.h
20084 do :
20085   ac_fn_cxx_check_header_compile "$LINENO" "cxxabi.h" "ac_cv_header_cxxabi_h" "$ac_includes_default
20086 "
20087 if test "x$ac_cv_header_cxxabi_h" = xyes; then :
20088   cat >>confdefs.h <<_ACEOF
20089 #define HAVE_CXXABI_H 1
20090 _ACEOF
20091
20092 fi
20093
20094 done
20095
20096     ac_ext=c
20097 ac_cpp='$CPP $CPPFLAGS'
20098 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20099 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20100 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20101
20102 fi
20103
20104
20105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
20106 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
20107 if ${ac_cv_c_const+:} false; then :
20108   $as_echo_n "(cached) " >&6
20109 else
20110   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20111 /* end confdefs.h.  */
20112
20113 int
20114 main ()
20115 {
20116
20117 #ifndef __cplusplus
20118   /* Ultrix mips cc rejects this sort of thing.  */
20119   typedef int charset[2];
20120   const charset cs = { 0, 0 };
20121   /* SunOS 4.1.1 cc rejects this.  */
20122   char const *const *pcpcc;
20123   char **ppc;
20124   /* NEC SVR4.0.2 mips cc rejects this.  */
20125   struct point {int x, y;};
20126   static struct point const zero = {0,0};
20127   /* AIX XL C 1.02.0.0 rejects this.
20128      It does not let you subtract one const X* pointer from another in
20129      an arm of an if-expression whose if-part is not a constant
20130      expression */
20131   const char *g = "string";
20132   pcpcc = &g + (g ? g-g : 0);
20133   /* HPUX 7.0 cc rejects these. */
20134   ++pcpcc;
20135   ppc = (char**) pcpcc;
20136   pcpcc = (char const *const *) ppc;
20137   { /* SCO 3.2v4 cc rejects this sort of thing.  */
20138     char tx;
20139     char *t = &tx;
20140     char const *s = 0 ? (char *) 0 : (char const *) 0;
20141
20142     *t++ = 0;
20143     if (s) return 0;
20144   }
20145   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
20146     int x[] = {25, 17};
20147     const int *foo = &x[0];
20148     ++foo;
20149   }
20150   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
20151     typedef const int *iptr;
20152     iptr p = 0;
20153     ++p;
20154   }
20155   { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
20156        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
20157     struct s { int j; const int *ap[3]; } bx;
20158     struct s *b = &bx; b->j = 5;
20159   }
20160   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
20161     const int foo = 10;
20162     if (!foo) return 0;
20163   }
20164   return !cs[0] && !zero.x;
20165 #endif
20166
20167   ;
20168   return 0;
20169 }
20170 _ACEOF
20171 if ac_fn_c_try_compile "$LINENO"; then :
20172   ac_cv_c_const=yes
20173 else
20174   ac_cv_c_const=no
20175 fi
20176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20177 fi
20178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
20179 $as_echo "$ac_cv_c_const" >&6; }
20180 if test $ac_cv_c_const = no; then
20181
20182 $as_echo "#define const /**/" >>confdefs.h
20183
20184 fi
20185
20186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
20187 $as_echo_n "checking for inline... " >&6; }
20188 if ${ac_cv_c_inline+:} false; then :
20189   $as_echo_n "(cached) " >&6
20190 else
20191   ac_cv_c_inline=no
20192 for ac_kw in inline __inline__ __inline; do
20193   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20194 /* end confdefs.h.  */
20195 #ifndef __cplusplus
20196 typedef int foo_t;
20197 static $ac_kw foo_t static_foo () {return 0; }
20198 $ac_kw foo_t foo () {return 0; }
20199 #endif
20200
20201 _ACEOF
20202 if ac_fn_c_try_compile "$LINENO"; then :
20203   ac_cv_c_inline=$ac_kw
20204 fi
20205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20206   test "$ac_cv_c_inline" != no && break
20207 done
20208
20209 fi
20210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
20211 $as_echo "$ac_cv_c_inline" >&6; }
20212
20213 case $ac_cv_c_inline in
20214   inline | yes) ;;
20215   *)
20216     case $ac_cv_c_inline in
20217       no) ac_val=;;
20218       *) ac_val=$ac_cv_c_inline;;
20219     esac
20220     cat >>confdefs.h <<_ACEOF
20221 #ifndef __cplusplus
20222 #define inline $ac_val
20223 #endif
20224 _ACEOF
20225     ;;
20226 esac
20227
20228
20229 # The cast to long int works around a bug in the HP C Compiler
20230 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20231 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20232 # This bug is HP SR number 8606223364.
20233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
20234 $as_echo_n "checking size of short... " >&6; }
20235 if ${ac_cv_sizeof_short+:} false; then :
20236   $as_echo_n "(cached) " >&6
20237 else
20238   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short"        "$ac_includes_default"; then :
20239
20240 else
20241   if test "$ac_cv_type_short" = yes; then
20242      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20243 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20244 as_fn_error 77 "cannot compute sizeof (short)
20245 See \`config.log' for more details" "$LINENO" 5; }
20246    else
20247      ac_cv_sizeof_short=0
20248    fi
20249 fi
20250
20251 fi
20252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
20253 $as_echo "$ac_cv_sizeof_short" >&6; }
20254
20255
20256
20257 cat >>confdefs.h <<_ACEOF
20258 #define SIZEOF_SHORT $ac_cv_sizeof_short
20259 _ACEOF
20260
20261
20262 # The cast to long int works around a bug in the HP C Compiler
20263 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20264 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20265 # This bug is HP SR number 8606223364.
20266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
20267 $as_echo_n "checking size of void *... " >&6; }
20268 if ${ac_cv_sizeof_void_p+:} false; then :
20269   $as_echo_n "(cached) " >&6
20270 else
20271   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
20272
20273 else
20274   if test "$ac_cv_type_void_p" = yes; then
20275      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20276 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20277 as_fn_error 77 "cannot compute sizeof (void *)
20278 See \`config.log' for more details" "$LINENO" 5; }
20279    else
20280      ac_cv_sizeof_void_p=0
20281    fi
20282 fi
20283
20284 fi
20285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
20286 $as_echo "$ac_cv_sizeof_void_p" >&6; }
20287
20288
20289
20290 cat >>confdefs.h <<_ACEOF
20291 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
20292 _ACEOF
20293
20294
20295 # The cast to long int works around a bug in the HP C Compiler
20296 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20297 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20298 # This bug is HP SR number 8606223364.
20299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
20300 $as_echo_n "checking size of int... " >&6; }
20301 if ${ac_cv_sizeof_int+:} false; then :
20302   $as_echo_n "(cached) " >&6
20303 else
20304   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
20305
20306 else
20307   if test "$ac_cv_type_int" = yes; then
20308      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20309 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20310 as_fn_error 77 "cannot compute sizeof (int)
20311 See \`config.log' for more details" "$LINENO" 5; }
20312    else
20313      ac_cv_sizeof_int=0
20314    fi
20315 fi
20316
20317 fi
20318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
20319 $as_echo "$ac_cv_sizeof_int" >&6; }
20320
20321
20322
20323 cat >>confdefs.h <<_ACEOF
20324 #define SIZEOF_INT $ac_cv_sizeof_int
20325 _ACEOF
20326
20327
20328 # The cast to long int works around a bug in the HP C Compiler
20329 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20330 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20331 # This bug is HP SR number 8606223364.
20332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
20333 $as_echo_n "checking size of long... " >&6; }
20334 if ${ac_cv_sizeof_long+:} false; then :
20335   $as_echo_n "(cached) " >&6
20336 else
20337   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
20338
20339 else
20340   if test "$ac_cv_type_long" = yes; then
20341      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20342 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20343 as_fn_error 77 "cannot compute sizeof (long)
20344 See \`config.log' for more details" "$LINENO" 5; }
20345    else
20346      ac_cv_sizeof_long=0
20347    fi
20348 fi
20349
20350 fi
20351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
20352 $as_echo "$ac_cv_sizeof_long" >&6; }
20353
20354
20355
20356 cat >>confdefs.h <<_ACEOF
20357 #define SIZEOF_LONG $ac_cv_sizeof_long
20358 _ACEOF
20359
20360
20361 # The cast to long int works around a bug in the HP C Compiler
20362 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20363 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20364 # This bug is HP SR number 8606223364.
20365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
20366 $as_echo_n "checking size of size_t... " >&6; }
20367 if ${ac_cv_sizeof_size_t+:} false; then :
20368   $as_echo_n "(cached) " >&6
20369 else
20370   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t"        "$ac_includes_default"; then :
20371
20372 else
20373   if test "$ac_cv_type_size_t" = yes; then
20374      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20375 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20376 as_fn_error 77 "cannot compute sizeof (size_t)
20377 See \`config.log' for more details" "$LINENO" 5; }
20378    else
20379      ac_cv_sizeof_size_t=0
20380    fi
20381 fi
20382
20383 fi
20384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
20385 $as_echo "$ac_cv_sizeof_size_t" >&6; }
20386
20387
20388
20389 cat >>confdefs.h <<_ACEOF
20390 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
20391 _ACEOF
20392
20393
20394
20395 case "${host}" in
20396     arm-*-linux* )
20397         # The cast to long int works around a bug in the HP C Compiler
20398 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20399 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20400 # This bug is HP SR number 8606223364.
20401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20402 $as_echo_n "checking size of long long... " >&6; }
20403 if ${ac_cv_sizeof_long_long+:} false; then :
20404   $as_echo_n "(cached) " >&6
20405 else
20406   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
20407
20408 else
20409   if test "$ac_cv_type_long_long" = yes; then
20410      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20411 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20412 as_fn_error 77 "cannot compute sizeof (long long)
20413 See \`config.log' for more details" "$LINENO" 5; }
20414    else
20415      ac_cv_sizeof_long_long=0
20416    fi
20417 fi
20418
20419 fi
20420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20421 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20422
20423
20424
20425 cat >>confdefs.h <<_ACEOF
20426 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20427 _ACEOF
20428
20429
20430     ;;
20431     *-hp-hpux* )
20432         # The cast to long int works around a bug in the HP C Compiler
20433 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20434 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20435 # This bug is HP SR number 8606223364.
20436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20437 $as_echo_n "checking size of long long... " >&6; }
20438 if ${ac_cv_sizeof_long_long+:} false; then :
20439   $as_echo_n "(cached) " >&6
20440 else
20441   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
20442
20443 else
20444   if test "$ac_cv_type_long_long" = yes; then
20445      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20446 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20447 as_fn_error 77 "cannot compute sizeof (long long)
20448 See \`config.log' for more details" "$LINENO" 5; }
20449    else
20450      ac_cv_sizeof_long_long=0
20451    fi
20452 fi
20453
20454 fi
20455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20456 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20457
20458
20459
20460 cat >>confdefs.h <<_ACEOF
20461 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20462 _ACEOF
20463
20464
20465         if test "$ac_cv_sizeof_long_long" != 0; then
20466                         CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
20467         fi
20468     ;;
20469     * )
20470         # The cast to long int works around a bug in the HP C Compiler
20471 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20472 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20473 # This bug is HP SR number 8606223364.
20474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20475 $as_echo_n "checking size of long long... " >&6; }
20476 if ${ac_cv_sizeof_long_long+:} false; then :
20477   $as_echo_n "(cached) " >&6
20478 else
20479   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
20480
20481 else
20482   if test "$ac_cv_type_long_long" = yes; then
20483      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20484 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20485 as_fn_error 77 "cannot compute sizeof (long long)
20486 See \`config.log' for more details" "$LINENO" 5; }
20487    else
20488      ac_cv_sizeof_long_long=0
20489    fi
20490 fi
20491
20492 fi
20493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20494 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20495
20496
20497
20498 cat >>confdefs.h <<_ACEOF
20499 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20500 _ACEOF
20501
20502
20503 esac
20504
20505 # The cast to long int works around a bug in the HP C Compiler
20506 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20507 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20508 # This bug is HP SR number 8606223364.
20509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of wchar_t" >&5
20510 $as_echo_n "checking size of wchar_t... " >&6; }
20511 if ${ac_cv_sizeof_wchar_t+:} false; then :
20512   $as_echo_n "(cached) " >&6
20513 else
20514   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (wchar_t))" "ac_cv_sizeof_wchar_t"        "
20515         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20516         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20517         #  error \"fake wchar_t\"
20518         #endif
20519         #ifdef HAVE_WCHAR_H
20520         #  ifdef __CYGWIN__
20521         #    include <stddef.h>
20522         #  endif
20523         #  include <wchar.h>
20524         #endif
20525         #ifdef HAVE_STDLIB_H
20526         #  include <stdlib.h>
20527         #endif
20528         #include <stdio.h>
20529
20530
20531 "; then :
20532
20533 else
20534   if test "$ac_cv_type_wchar_t" = yes; then
20535      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20536 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20537 as_fn_error 77 "cannot compute sizeof (wchar_t)
20538 See \`config.log' for more details" "$LINENO" 5; }
20539    else
20540      ac_cv_sizeof_wchar_t=0
20541    fi
20542 fi
20543
20544 fi
20545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_wchar_t" >&5
20546 $as_echo "$ac_cv_sizeof_wchar_t" >&6; }
20547
20548
20549
20550 cat >>confdefs.h <<_ACEOF
20551 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
20552 _ACEOF
20553
20554
20555 if test "$ac_cv_sizeof_wchar_t" = 0; then
20556     as_fn_error $? "wxWidgets requires wchar_t support." "$LINENO" 5
20557 fi
20558 $as_echo "#define wxUSE_WCHAR_T 1" >>confdefs.h
20559
20560
20561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
20562 $as_echo_n "checking for va_copy... " >&6; }
20563 if ${wx_cv_func_va_copy+:} false; then :
20564   $as_echo_n "(cached) " >&6
20565 else
20566
20567         ac_ext=cpp
20568 ac_cpp='$CXXCPP $CPPFLAGS'
20569 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20570 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20571 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20572
20573         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20574 /* end confdefs.h.  */
20575
20576
20577                 #include <stdarg.h>
20578                 void foo(char *f, ...)
20579                 {
20580                     va_list ap1, ap2;
20581                     va_start(ap1, f);
20582                     va_copy(ap2, ap1);
20583                     va_end(ap2);
20584                     va_end(ap1);
20585                 }
20586                 int main()
20587                 {
20588                     foo("hi", 17);
20589                     return 0;
20590                 }
20591
20592 _ACEOF
20593 if ac_fn_cxx_try_link "$LINENO"; then :
20594   wx_cv_func_va_copy=yes
20595 else
20596   wx_cv_func_va_copy=no
20597
20598 fi
20599 rm -f core conftest.err conftest.$ac_objext \
20600     conftest$ac_exeext conftest.$ac_ext
20601         ac_ext=c
20602 ac_cpp='$CPP $CPPFLAGS'
20603 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20604 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20605 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20606
20607
20608
20609 fi
20610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_va_copy" >&5
20611 $as_echo "$wx_cv_func_va_copy" >&6; }
20612
20613 if test $wx_cv_func_va_copy = "yes"; then
20614     $as_echo "#define HAVE_VA_COPY 1" >>confdefs.h
20615
20616 else
20617         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if va_list can be copied by value" >&5
20618 $as_echo_n "checking if va_list can be copied by value... " >&6; }
20619 if ${wx_cv_type_va_list_lvalue+:} false; then :
20620   $as_echo_n "(cached) " >&6
20621 else
20622
20623             if test "$cross_compiling" = yes; then :
20624                   wx_cv_type_va_list_lvalue=yes
20625
20626 else
20627   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20628 /* end confdefs.h.  */
20629
20630
20631                     #include <stdarg.h>
20632                     int foo(char *f, ...)
20633                     {
20634                         va_list ap1, ap2;
20635                         va_start(ap1, f);
20636                         ap2 = ap1;
20637                         if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20638                             return 1;
20639                         va_end(ap2);
20640                         va_end(ap1);
20641                         return 0;
20642                     }
20643                     int main()
20644                     {
20645                         return foo("hi", 17);
20646                     }
20647
20648 _ACEOF
20649 if ac_fn_c_try_run "$LINENO"; then :
20650   wx_cv_type_va_list_lvalue=yes
20651 else
20652   wx_cv_type_va_list_lvalue=no
20653 fi
20654 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20655   conftest.$ac_objext conftest.beam conftest.$ac_ext
20656 fi
20657
20658
20659
20660 fi
20661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_va_list_lvalue" >&5
20662 $as_echo "$wx_cv_type_va_list_lvalue" >&6; }
20663
20664     if test $wx_cv_type_va_list_lvalue != "yes"; then
20665                         $as_echo "#define VA_LIST_IS_ARRAY 1" >>confdefs.h
20666
20667     fi
20668 fi
20669
20670 if test "$wxUSE_VARARG_MACROS" = "yes"; then
20671
20672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports variadic macros" >&5
20673 $as_echo_n "checking whether the compiler supports variadic macros... " >&6; }
20674 if ${wx_cv_have_variadic_macros+:} false; then :
20675   $as_echo_n "(cached) " >&6
20676 else
20677
20678                         ac_ext=cpp
20679 ac_cpp='$CXXCPP $CPPFLAGS'
20680 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20681 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20682 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20683
20684         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20685 /* end confdefs.h.  */
20686
20687
20688                     #include <stdio.h>
20689                     #define test(fmt, ...) printf(fmt, __VA_ARGS__)
20690
20691 int
20692 main ()
20693 {
20694
20695                     test("%s %d %p", "test", 1, 0);
20696
20697
20698   ;
20699   return 0;
20700 }
20701 _ACEOF
20702 if ac_fn_cxx_try_compile "$LINENO"; then :
20703   wx_cv_have_variadic_macros=yes
20704 else
20705   wx_cv_have_variadic_macros=no
20706
20707 fi
20708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20709         ac_ext=c
20710 ac_cpp='$CPP $CPPFLAGS'
20711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20714
20715
20716
20717 fi
20718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_have_variadic_macros" >&5
20719 $as_echo "$wx_cv_have_variadic_macros" >&6; }
20720
20721 if test $wx_cv_have_variadic_macros = "yes"; then
20722     $as_echo "#define HAVE_VARIADIC_MACROS 1" >>confdefs.h
20723
20724 fi
20725
20726 fi
20727
20728 LARGEFILE_CPPFLAGS=
20729 # Check whether --enable-largefile was given.
20730 if test "${enable_largefile+set}" = set; then :
20731   enableval=$enable_largefile;
20732 fi
20733
20734 if test "$enable_largefile" != no; then
20735             wx_largefile=no
20736
20737     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20738 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
20739 if ${ac_cv_sys_file_offset_bits+:} false; then :
20740   $as_echo_n "(cached) " >&6
20741 else
20742
20743           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20744 /* end confdefs.h.  */
20745 #define _FILE_OFFSET_BITS 64
20746                           #include <sys/types.h>
20747 int
20748 main ()
20749 {
20750 typedef struct {
20751     unsigned int field: sizeof(off_t) == 8;
20752 } wxlf;
20753
20754   ;
20755   return 0;
20756 }
20757 _ACEOF
20758 if ac_fn_c_try_compile "$LINENO"; then :
20759   ac_cv_sys_file_offset_bits=64
20760 else
20761   ac_cv_sys_file_offset_bits=no
20762 fi
20763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20764
20765
20766 fi
20767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
20768 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
20769
20770     if test "$ac_cv_sys_file_offset_bits" != no; then
20771         wx_largefile=yes
20772         cat >>confdefs.h <<_ACEOF
20773 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20774 _ACEOF
20775
20776     fi
20777
20778     if test "x$wx_largefile" != "xyes"; then
20779
20780     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
20781 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
20782 if ${ac_cv_sys_large_files+:} false; then :
20783   $as_echo_n "(cached) " >&6
20784 else
20785
20786           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20787 /* end confdefs.h.  */
20788 #define _LARGE_FILES 1
20789                           #include <sys/types.h>
20790 int
20791 main ()
20792 {
20793 typedef struct {
20794     unsigned int field: sizeof(off_t) == 8;
20795 } wxlf;
20796
20797   ;
20798   return 0;
20799 }
20800 _ACEOF
20801 if ac_fn_c_try_compile "$LINENO"; then :
20802   ac_cv_sys_large_files=1
20803 else
20804   ac_cv_sys_large_files=no
20805 fi
20806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20807
20808
20809 fi
20810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
20811 $as_echo "$ac_cv_sys_large_files" >&6; }
20812
20813     if test "$ac_cv_sys_large_files" != no; then
20814         wx_largefile=yes
20815         cat >>confdefs.h <<_ACEOF
20816 #define _LARGE_FILES $ac_cv_sys_large_files
20817 _ACEOF
20818
20819     fi
20820
20821     fi
20822
20823     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if large file support is available" >&5
20824 $as_echo_n "checking if large file support is available... " >&6; }
20825     if test "x$wx_largefile" = "xyes"; then
20826         $as_echo "#define HAVE_LARGEFILE_SUPPORT 1" >>confdefs.h
20827
20828     fi
20829     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_largefile" >&5
20830 $as_echo "$wx_largefile" >&6; }
20831 fi
20832
20833 if test "$ac_cv_sys_file_offset_bits" = "64"; then
20834     LARGEFILE_CPPFLAGS="-D_FILE_OFFSET_BITS=64"
20835 elif test "$ac_cv_sys_large_files" = 1; then
20836     LARGEFILE_CPPFLAGS="-D_LARGE_FILES"
20837 fi
20838
20839 if test -n "$LARGEFILE_CPPFLAGS"; then
20840     WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
20841
20842                             if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
20843         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -D__STDC_EXT__ is required" >&5
20844 $as_echo_n "checking if -D__STDC_EXT__ is required... " >&6; }
20845 if ${wx_cv_STDC_EXT_required+:} false; then :
20846   $as_echo_n "(cached) " >&6
20847 else
20848
20849                 ac_ext=cpp
20850 ac_cpp='$CXXCPP $CPPFLAGS'
20851 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20852 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20853 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20854
20855                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20856 /* end confdefs.h.  */
20857
20858 int
20859 main ()
20860 {
20861
20862                         #ifndef __STDC_EXT__
20863                             choke me
20864                         #endif
20865
20866   ;
20867   return 0;
20868 }
20869 _ACEOF
20870 if ac_fn_cxx_try_compile "$LINENO"; then :
20871   wx_cv_STDC_EXT_required=no
20872 else
20873   wx_cv_STDC_EXT_required=yes
20874
20875 fi
20876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20877                 ac_ext=c
20878 ac_cpp='$CPP $CPPFLAGS'
20879 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20880 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20881 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20882
20883
20884
20885 fi
20886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_STDC_EXT_required" >&5
20887 $as_echo "$wx_cv_STDC_EXT_required" >&6; }
20888         if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
20889             WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
20890         fi
20891     fi
20892 fi
20893
20894 ac_ext=cpp
20895 ac_cpp='$CXXCPP $CPPFLAGS'
20896 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20897 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20898 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20899
20900 old_CPPFLAGS="$CPPFLAGS"
20901 CPPFLAGS="$CPPFLAGS $LARGEFILE_CPPFLAGS"
20902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20903 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
20904 if ${ac_cv_sys_largefile_source+:} false; then :
20905   $as_echo_n "(cached) " >&6
20906 else
20907   while :; do
20908   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20909 /* end confdefs.h.  */
20910 #include <sys/types.h> /* for off_t */
20911      #include <stdio.h>
20912 int
20913 main ()
20914 {
20915 int (*fp) (FILE *, off_t, int) = fseeko;
20916      return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
20917   ;
20918   return 0;
20919 }
20920 _ACEOF
20921 if ac_fn_cxx_try_link "$LINENO"; then :
20922   ac_cv_sys_largefile_source=no; break
20923 fi
20924 rm -f core conftest.err conftest.$ac_objext \
20925     conftest$ac_exeext conftest.$ac_ext
20926   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20927 /* end confdefs.h.  */
20928 #define _LARGEFILE_SOURCE 1
20929 #include <sys/types.h> /* for off_t */
20930      #include <stdio.h>
20931 int
20932 main ()
20933 {
20934 int (*fp) (FILE *, off_t, int) = fseeko;
20935      return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
20936   ;
20937   return 0;
20938 }
20939 _ACEOF
20940 if ac_fn_cxx_try_link "$LINENO"; then :
20941   ac_cv_sys_largefile_source=1; break
20942 fi
20943 rm -f core conftest.err conftest.$ac_objext \
20944     conftest$ac_exeext conftest.$ac_ext
20945   ac_cv_sys_largefile_source=unknown
20946   break
20947 done
20948 fi
20949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
20950 $as_echo "$ac_cv_sys_largefile_source" >&6; }
20951 case $ac_cv_sys_largefile_source in #(
20952   no | unknown) ;;
20953   *)
20954 cat >>confdefs.h <<_ACEOF
20955 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20956 _ACEOF
20957 ;;
20958 esac
20959 rm -rf conftest*
20960
20961 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20962 # in glibc 2.1.3, but that breaks too many other things.
20963 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20964 if test $ac_cv_sys_largefile_source != unknown; then
20965
20966 $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
20967
20968 fi
20969
20970 CPPFLAGS="$old_CPPFLAGS"
20971 ac_ext=c
20972 ac_cpp='$CPP $CPPFLAGS'
20973 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20974 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20975 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20976
20977 if test "$ac_cv_sys_largefile_source" != no; then
20978     WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
20979 fi
20980
20981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
20982 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
20983 if ${ac_cv_c_bigendian+:} false; then :
20984   $as_echo_n "(cached) " >&6
20985 else
20986   ac_cv_c_bigendian=unknown
20987 # See if sys/param.h defines the BYTE_ORDER macro.
20988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20989 /* end confdefs.h.  */
20990 #include <sys/types.h>
20991 #include <sys/param.h>
20992 int
20993 main ()
20994 {
20995
20996 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20997  bogus endian macros
20998 #endif
20999   ;
21000   return 0;
21001 }
21002 _ACEOF
21003 if ac_fn_c_try_compile "$LINENO"; then :
21004   # It does; now see whether it defined to BIG_ENDIAN or not.
21005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21006 /* end confdefs.h.  */
21007 #include <sys/types.h>
21008 #include <sys/param.h>
21009 int
21010 main ()
21011 {
21012
21013 #if BYTE_ORDER != BIG_ENDIAN
21014  not big endian
21015 #endif
21016   ;
21017   return 0;
21018 }
21019 _ACEOF
21020 if ac_fn_c_try_compile "$LINENO"; then :
21021   ac_cv_c_bigendian=yes
21022 else
21023   ac_cv_c_bigendian=no
21024 fi
21025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21026 fi
21027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21028 if test $ac_cv_c_bigendian = unknown; then
21029 if test "$cross_compiling" = yes; then :
21030   ac_cv_c_bigendian=unknown
21031 else
21032   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21033 /* end confdefs.h.  */
21034 main () {
21035   /* Are we little or big endian?  From Harbison&Steele.  */
21036   union
21037   {
21038     long l;
21039     char c[sizeof (long)];
21040   } u;
21041   u.l = 1;
21042   exit (u.c[sizeof (long) - 1] == 1);
21043 }
21044 _ACEOF
21045 if ac_fn_c_try_run "$LINENO"; then :
21046   ac_cv_c_bigendian=no
21047 else
21048   ac_cv_c_bigendian=yes
21049 fi
21050 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
21051   conftest.$ac_objext conftest.beam conftest.$ac_ext
21052 fi
21053
21054 fi
21055 fi
21056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
21057 $as_echo "$ac_cv_c_bigendian" >&6; }
21058 if test $ac_cv_c_bigendian = unknown; then
21059   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
21060 $as_echo "$as_me: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
21061 fi
21062 if test $ac_cv_c_bigendian = yes; then
21063   $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
21064
21065 fi
21066
21067
21068
21069
21070     ac_ext=cpp
21071 ac_cpp='$CXXCPP $CPPFLAGS'
21072 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21073 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21074 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21075
21076
21077     for ac_header in iostream
21078 do :
21079   ac_fn_cxx_check_header_compile "$LINENO" "iostream" "ac_cv_header_iostream" "
21080 "
21081 if test "x$ac_cv_header_iostream" = xyes; then :
21082   cat >>confdefs.h <<_ACEOF
21083 #define HAVE_IOSTREAM 1
21084 _ACEOF
21085
21086 fi
21087
21088 done
21089
21090
21091     if test "$ac_cv_header_iostream" = "yes" ; then
21092       :
21093     else
21094       $as_echo "#define wxUSE_IOSTREAMH 1" >>confdefs.h
21095
21096     fi
21097
21098     ac_ext=c
21099 ac_cpp='$CPP $CPPFLAGS'
21100 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21101 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21102 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21103
21104
21105
21106
21107   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C++ compiler supports the explicit keyword" >&5
21108 $as_echo_n "checking if C++ compiler supports the explicit keyword... " >&6; }
21109 if ${wx_cv_explicit+:} false; then :
21110   $as_echo_n "(cached) " >&6
21111 else
21112
21113
21114     ac_ext=cpp
21115 ac_cpp='$CXXCPP $CPPFLAGS'
21116 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21117 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21118 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21119
21120
21121             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21122 /* end confdefs.h.  */
21123
21124         class Foo { public: explicit Foo(int) {} };
21125
21126 int
21127 main ()
21128 {
21129
21130         return 0;
21131
21132   ;
21133   return 0;
21134 }
21135 _ACEOF
21136 if ac_fn_cxx_try_compile "$LINENO"; then :
21137
21138         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21139 /* end confdefs.h.  */
21140
21141                 class Foo { public: explicit Foo(int) {} };
21142                 static void TakeFoo(const Foo& foo) { }
21143
21144 int
21145 main ()
21146 {
21147
21148                 TakeFoo(17);
21149                 return 0;
21150
21151   ;
21152   return 0;
21153 }
21154 _ACEOF
21155 if ac_fn_cxx_try_compile "$LINENO"; then :
21156   wx_cv_explicit=no
21157 else
21158   wx_cv_explicit=yes
21159
21160 fi
21161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21162
21163 else
21164   wx_cv_explicit=no
21165
21166 fi
21167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21168
21169     ac_ext=c
21170 ac_cpp='$CPP $CPPFLAGS'
21171 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21172 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21173 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21174
21175
21176 fi
21177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_explicit" >&5
21178 $as_echo "$wx_cv_explicit" >&6; }
21179
21180   if test "$wx_cv_explicit" = "yes"; then
21181     $as_echo "#define HAVE_EXPLICIT 1" >>confdefs.h
21182
21183   fi
21184
21185
21186 if test "x$SUNCXX" = xyes; then
21187     CXXFLAGS="-features=tmplife $GNU_SOURCE_FLAG $CXXFLAGS"
21188 fi
21189
21190 if test "x$SUNCC" = xyes; then
21191     CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
21192 fi
21193
21194 if test "x$SGICC" = "xyes"; then
21195     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if cc version is 7.4.4 or greater" >&5
21196 $as_echo_n "checking if cc version is 7.4.4 or greater... " >&6; }
21197 if ${wx_cv_prog_sgicc744+:} false; then :
21198   $as_echo_n "(cached) " >&6
21199 else
21200
21201             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21202 /* end confdefs.h.  */
21203
21204 int
21205 main ()
21206 {
21207
21208                     #if _SGI_COMPILER_VERSION >= 744
21209                     chock me: mipsPro is 7.4.4 or later
21210                     #endif
21211
21212   ;
21213   return 0;
21214 }
21215 _ACEOF
21216 if ac_fn_c_try_compile "$LINENO"; then :
21217   wx_cv_prog_sgicc744=no
21218 else
21219   wx_cv_prog_sgicc744=yes
21220
21221 fi
21222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21223
21224
21225 fi
21226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_prog_sgicc744" >&5
21227 $as_echo "$wx_cv_prog_sgicc744" >&6; }
21228
21229     if test "x$wx_cv_prog_sgicc744" = "xyes"; then
21230         CFLAGS="-woff 3970 $CFLAGS"
21231     fi
21232 fi
21233 if test "x$SGICXX" = "xyes"; then
21234     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CC version is 7.4.4 or greater" >&5
21235 $as_echo_n "checking if CC version is 7.4.4 or greater... " >&6; }
21236 if ${wx_cv_prog_sgicxx744+:} false; then :
21237   $as_echo_n "(cached) " >&6
21238 else
21239
21240             ac_ext=cpp
21241 ac_cpp='$CXXCPP $CPPFLAGS'
21242 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21243 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21244 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21245
21246             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21247 /* end confdefs.h.  */
21248
21249 int
21250 main ()
21251 {
21252
21253                     #if _SGI_COMPILER_VERSION >= 744
21254                     chock me: mipsPro is 7.4.4 or later
21255                     #endif
21256
21257   ;
21258   return 0;
21259 }
21260 _ACEOF
21261 if ac_fn_cxx_try_compile "$LINENO"; then :
21262   wx_cv_prog_sgicxx744=no
21263 else
21264   wx_cv_prog_sgicxx744=yes
21265
21266 fi
21267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21268             ac_ext=c
21269 ac_cpp='$CPP $CPPFLAGS'
21270 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21271 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21272 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21273
21274
21275
21276 fi
21277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_prog_sgicxx744" >&5
21278 $as_echo "$wx_cv_prog_sgicxx744" >&6; }
21279
21280     if test "x$wx_cv_prog_sgicxx744" = "xyes"; then
21281         CXXFLAGS="-woff 3970 $CXXFLAGS"
21282     fi
21283 fi
21284
21285 if test "x$HPCC" = "xyes"; then
21286                     CFLAGS="+W 2011,2450 $CFLAGS"
21287 fi
21288 if test "x$HPCXX" = "xyes"; then
21289                             CXXFLAGS="+W 2340,4232 $CXXFLAGS"
21290 fi
21291
21292 if test "x$COMPAQCXX" = "xyes"; then
21293                                 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
21294 fi
21295
21296 ac_ext=cpp
21297 ac_cpp='$CXXCPP $CPPFLAGS'
21298 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21299 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21300 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21301
21302
21303 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
21304     if test "$wxUSE_UNICODE" = "yes"; then
21305         std_string="std::wstring"
21306         char_type="wchar_t"
21307     else
21308         std_string="std::string"
21309         char_type="char"
21310     fi
21311
21312         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $std_string in <string>" >&5
21313 $as_echo_n "checking for $std_string in <string>... " >&6; }
21314 if ${wx_cv_class_stdstring+:} false; then :
21315   $as_echo_n "(cached) " >&6
21316 else
21317
21318             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21319 /* end confdefs.h.  */
21320 #include <string>
21321 int
21322 main ()
21323 {
21324 $std_string foo;
21325   ;
21326   return 0;
21327 }
21328 _ACEOF
21329 if ac_fn_cxx_try_compile "$LINENO"; then :
21330   wx_cv_class_stdstring=yes
21331 else
21332   wx_cv_class_stdstring=no
21333
21334 fi
21335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21336
21337
21338 fi
21339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdstring" >&5
21340 $as_echo "$wx_cv_class_stdstring" >&6; }
21341
21342     if test "$wx_cv_class_stdstring" = yes; then
21343         if test "$wxUSE_UNICODE" = "yes"; then
21344             $as_echo "#define HAVE_STD_WSTRING 1" >>confdefs.h
21345
21346         fi
21347                     else
21348         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if std::basic_string<$char_type> works" >&5
21349 $as_echo_n "checking if std::basic_string<$char_type> works... " >&6; }
21350 if ${wx_cv_class_stdbasicstring+:} false; then :
21351   $as_echo_n "(cached) " >&6
21352 else
21353
21354                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21355 /* end confdefs.h.  */
21356
21357                     #ifdef HAVE_WCHAR_H
21358                     #  ifdef __CYGWIN__
21359                     #    include <stddef.h>
21360                     #  endif
21361                     #  include <wchar.h>
21362                     #endif
21363                     #ifdef HAVE_STDLIB_H
21364                     #  include <stdlib.h>
21365                     #endif
21366                     #include <stdio.h>
21367                     #include <string>
21368
21369 int
21370 main ()
21371 {
21372 std::basic_string<$char_type> foo;
21373                      const $char_type* dummy = foo.c_str();
21374   ;
21375   return 0;
21376 }
21377 _ACEOF
21378 if ac_fn_cxx_try_compile "$LINENO"; then :
21379   wx_cv_class_stdbasicstring=yes
21380 else
21381   wx_cv_class_stdbasicstring=no
21382
21383 fi
21384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21385
21386
21387 fi
21388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdbasicstring" >&5
21389 $as_echo "$wx_cv_class_stdbasicstring" >&6; }
21390
21391         if test "$wx_cv_class_stdbasicstring" != yes; then
21392             if test "$wxUSE_STL" = "yes"; then
21393                 as_fn_error $? "Can't use --enable-stl without $std_string or std::basic_string<$char_type>" "$LINENO" 5
21394             elif test "$wxUSE_STD_STRING" = "yes"; then
21395                 as_fn_error $? "Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" "$LINENO" 5
21396             else
21397                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21398 $as_echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21399                 wxUSE_STD_STRING=no
21400             fi
21401         fi
21402     fi
21403 fi
21404
21405 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21406     ac_fn_cxx_check_type "$LINENO" "std::istream" "ac_cv_type_std__istream" "#include <iostream>
21407 "
21408 if test "x$ac_cv_type_std__istream" = xyes; then :
21409
21410 cat >>confdefs.h <<_ACEOF
21411 #define HAVE_STD__ISTREAM 1
21412 _ACEOF
21413
21414
21415 else
21416   wxUSE_STD_IOSTREAM=no
21417 fi
21418 ac_fn_cxx_check_type "$LINENO" "std::ostream" "ac_cv_type_std__ostream" "#include <iostream>
21419 "
21420 if test "x$ac_cv_type_std__ostream" = xyes; then :
21421
21422 cat >>confdefs.h <<_ACEOF
21423 #define HAVE_STD__OSTREAM 1
21424 _ACEOF
21425
21426
21427 else
21428   wxUSE_STD_IOSTREAM=no
21429 fi
21430
21431
21432     if test "$wxUSE_STD_IOSTREAM" != "yes"; then
21433         if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21434             as_fn_error $? "Can't use --enable-std_iostreams without std::istream and std::ostream" "$LINENO" 5
21435         else
21436             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
21437 $as_echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
21438         fi
21439     fi
21440 fi
21441
21442 if test "$wxUSE_STL" = "yes"; then
21443         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for basic STL functionality" >&5
21444 $as_echo_n "checking for basic STL functionality... " >&6; }
21445 if ${wx_cv_lib_stl+:} false; then :
21446   $as_echo_n "(cached) " >&6
21447 else
21448   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21449 /* end confdefs.h.  */
21450 #include <string>
21451             #include <functional>
21452             #include <algorithm>
21453             #include <vector>
21454             #include <list>
21455 int
21456 main ()
21457 {
21458 std::vector<int> moo;
21459              std::list<int> foo;
21460              std::vector<int>::iterator it =
21461                  std::find_if(moo.begin(), moo.end(),
21462                               std::bind2nd(std::less<int>(), 3));
21463   ;
21464   return 0;
21465 }
21466 _ACEOF
21467 if ac_fn_cxx_try_compile "$LINENO"; then :
21468   wx_cv_lib_stl=yes
21469 else
21470   wx_cv_lib_stl=no
21471
21472 fi
21473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21474
21475 fi
21476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_stl" >&5
21477 $as_echo "$wx_cv_lib_stl" >&6; }
21478
21479     if test "$wx_cv_lib_stl" != yes; then
21480          as_fn_error $? "Can't use --enable-stl as basic STL functionality is missing" "$LINENO" 5
21481     fi
21482
21483         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compliant std::string::compare" >&5
21484 $as_echo_n "checking for compliant std::string::compare... " >&6; }
21485 if ${wx_cv_func_stdstring_compare+:} false; then :
21486   $as_echo_n "(cached) " >&6
21487 else
21488   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21489 /* end confdefs.h.  */
21490 #include <string>
21491 int
21492 main ()
21493 {
21494 std::string foo, bar;
21495             foo.compare(bar);
21496             foo.compare(1, 1, bar);
21497             foo.compare(1, 1, bar, 1, 1);
21498             foo.compare("");
21499             foo.compare(1, 1, "");
21500             foo.compare(1, 1, "", 2);
21501   ;
21502   return 0;
21503 }
21504 _ACEOF
21505 if ac_fn_cxx_try_compile "$LINENO"; then :
21506   wx_cv_func_stdstring_compare=yes
21507 else
21508   wx_cv_func_stdstring_compare=no
21509
21510 fi
21511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21512
21513 fi
21514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_stdstring_compare" >&5
21515 $as_echo "$wx_cv_func_stdstring_compare" >&6; }
21516
21517     if test "$wx_cv_func_stdstring_compare" = yes; then
21518         $as_echo "#define HAVE_STD_STRING_COMPARE 1" >>confdefs.h
21519
21520     fi
21521
21522     if test "$wx_cv_class_gnuhashmapset" = yes; then
21523          $as_echo "#define HAVE_EXT_HASH_MAP 1" >>confdefs.h
21524
21525          $as_echo "#define HAVE_GNU_CXX_HASH_MAP 1" >>confdefs.h
21526
21527     fi
21528
21529     ac_fn_cxx_check_header_compile "$LINENO" "unordered_map" "ac_cv_header_unordered_map" "
21530
21531 "
21532 if test "x$ac_cv_header_unordered_map" = xyes; then :
21533   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_map and unordered_set in std" >&5
21534 $as_echo_n "checking for unordered_map and unordered_set in std... " >&6; }
21535 if ${wx_cv_class_stdunorderedmapset+:} false; then :
21536   $as_echo_n "(cached) " >&6
21537 else
21538   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21539 /* end confdefs.h.  */
21540 #include <unordered_map>
21541                 #include <unordered_set>
21542 int
21543 main ()
21544 {
21545 std::unordered_map<double*, char*> test1;
21546                  std::unordered_set<char*> test2;
21547   ;
21548   return 0;
21549 }
21550 _ACEOF
21551 if ac_fn_cxx_try_compile "$LINENO"; then :
21552   wx_cv_class_stdunorderedmapset=yes
21553 else
21554   wx_cv_class_stdunorderedmapset=no
21555 fi
21556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21557
21558
21559 fi
21560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdunorderedmapset" >&5
21561 $as_echo "$wx_cv_class_stdunorderedmapset" >&6; }
21562 fi
21563
21564
21565
21566     if test "$wx_cv_class_stdunorderedmapset" = yes; then
21567          $as_echo "#define HAVE_STD_UNORDERED_MAP 1" >>confdefs.h
21568
21569          $as_echo "#define HAVE_STD_UNORDERED_SET 1" >>confdefs.h
21570
21571     else
21572         ac_fn_cxx_check_header_compile "$LINENO" "tr1/unordered_map" "ac_cv_header_tr1_unordered_map" "
21573
21574 "
21575 if test "x$ac_cv_header_tr1_unordered_map" = xyes; then :
21576   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_map and unordered_set in std::tr1" >&5
21577 $as_echo_n "checking for unordered_map and unordered_set in std::tr1... " >&6; }
21578 if ${wx_cv_class_tr1unorderedmapset+:} false; then :
21579   $as_echo_n "(cached) " >&6
21580 else
21581   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21582 /* end confdefs.h.  */
21583 #include <tr1/unordered_map>
21584                     #include <tr1/unordered_set>
21585 int
21586 main ()
21587 {
21588 std::tr1::unordered_map<double*, char*> test1;
21589                      std::tr1::unordered_set<char*> test2;
21590             #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
21591             #error can't use unordered_{map,set} with gcc-4.[01]: http://gcc.gnu.org/PR24389
21592             #endif
21593   ;
21594   return 0;
21595 }
21596 _ACEOF
21597 if ac_fn_cxx_try_compile "$LINENO"; then :
21598   wx_cv_class_tr1unorderedmapset=yes
21599 else
21600   wx_cv_class_tr1unorderedmapset=no
21601 fi
21602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21603
21604
21605 fi
21606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_tr1unorderedmapset" >&5
21607 $as_echo "$wx_cv_class_tr1unorderedmapset" >&6; }
21608 fi
21609
21610
21611
21612         if test "$wx_cv_class_tr1unorderedmapset" = yes; then
21613             $as_echo "#define HAVE_TR1_UNORDERED_MAP 1" >>confdefs.h
21614
21615             $as_echo "#define HAVE_TR1_UNORDERED_SET 1" >>confdefs.h
21616
21617         else
21618                         ac_fn_cxx_check_header_compile "$LINENO" "hash_map" "ac_cv_header_hash_map" "
21619
21620 "
21621 if test "x$ac_cv_header_hash_map" = xyes; then :
21622   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for std::hash_map and hash_set" >&5
21623 $as_echo_n "checking for std::hash_map and hash_set... " >&6; }
21624 if ${wx_cv_class_stdhashmapset+:} false; then :
21625   $as_echo_n "(cached) " >&6
21626 else
21627   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21628 /* end confdefs.h.  */
21629 #include <hash_map>
21630                         #include <hash_set>
21631 int
21632 main ()
21633 {
21634 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
21635                          std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
21636   ;
21637   return 0;
21638 }
21639 _ACEOF
21640 if ac_fn_cxx_try_compile "$LINENO"; then :
21641   wx_cv_class_stdhashmapset=yes
21642 else
21643   wx_cv_class_stdhashmapset=no
21644 fi
21645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21646
21647
21648 fi
21649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdhashmapset" >&5
21650 $as_echo "$wx_cv_class_stdhashmapset" >&6; }
21651 fi
21652
21653
21654
21655             if test "$wx_cv_class_stdhashmapset" = yes; then
21656                 $as_echo "#define HAVE_HASH_MAP 1" >>confdefs.h
21657
21658                 $as_echo "#define HAVE_STD_HASH_MAP 1" >>confdefs.h
21659
21660             fi
21661
21662             ac_fn_cxx_check_header_compile "$LINENO" "ext/hash_map" "ac_cv_header_ext_hash_map" "
21663
21664 "
21665 if test "x$ac_cv_header_ext_hash_map" = xyes; then :
21666   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU hash_map and hash_set" >&5
21667 $as_echo_n "checking for GNU hash_map and hash_set... " >&6; }
21668 if ${wx_cv_class_gnuhashmapset+:} false; then :
21669   $as_echo_n "(cached) " >&6
21670 else
21671   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21672 /* end confdefs.h.  */
21673 #include <ext/hash_map>
21674                         #include <ext/hash_set>
21675 int
21676 main ()
21677 {
21678 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
21679                          __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
21680   ;
21681   return 0;
21682 }
21683 _ACEOF
21684 if ac_fn_cxx_try_compile "$LINENO"; then :
21685   wx_cv_class_gnuhashmapset=yes
21686 else
21687   wx_cv_class_gnuhashmapset=no
21688 fi
21689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21690
21691
21692 fi
21693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_gnuhashmapset" >&5
21694 $as_echo "$wx_cv_class_gnuhashmapset" >&6; }
21695 fi
21696
21697
21698
21699         fi
21700     fi
21701 fi
21702
21703 ac_ext=cpp
21704 ac_cpp='$CXXCPP $CPPFLAGS'
21705 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21706 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21707 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
21709 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
21710 if test -z "$CXXCPP"; then
21711   if ${ac_cv_prog_CXXCPP+:} false; then :
21712   $as_echo_n "(cached) " >&6
21713 else
21714       # Double quotes because CXXCPP needs to be expanded
21715     for CXXCPP in "$CXX -E" "/lib/cpp"
21716     do
21717       ac_preproc_ok=false
21718 for ac_cxx_preproc_warn_flag in '' yes
21719 do
21720   # Use a header file that comes with gcc, so configuring glibc
21721   # with a fresh cross-compiler works.
21722   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21723   # <limits.h> exists even on freestanding compilers.
21724   # On the NeXT, cc -E runs the code through the compiler's parser,
21725   # not just through cpp. "Syntax error" is here to catch this case.
21726   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21727 /* end confdefs.h.  */
21728 #ifdef __STDC__
21729 # include <limits.h>
21730 #else
21731 # include <assert.h>
21732 #endif
21733                      Syntax error
21734 _ACEOF
21735 if ac_fn_cxx_try_cpp "$LINENO"; then :
21736
21737 else
21738   # Broken: fails on valid input.
21739 continue
21740 fi
21741 rm -f conftest.err conftest.i conftest.$ac_ext
21742
21743   # OK, works on sane cases.  Now check whether nonexistent headers
21744   # can be detected and how.
21745   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21746 /* end confdefs.h.  */
21747 #include <ac_nonexistent.h>
21748 _ACEOF
21749 if ac_fn_cxx_try_cpp "$LINENO"; then :
21750   # Broken: success on invalid input.
21751 continue
21752 else
21753   # Passes both tests.
21754 ac_preproc_ok=:
21755 break
21756 fi
21757 rm -f conftest.err conftest.i conftest.$ac_ext
21758
21759 done
21760 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21761 rm -f conftest.i conftest.err conftest.$ac_ext
21762 if $ac_preproc_ok; then :
21763   break
21764 fi
21765
21766     done
21767     ac_cv_prog_CXXCPP=$CXXCPP
21768
21769 fi
21770   CXXCPP=$ac_cv_prog_CXXCPP
21771 else
21772   ac_cv_prog_CXXCPP=$CXXCPP
21773 fi
21774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
21775 $as_echo "$CXXCPP" >&6; }
21776 ac_preproc_ok=false
21777 for ac_cxx_preproc_warn_flag in '' yes
21778 do
21779   # Use a header file that comes with gcc, so configuring glibc
21780   # with a fresh cross-compiler works.
21781   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21782   # <limits.h> exists even on freestanding compilers.
21783   # On the NeXT, cc -E runs the code through the compiler's parser,
21784   # not just through cpp. "Syntax error" is here to catch this case.
21785   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21786 /* end confdefs.h.  */
21787 #ifdef __STDC__
21788 # include <limits.h>
21789 #else
21790 # include <assert.h>
21791 #endif
21792                      Syntax error
21793 _ACEOF
21794 if ac_fn_cxx_try_cpp "$LINENO"; then :
21795
21796 else
21797   # Broken: fails on valid input.
21798 continue
21799 fi
21800 rm -f conftest.err conftest.i conftest.$ac_ext
21801
21802   # OK, works on sane cases.  Now check whether nonexistent headers
21803   # can be detected and how.
21804   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21805 /* end confdefs.h.  */
21806 #include <ac_nonexistent.h>
21807 _ACEOF
21808 if ac_fn_cxx_try_cpp "$LINENO"; then :
21809   # Broken: success on invalid input.
21810 continue
21811 else
21812   # Passes both tests.
21813 ac_preproc_ok=:
21814 break
21815 fi
21816 rm -f conftest.err conftest.i conftest.$ac_ext
21817
21818 done
21819 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21820 rm -f conftest.i conftest.err conftest.$ac_ext
21821 if $ac_preproc_ok; then :
21822
21823 else
21824   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21825 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21826 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
21827 See \`config.log' for more details" "$LINENO" 5; }
21828 fi
21829
21830 ac_ext=cpp
21831 ac_cpp='$CXXCPP $CPPFLAGS'
21832 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21833 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21834 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21835
21836
21837 for ac_header in type_traits tr1/type_traits
21838 do :
21839   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21840 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
21841 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
21842   cat >>confdefs.h <<_ACEOF
21843 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21844 _ACEOF
21845
21846 fi
21847
21848 done
21849
21850
21851
21852
21853   if test -n "$GCC"; then
21854     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
21855 $as_echo_n "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... " >&6; }
21856     if ${wx_cv_cc_gcc_atomic_builtins+:} false; then :
21857   $as_echo_n "(cached) " >&6
21858 else
21859
21860       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21861 /* end confdefs.h.  */
21862
21863 int
21864 main ()
21865 {
21866
21867           unsigned int value=0;
21868           /* wxAtomicInc doesn't use return value here */
21869           __sync_fetch_and_add(&value, 2);
21870           __sync_sub_and_fetch(&value, 1);
21871           /* but wxAtomicDec does, so mimic that: */
21872           unsigned int r2 = __sync_sub_and_fetch(&value, 1);
21873
21874   ;
21875   return 0;
21876 }
21877 _ACEOF
21878 if ac_fn_cxx_try_link "$LINENO"; then :
21879   wx_cv_cc_gcc_atomic_builtins=yes
21880 else
21881   wx_cv_cc_gcc_atomic_builtins=no
21882 fi
21883 rm -f core conftest.err conftest.$ac_objext \
21884     conftest$ac_exeext conftest.$ac_ext
21885
21886 fi
21887
21888     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_gcc_atomic_builtins" >&5
21889 $as_echo "$wx_cv_cc_gcc_atomic_builtins" >&6; }
21890     if test $wx_cv_cc_gcc_atomic_builtins = yes; then
21891       $as_echo "#define HAVE_GCC_ATOMIC_BUILTINS 1" >>confdefs.h
21892
21893     fi
21894   fi
21895
21896
21897 ac_ext=c
21898 ac_cpp='$CPP $CPPFLAGS'
21899 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21900 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21901 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21902
21903
21904
21905 SEARCH_INCLUDE="\
21906     /usr/local/include        \
21907     /usr/local/X11/include    \
21908     /usr/local/include/X11    \
21909     /usr/local/X11R7/include  \
21910     /usr/local/X11R6/include  \
21911     /usr/local/include/X11R7  \
21912     /usr/local/include/X11R6  \
21913                               \
21914     /usr/Motif-2.1/include    \
21915     /usr/Motif-1.2/include    \
21916     /usr/include/Motif1.2     \
21917                               \
21918     /usr/dt/include           \
21919     /usr/openwin/include      \
21920                               \
21921     /usr/include/Xm           \
21922                               \
21923     /usr/X11R7/include        \
21924     /usr/X11R6/include        \
21925     /usr/X11R6.4/include      \
21926                               \
21927     /usr/include/X11R7        \
21928     /usr/include/X11R6        \
21929                               \
21930     /usr/X11/include          \
21931     /usr/include/X11          \
21932                               \
21933     /usr/XFree86/include/X11  \
21934     /usr/pkg/include          \
21935                               \
21936     /usr/local/X1R5/include  \
21937     /usr/local/include/X11R5  \
21938     /usr/X11R5/include        \
21939     /usr/include/X11R5        \
21940                               \
21941     /usr/local/X11R4/include  \
21942     /usr/local/include/X11R4  \
21943     /usr/X11R4/include        \
21944     /usr/include/X11R4        \
21945                               \
21946     /usr/openwin/share/include"
21947
21948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries directories" >&5
21949 $as_echo_n "checking for libraries directories... " >&6; }
21950
21951 case "${host}" in
21952     *-*-irix6* )
21953         if ${wx_cv_std_libpath+:} false; then :
21954   $as_echo_n "(cached) " >&6
21955 else
21956
21957                 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
21958                     for e in a so sl dylib dll.a; do
21959                         libc="$d/libc.$e"
21960                         if test -f $libc; then
21961                             save_LIBS="$LIBS"
21962                             LIBS="$libc"
21963                             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21964 /* end confdefs.h.  */
21965
21966                                     int main() { return 0; }
21967
21968 _ACEOF
21969 if ac_fn_c_try_link "$LINENO"; then :
21970   wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
21971 fi
21972 rm -f core conftest.err conftest.$ac_objext \
21973     conftest$ac_exeext conftest.$ac_ext
21974                             LIBS="$save_LIBS"
21975                             if test "x$wx_cv_std_libpath" != "x"; then
21976                                 break 2
21977                             fi
21978                         fi
21979                     done
21980                 done
21981
21982
21983 fi
21984
21985         ;;
21986
21987     *-*-solaris2* )
21988                 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
21989             wx_cv_std_libpath="lib/64"
21990         fi
21991         ;;
21992
21993     *-*-linux* )
21994                                         if test "$ac_cv_sizeof_void_p" = 8; then
21995             if test -d "/usr/lib/`uname -m`-linux-gnu"; then
21996                 wx_cv_std_libfullpath="/usr/lib/`uname -m`-linux-gnu"
21997             elif test -d "/usr/lib64" -a ! -h "/usr/lib64"; then
21998                 wx_cv_std_libpath="lib64"
21999             fi
22000         else
22001             case "${host}" in
22002                 i*86-*-linux* )
22003                     if test -d '/usr/lib/i386-linux-gnu'; then
22004                         wx_cv_std_libfullpath='/usr/lib/i386-linux-gnu'
22005                     fi
22006             esac
22007         fi
22008
22009                                 if test -n "$wx_cv_std_libfullpath" -a -d "/usr/lib"; then
22010             wx_cv_std_libfullpath="$wx_cv_std_libfullpath /usr/lib"
22011         fi
22012         ;;
22013 esac
22014
22015 if test -z "$wx_cv_std_libpath"; then
22016     wx_cv_std_libpath="lib"
22017 fi
22018
22019 if test -z "$wx_cv_std_libfullpath"; then
22020     wx_cv_std_libfullpath="/usr/$wx_cv_std_libpath"
22021 fi
22022
22023
22024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_std_libfullpath" >&5
22025 $as_echo "$wx_cv_std_libfullpath" >&6; }
22026
22027 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` $wx_cv_std_libfullpath"
22028
22029 if test "$build" != "$host" -a "$GCC" = yes; then
22030                     if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
22031         cross_root=`dirname $cross_root`
22032         cross_root=`dirname $cross_root`
22033
22034                         SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22035         SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22036         SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
22037
22038                 if test -z "$PKG_CONFIG_PATH"; then
22039             PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
22040             export PKG_CONFIG_PATH
22041         fi
22042
22043                                 if test -z "$x_includes" -o "$x_includes" = NONE; then
22044
22045 ac_find_includes=
22046 for ac_dir in $SEARCH_INCLUDE /usr/include
22047   do
22048     if test -f "$ac_dir/X11/Intrinsic.h"; then
22049       ac_find_includes=$ac_dir
22050       break
22051     fi
22052   done
22053
22054             x_includes=$ac_find_includes
22055         fi
22056         if test -z "$x_libraries" -o "$x_libraries" = NONE; then
22057
22058   ac_find_libraries=
22059   for ac_dir in  $SEARCH_LIB
22060   do
22061     for ac_extension in a so sl dylib dll.a; do
22062       if test -f "$ac_dir/libXt.$ac_extension"; then
22063         ac_find_libraries=$ac_dir
22064         break 2
22065       fi
22066     done
22067   done
22068
22069             x_libraries=$ac_find_libraries
22070         fi
22071     fi
22072 fi
22073
22074
22075 cat >confcache <<\_ACEOF
22076 # This file is a shell script that caches the results of configure
22077 # tests run on this system so they can be shared between configure
22078 # scripts and configure runs, see configure's option --config-cache.
22079 # It is not useful on other systems.  If it contains results you don't
22080 # want to keep, you may remove or edit it.
22081 #
22082 # config.status only pays attention to the cache file if you give it
22083 # the --recheck option to rerun configure.
22084 #
22085 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22086 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22087 # following values.
22088
22089 _ACEOF
22090
22091 # The following way of writing the cache mishandles newlines in values,
22092 # but we know of no workaround that is simple, portable, and efficient.
22093 # So, we kill variables containing newlines.
22094 # Ultrix sh set writes to stderr and can't be redirected directly,
22095 # and sets the high bit in the cache file unless we assign to the vars.
22096 (
22097   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
22098     eval ac_val=\$$ac_var
22099     case $ac_val in #(
22100     *${as_nl}*)
22101       case $ac_var in #(
22102       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
22103 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
22104       esac
22105       case $ac_var in #(
22106       _ | IFS | as_nl) ;; #(
22107       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
22108       *) { eval $ac_var=; unset $ac_var;} ;;
22109       esac ;;
22110     esac
22111   done
22112
22113   (set) 2>&1 |
22114     case $as_nl`(ac_space=' '; set) 2>&1` in #(
22115     *${as_nl}ac_space=\ *)
22116       # `set' does not quote correctly, so add quotes: double-quote
22117       # substitution turns \\\\ into \\, and sed turns \\ into \.
22118       sed -n \
22119         "s/'/'\\\\''/g;
22120           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22121       ;; #(
22122     *)
22123       # `set' quotes correctly as required by POSIX, so do not add quotes.
22124       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
22125       ;;
22126     esac |
22127     sort
22128 ) |
22129   sed '
22130      /^ac_cv_env_/b end
22131      t clear
22132      :clear
22133      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22134      t end
22135      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22136      :end' >>confcache
22137 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
22138   if test -w "$cache_file"; then
22139     if test "x$cache_file" != "x/dev/null"; then
22140       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
22141 $as_echo "$as_me: updating cache $cache_file" >&6;}
22142       if test ! -f "$cache_file" || test -h "$cache_file"; then
22143         cat confcache >"$cache_file"
22144       else
22145         case $cache_file in #(
22146         */* | ?:*)
22147           mv -f confcache "$cache_file"$$ &&
22148           mv -f "$cache_file"$$ "$cache_file" ;; #(
22149         *)
22150           mv -f confcache "$cache_file" ;;
22151         esac
22152       fi
22153     fi
22154   else
22155     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
22156 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
22157   fi
22158 fi
22159 rm -f confcache
22160
22161 have_cos=0
22162 have_floor=0
22163 for ac_func in cos
22164 do :
22165   ac_fn_c_check_func "$LINENO" "cos" "ac_cv_func_cos"
22166 if test "x$ac_cv_func_cos" = xyes; then :
22167   cat >>confdefs.h <<_ACEOF
22168 #define HAVE_COS 1
22169 _ACEOF
22170  have_cos=1
22171 fi
22172 done
22173
22174 for ac_func in floor
22175 do :
22176   ac_fn_c_check_func "$LINENO" "floor" "ac_cv_func_floor"
22177 if test "x$ac_cv_func_floor" = xyes; then :
22178   cat >>confdefs.h <<_ACEOF
22179 #define HAVE_FLOOR 1
22180 _ACEOF
22181  have_floor=1
22182 fi
22183 done
22184
22185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if floating point functions link without -lm" >&5
22186 $as_echo_n "checking if floating point functions link without -lm... " >&6; }
22187 if test "$have_cos" = 1 -a "$have_floor" = 1; then
22188     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22189 $as_echo "yes" >&6; }
22190 else
22191     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22192 $as_echo "no" >&6; }
22193     LIBS="$LIBS -lm"
22194     # use different functions to avoid configure caching
22195     have_sin=0
22196     have_ceil=0
22197     for ac_func in sin
22198 do :
22199   ac_fn_c_check_func "$LINENO" "sin" "ac_cv_func_sin"
22200 if test "x$ac_cv_func_sin" = xyes; then :
22201   cat >>confdefs.h <<_ACEOF
22202 #define HAVE_SIN 1
22203 _ACEOF
22204  have_sin=1
22205 fi
22206 done
22207
22208     for ac_func in ceil
22209 do :
22210   ac_fn_c_check_func "$LINENO" "ceil" "ac_cv_func_ceil"
22211 if test "x$ac_cv_func_ceil" = xyes; then :
22212   cat >>confdefs.h <<_ACEOF
22213 #define HAVE_CEIL 1
22214 _ACEOF
22215  have_ceil=1
22216 fi
22217 done
22218
22219     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if floating point functions link with -lm" >&5
22220 $as_echo_n "checking if floating point functions link with -lm... " >&6; }
22221     if test "$have_sin" = 1 -a "$have_ceil" = 1; then
22222         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22223 $as_echo "yes" >&6; }
22224     else
22225         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22226 $as_echo "no" >&6; }
22227         # not sure we should warn the user, crash, etc.
22228     fi
22229 fi
22230
22231 ac_ext=cpp
22232 ac_cpp='$CXXCPP $CPPFLAGS'
22233 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22234 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22235 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22236
22237 if test "wxUSE_UNICODE" = "yes"; then
22238
22239   for wx_func in wcstoull
22240   do
22241     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
22242 $as_echo_n "checking for $wx_func... " >&6; }
22243 if eval \${wx_cv_func_$wx_func+:} false; then :
22244   $as_echo_n "(cached) " >&6
22245 else
22246
22247         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22248 /* end confdefs.h.  */
22249
22250
22251
22252                 $ac_includes_default
22253
22254 int
22255 main ()
22256 {
22257
22258                 #ifndef $wx_func
22259                   &$wx_func;
22260                 #endif
22261
22262
22263   ;
22264   return 0;
22265 }
22266
22267 _ACEOF
22268 if ac_fn_cxx_try_link "$LINENO"; then :
22269   eval wx_cv_func_$wx_func=yes
22270 else
22271   eval wx_cv_func_$wx_func=no
22272 fi
22273 rm -f core conftest.err conftest.$ac_objext \
22274     conftest$ac_exeext conftest.$ac_ext
22275
22276 fi
22277 eval ac_res=\$wx_cv_func_$wx_func
22278                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
22279 $as_echo "$ac_res" >&6; }
22280
22281     if eval test \$wx_cv_func_$wx_func = yes
22282     then
22283       cat >>confdefs.h <<_ACEOF
22284 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
22285 _ACEOF
22286
22287
22288     else
22289       :
22290
22291     fi
22292   done
22293
22294 else
22295
22296   for wx_func in strtoull
22297   do
22298     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
22299 $as_echo_n "checking for $wx_func... " >&6; }
22300 if eval \${wx_cv_func_$wx_func+:} false; then :
22301   $as_echo_n "(cached) " >&6
22302 else
22303
22304         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22305 /* end confdefs.h.  */
22306
22307
22308
22309                 $ac_includes_default
22310
22311 int
22312 main ()
22313 {
22314
22315                 #ifndef $wx_func
22316                   &$wx_func;
22317                 #endif
22318
22319
22320   ;
22321   return 0;
22322 }
22323
22324 _ACEOF
22325 if ac_fn_cxx_try_link "$LINENO"; then :
22326   eval wx_cv_func_$wx_func=yes
22327 else
22328   eval wx_cv_func_$wx_func=no
22329 fi
22330 rm -f core conftest.err conftest.$ac_objext \
22331     conftest$ac_exeext conftest.$ac_ext
22332
22333 fi
22334 eval ac_res=\$wx_cv_func_$wx_func
22335                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
22336 $as_echo "$ac_res" >&6; }
22337
22338     if eval test \$wx_cv_func_$wx_func = yes
22339     then
22340       cat >>confdefs.h <<_ACEOF
22341 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
22342 _ACEOF
22343
22344
22345     else
22346       :
22347
22348     fi
22349   done
22350
22351 fi
22352 ac_ext=c
22353 ac_cpp='$CPP $CPPFLAGS'
22354 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22355 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22356 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22357
22358
22359
22360
22361 if test "$wxUSE_REGEX" != "no"; then
22362     $as_echo "#define wxUSE_REGEX 1" >>confdefs.h
22363
22364
22365     if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22366         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
22367 $as_echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
22368         wxUSE_REGEX=builtin
22369     fi
22370
22371     if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22372                         ac_fn_c_check_header_compile "$LINENO" "regex.h" "ac_cv_header_regex_h" "
22373 "
22374 if test "x$ac_cv_header_regex_h" = xyes; then :
22375   for ac_func in regcomp re_search
22376 do :
22377   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
22378 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22379 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
22380   cat >>confdefs.h <<_ACEOF
22381 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
22382 _ACEOF
22383
22384 fi
22385 done
22386
22387 fi
22388
22389
22390
22391         if test "x$ac_cv_func_regcomp" != "xyes"; then
22392             if test "$wxUSE_REGEX" = "sys" ; then
22393                 as_fn_error $? "system regex library not found! Use --with-regex to use built-in version" "$LINENO" 5
22394             else
22395                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system regex library not found, will use built-in instead" >&5
22396 $as_echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22397                 wxUSE_REGEX=builtin
22398             fi
22399         else
22400                         wxUSE_REGEX=sys
22401                         $as_echo "#define WX_NO_REGEX_ADVANCED 1" >>confdefs.h
22402
22403         fi
22404     fi
22405 fi
22406
22407
22408 ZLIB_LINK=
22409 if test "$wxUSE_ZLIB" != "no" ; then
22410     $as_echo "#define wxUSE_ZLIB 1" >>confdefs.h
22411
22412
22413     if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22414                                                 if test "$USE_DARWIN" = 1; then
22415             system_zlib_h_ok="yes"
22416         else
22417                                                                                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlib.h >= 1.1.4" >&5
22418 $as_echo_n "checking for zlib.h >= 1.1.4... " >&6; }
22419 if ${ac_cv_header_zlib_h+:} false; then :
22420   $as_echo_n "(cached) " >&6
22421 else
22422   if test "$cross_compiling" = yes; then :
22423                       unset ac_cv_header_zlib_h
22424
22425 else
22426   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22427 /* end confdefs.h.  */
22428
22429                         #include <zlib.h>
22430                         #include <stdio.h>
22431
22432                         int main()
22433                         {
22434                             FILE *f=fopen("conftestval", "w");
22435                             if (!f) exit(1);
22436                             fprintf(f, "%s",
22437                                     ZLIB_VERSION[0] == '1' &&
22438                                     (ZLIB_VERSION[2] > '1' ||
22439                                     (ZLIB_VERSION[2] == '1' &&
22440                                      ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22441                             exit(0);
22442                         }
22443
22444 _ACEOF
22445 if ac_fn_c_try_run "$LINENO"; then :
22446   ac_cv_header_zlib_h=`cat conftestval`
22447 else
22448   ac_cv_header_zlib_h=no
22449 fi
22450 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22451   conftest.$ac_objext conftest.beam conftest.$ac_ext
22452 fi
22453
22454
22455 fi
22456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_zlib_h" >&5
22457 $as_echo "$ac_cv_header_zlib_h" >&6; }
22458                                     ac_fn_c_check_header_compile "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "
22459 "
22460 if test "x$ac_cv_header_zlib_h" = xyes; then :
22461
22462 fi
22463
22464
22465
22466             system_zlib_h_ok=$ac_cv_header_zlib_h
22467         fi
22468
22469         if test "$system_zlib_h_ok" = "yes"; then
22470             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5
22471 $as_echo_n "checking for deflate in -lz... " >&6; }
22472 if ${ac_cv_lib_z_deflate+:} false; then :
22473   $as_echo_n "(cached) " >&6
22474 else
22475   ac_check_lib_save_LIBS=$LIBS
22476 LIBS="-lz  $LIBS"
22477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22478 /* end confdefs.h.  */
22479
22480 /* Override any GCC internal prototype to avoid an error.
22481    Use char because int might match the return type of a GCC
22482    builtin and then its argument prototype would still apply.  */
22483 #ifdef __cplusplus
22484 extern "C"
22485 #endif
22486 char deflate ();
22487 int
22488 main ()
22489 {
22490 return deflate ();
22491   ;
22492   return 0;
22493 }
22494 _ACEOF
22495 if ac_fn_c_try_link "$LINENO"; then :
22496   ac_cv_lib_z_deflate=yes
22497 else
22498   ac_cv_lib_z_deflate=no
22499 fi
22500 rm -f core conftest.err conftest.$ac_objext \
22501     conftest$ac_exeext conftest.$ac_ext
22502 LIBS=$ac_check_lib_save_LIBS
22503 fi
22504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflate" >&5
22505 $as_echo "$ac_cv_lib_z_deflate" >&6; }
22506 if test "x$ac_cv_lib_z_deflate" = xyes; then :
22507   ZLIB_LINK=" -lz"
22508 fi
22509
22510         fi
22511
22512         if test "x$ZLIB_LINK" = "x" ; then
22513             if test "$wxUSE_ZLIB" = "sys" ; then
22514                 as_fn_error $? "zlib library not found or too old! Use --with-zlib=builtin to use built-in version" "$LINENO" 5
22515             else
22516                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zlib library not found or too old, will use built-in instead" >&5
22517 $as_echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
22518                 wxUSE_ZLIB=builtin
22519             fi
22520         else
22521                         wxUSE_ZLIB=sys
22522         fi
22523     fi
22524 fi
22525
22526
22527 PNG_LINK=
22528 if test "$wxUSE_LIBPNG" != "no" ; then
22529     $as_echo "#define wxUSE_LIBPNG 1" >>confdefs.h
22530
22531
22532             if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
22533         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
22534 $as_echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
22535         wxUSE_LIBPNG=builtin
22536     fi
22537
22538     if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
22539                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png.h > 0.90" >&5
22540 $as_echo_n "checking for png.h > 0.90... " >&6; }
22541 if ${ac_cv_header_png_h+:} false; then :
22542   $as_echo_n "(cached) " >&6
22543 else
22544   if test "$cross_compiling" = yes; then :
22545                   unset ac_cv_header_png_h
22546
22547 else
22548   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22549 /* end confdefs.h.  */
22550
22551                     #include <png.h>
22552                     #include <stdio.h>
22553
22554                     int main()
22555                     {
22556                         FILE *f=fopen("conftestval", "w");
22557                         if (!f) exit(1);
22558                         fprintf(f, "%s",
22559                                  PNG_LIBPNG_VER > 90 ? "yes" : "no");
22560                         exit(0);
22561                     }
22562
22563 _ACEOF
22564 if ac_fn_c_try_run "$LINENO"; then :
22565   ac_cv_header_png_h=`cat conftestval`
22566 else
22567   ac_cv_header_png_h=no
22568 fi
22569 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22570   conftest.$ac_objext conftest.beam conftest.$ac_ext
22571 fi
22572
22573
22574 fi
22575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_png_h" >&5
22576 $as_echo "$ac_cv_header_png_h" >&6; }
22577         ac_fn_c_check_header_compile "$LINENO" "png.h" "ac_cv_header_png_h" "
22578 "
22579 if test "x$ac_cv_header_png_h" = xyes; then :
22580
22581 fi
22582
22583
22584
22585         if test "$ac_cv_header_png_h" = "yes"; then
22586             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_sig_cmp in -lpng" >&5
22587 $as_echo_n "checking for png_sig_cmp in -lpng... " >&6; }
22588 if ${ac_cv_lib_png_png_sig_cmp+:} false; then :
22589   $as_echo_n "(cached) " >&6
22590 else
22591   ac_check_lib_save_LIBS=$LIBS
22592 LIBS="-lpng -lz -lm $LIBS"
22593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22594 /* end confdefs.h.  */
22595
22596 /* Override any GCC internal prototype to avoid an error.
22597    Use char because int might match the return type of a GCC
22598    builtin and then its argument prototype would still apply.  */
22599 #ifdef __cplusplus
22600 extern "C"
22601 #endif
22602 char png_sig_cmp ();
22603 int
22604 main ()
22605 {
22606 return png_sig_cmp ();
22607   ;
22608   return 0;
22609 }
22610 _ACEOF
22611 if ac_fn_c_try_link "$LINENO"; then :
22612   ac_cv_lib_png_png_sig_cmp=yes
22613 else
22614   ac_cv_lib_png_png_sig_cmp=no
22615 fi
22616 rm -f core conftest.err conftest.$ac_objext \
22617     conftest$ac_exeext conftest.$ac_ext
22618 LIBS=$ac_check_lib_save_LIBS
22619 fi
22620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_sig_cmp" >&5
22621 $as_echo "$ac_cv_lib_png_png_sig_cmp" >&6; }
22622 if test "x$ac_cv_lib_png_png_sig_cmp" = xyes; then :
22623   PNG_LINK=" -lpng -lz"
22624 fi
22625
22626         fi
22627
22628         if test "x$PNG_LINK" = "x" ; then
22629             if test "$wxUSE_LIBPNG" = "sys" ; then
22630                 as_fn_error $? "system png library not found or too old! Use --with-libpng=builtin to use built-in version" "$LINENO" 5
22631             else
22632                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system png library not found or too old, will use built-in instead" >&5
22633 $as_echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
22634                 wxUSE_LIBPNG=builtin
22635             fi
22636         else
22637                         wxUSE_LIBPNG=sys
22638         fi
22639     fi
22640 fi
22641
22642
22643 JPEG_LINK=
22644 if test "$wxUSE_LIBJPEG" != "no" ; then
22645     $as_echo "#define wxUSE_LIBJPEG 1" >>confdefs.h
22646
22647
22648     if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
22649                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeglib.h" >&5
22650 $as_echo_n "checking for jpeglib.h... " >&6; }
22651         if ${ac_cv_header_jpeglib_h+:} false; then :
22652   $as_echo_n "(cached) " >&6
22653 else
22654   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22655 /* end confdefs.h.  */
22656
22657                     #undef HAVE_STDLIB_H
22658                     #include <stdio.h>
22659                     #include <jpeglib.h>
22660
22661 int
22662 main ()
22663 {
22664
22665
22666   ;
22667   return 0;
22668 }
22669 _ACEOF
22670 if ac_fn_c_try_compile "$LINENO"; then :
22671   ac_cv_header_jpeglib_h=yes
22672 else
22673   ac_cv_header_jpeglib_h=no
22674
22675 fi
22676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22677
22678 fi
22679
22680         { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_jpeglib_h" >&5
22681 $as_echo "$ac_cv_header_jpeglib_h" >&6; }
22682
22683         if test "$ac_cv_header_jpeglib_h" = "yes"; then
22684             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_read_header in -ljpeg" >&5
22685 $as_echo_n "checking for jpeg_read_header in -ljpeg... " >&6; }
22686 if ${ac_cv_lib_jpeg_jpeg_read_header+:} false; then :
22687   $as_echo_n "(cached) " >&6
22688 else
22689   ac_check_lib_save_LIBS=$LIBS
22690 LIBS="-ljpeg  $LIBS"
22691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22692 /* end confdefs.h.  */
22693
22694 /* Override any GCC internal prototype to avoid an error.
22695    Use char because int might match the return type of a GCC
22696    builtin and then its argument prototype would still apply.  */
22697 #ifdef __cplusplus
22698 extern "C"
22699 #endif
22700 char jpeg_read_header ();
22701 int
22702 main ()
22703 {
22704 return jpeg_read_header ();
22705   ;
22706   return 0;
22707 }
22708 _ACEOF
22709 if ac_fn_c_try_link "$LINENO"; then :
22710   ac_cv_lib_jpeg_jpeg_read_header=yes
22711 else
22712   ac_cv_lib_jpeg_jpeg_read_header=no
22713 fi
22714 rm -f core conftest.err conftest.$ac_objext \
22715     conftest$ac_exeext conftest.$ac_ext
22716 LIBS=$ac_check_lib_save_LIBS
22717 fi
22718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
22719 $as_echo "$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
22720 if test "x$ac_cv_lib_jpeg_jpeg_read_header" = xyes; then :
22721   JPEG_LINK=" -ljpeg"
22722 fi
22723
22724         fi
22725
22726         if test "x$JPEG_LINK" = "x" ; then
22727             if test "$wxUSE_LIBJPEG" = "sys" ; then
22728                 as_fn_error $? "system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" "$LINENO" 5
22729             else
22730                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system jpeg library not found, will use built-in instead" >&5
22731 $as_echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
22732                 wxUSE_LIBJPEG=builtin
22733             fi
22734         else
22735                         wxUSE_LIBJPEG=sys
22736
22737             if test "$wxUSE_MSW" = 1; then
22738                                                                                 ac_fn_c_check_type "$LINENO" "boolean" "ac_cv_type_boolean" "#include <windows.h>
22739 "
22740 if test "x$ac_cv_type_boolean" = xyes; then :
22741
22742 cat >>confdefs.h <<_ACEOF
22743 #define HAVE_BOOLEAN 1
22744 _ACEOF
22745
22746
22747                         # The cast to long int works around a bug in the HP C Compiler
22748 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22749 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22750 # This bug is HP SR number 8606223364.
22751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of boolean" >&5
22752 $as_echo_n "checking size of boolean... " >&6; }
22753 if ${ac_cv_sizeof_boolean+:} false; then :
22754   $as_echo_n "(cached) " >&6
22755 else
22756   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (boolean))" "ac_cv_sizeof_boolean"        "
22757                                 #undef HAVE_BOOLEAN
22758                                 #include <stdio.h>
22759                                 #include <jpeglib.h>
22760
22761 "; then :
22762
22763 else
22764   if test "$ac_cv_type_boolean" = yes; then
22765      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22766 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22767 as_fn_error 77 "cannot compute sizeof (boolean)
22768 See \`config.log' for more details" "$LINENO" 5; }
22769    else
22770      ac_cv_sizeof_boolean=0
22771    fi
22772 fi
22773
22774 fi
22775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_boolean" >&5
22776 $as_echo "$ac_cv_sizeof_boolean" >&6; }
22777
22778
22779
22780 cat >>confdefs.h <<_ACEOF
22781 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
22782 _ACEOF
22783
22784
22785                         cat >>confdefs.h <<_ACEOF
22786 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
22787 _ACEOF
22788
22789
22790 fi
22791
22792             fi
22793         fi
22794     fi
22795 fi
22796
22797
22798 TIFF_LINK=
22799 TIFF_PREREQ_LINKS=-lm
22800 if test "$wxUSE_LIBTIFF" != "no" ; then
22801     $as_echo "#define wxUSE_LIBTIFF 1" >>confdefs.h
22802
22803
22804     if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
22805                         if test "$wxUSE_LIBJPEG" = "sys"; then
22806             TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
22807         fi
22808         if test "$wxUSE_ZLIB" = "sys"; then
22809             TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
22810         fi
22811         ac_fn_c_check_header_compile "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "
22812
22813 "
22814 if test "x$ac_cv_header_tiffio_h" = xyes; then :
22815
22816                             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFError in -ltiff" >&5
22817 $as_echo_n "checking for TIFFError in -ltiff... " >&6; }
22818 if ${ac_cv_lib_tiff_TIFFError+:} false; then :
22819   $as_echo_n "(cached) " >&6
22820 else
22821   ac_check_lib_save_LIBS=$LIBS
22822 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
22823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22824 /* end confdefs.h.  */
22825
22826 /* Override any GCC internal prototype to avoid an error.
22827    Use char because int might match the return type of a GCC
22828    builtin and then its argument prototype would still apply.  */
22829 #ifdef __cplusplus
22830 extern "C"
22831 #endif
22832 char TIFFError ();
22833 int
22834 main ()
22835 {
22836 return TIFFError ();
22837   ;
22838   return 0;
22839 }
22840 _ACEOF
22841 if ac_fn_c_try_link "$LINENO"; then :
22842   ac_cv_lib_tiff_TIFFError=yes
22843 else
22844   ac_cv_lib_tiff_TIFFError=no
22845 fi
22846 rm -f core conftest.err conftest.$ac_objext \
22847     conftest$ac_exeext conftest.$ac_ext
22848 LIBS=$ac_check_lib_save_LIBS
22849 fi
22850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFError" >&5
22851 $as_echo "$ac_cv_lib_tiff_TIFFError" >&6; }
22852 if test "x$ac_cv_lib_tiff_TIFFError" = xyes; then :
22853   TIFF_LINK=" -ltiff"
22854 fi
22855
22856
22857 fi
22858
22859
22860
22861         if test "x$TIFF_LINK" = "x" ; then
22862             if test "$wxUSE_LIBTIFF" = "sys" ; then
22863                 as_fn_error $? "system tiff library not found! Use --with-libtiff=builtin to use built-in version" "$LINENO" 5
22864             else
22865                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system tiff library not found, will use built-in instead" >&5
22866 $as_echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
22867                 wxUSE_LIBTIFF=builtin
22868             fi
22869         else
22870                         wxUSE_LIBTIFF=sys
22871         fi
22872     fi
22873     if test "$wxUSE_LIBTIFF" = "builtin" ; then
22874         if test "$wxUSE_LIBJPEG" = "no"; then
22875                                                                                     ac_configure_args="$ac_configure_args --disable-jpeg"
22876         fi
22877
22878
22879 subdirs="$subdirs src/tiff"
22880
22881     fi
22882 fi
22883
22884
22885 if test "$wxUSE_EXPAT" != "no"; then
22886     wxUSE_XML=yes
22887     $as_echo "#define wxUSE_EXPAT 1" >>confdefs.h
22888
22889     $as_echo "#define wxUSE_XML 1" >>confdefs.h
22890
22891
22892     if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
22893         ac_fn_c_check_header_compile "$LINENO" "expat.h" "ac_cv_header_expat_h" "
22894 "
22895 if test "x$ac_cv_header_expat_h" = xyes; then :
22896   found_expat_h=1
22897 fi
22898
22899
22900         if test "x$found_expat_h" = "x1"; then
22901                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if expat.h is valid C++ header" >&5
22902 $as_echo_n "checking if expat.h is valid C++ header... " >&6; }
22903 if ${wx_cv_expat_is_not_broken+:} false; then :
22904   $as_echo_n "(cached) " >&6
22905 else
22906
22907                 ac_ext=cpp
22908 ac_cpp='$CXXCPP $CPPFLAGS'
22909 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22910 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22911 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22912
22913                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22914 /* end confdefs.h.  */
22915 #include <expat.h>
22916 int
22917 main ()
22918 {
22919
22920   ;
22921   return 0;
22922 }
22923 _ACEOF
22924 if ac_fn_cxx_try_compile "$LINENO"; then :
22925   wx_cv_expat_is_not_broken=yes
22926 else
22927   wx_cv_expat_is_not_broken=no
22928
22929 fi
22930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22931                 ac_ext=c
22932 ac_cpp='$CPP $CPPFLAGS'
22933 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22934 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22935 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22936
22937
22938
22939 fi
22940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_expat_is_not_broken" >&5
22941 $as_echo "$wx_cv_expat_is_not_broken" >&6; }
22942             if test "$wx_cv_expat_is_not_broken" = "yes" ; then
22943                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML_ParserCreate in -lexpat" >&5
22944 $as_echo_n "checking for XML_ParserCreate in -lexpat... " >&6; }
22945 if ${ac_cv_lib_expat_XML_ParserCreate+:} false; then :
22946   $as_echo_n "(cached) " >&6
22947 else
22948   ac_check_lib_save_LIBS=$LIBS
22949 LIBS="-lexpat  $LIBS"
22950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22951 /* end confdefs.h.  */
22952
22953 /* Override any GCC internal prototype to avoid an error.
22954    Use char because int might match the return type of a GCC
22955    builtin and then its argument prototype would still apply.  */
22956 #ifdef __cplusplus
22957 extern "C"
22958 #endif
22959 char XML_ParserCreate ();
22960 int
22961 main ()
22962 {
22963 return XML_ParserCreate ();
22964   ;
22965   return 0;
22966 }
22967 _ACEOF
22968 if ac_fn_c_try_link "$LINENO"; then :
22969   ac_cv_lib_expat_XML_ParserCreate=yes
22970 else
22971   ac_cv_lib_expat_XML_ParserCreate=no
22972 fi
22973 rm -f core conftest.err conftest.$ac_objext \
22974     conftest$ac_exeext conftest.$ac_ext
22975 LIBS=$ac_check_lib_save_LIBS
22976 fi
22977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
22978 $as_echo "$ac_cv_lib_expat_XML_ParserCreate" >&6; }
22979 if test "x$ac_cv_lib_expat_XML_ParserCreate" = xyes; then :
22980   EXPAT_LINK=" -lexpat"
22981 fi
22982
22983             fi
22984         fi
22985         if test "x$EXPAT_LINK" = "x" ; then
22986             if test "$wxUSE_EXPAT" = "sys" ; then
22987                 as_fn_error $? "system expat library not found! Use --with-expat=builtin to use built-in version" "$LINENO" 5
22988             else
22989                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system expat library not found, will use built-in instead" >&5
22990 $as_echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
22991                 wxUSE_EXPAT=builtin
22992             fi
22993         else
22994                         wxUSE_EXPAT=sys
22995         fi
22996     fi
22997     if test "$wxUSE_EXPAT" = "builtin" ; then
22998                 subdirs="$subdirs src/expat"
22999
23000     fi
23001 fi
23002
23003
23004
23005 if test "$wxUSE_LIBMSPACK" != "no"; then
23006     ac_fn_c_check_header_compile "$LINENO" "mspack.h" "ac_cv_header_mspack_h" "
23007 "
23008 if test "x$ac_cv_header_mspack_h" = xyes; then :
23009   found_mspack_h=1
23010 fi
23011
23012
23013     if test "x$found_mspack_h" = "x1"; then
23014         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mspack_create_chm_decompressor in -lmspack" >&5
23015 $as_echo_n "checking for mspack_create_chm_decompressor in -lmspack... " >&6; }
23016 if ${ac_cv_lib_mspack_mspack_create_chm_decompressor+:} false; then :
23017   $as_echo_n "(cached) " >&6
23018 else
23019   ac_check_lib_save_LIBS=$LIBS
23020 LIBS="-lmspack  $LIBS"
23021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23022 /* end confdefs.h.  */
23023
23024 /* Override any GCC internal prototype to avoid an error.
23025    Use char because int might match the return type of a GCC
23026    builtin and then its argument prototype would still apply.  */
23027 #ifdef __cplusplus
23028 extern "C"
23029 #endif
23030 char mspack_create_chm_decompressor ();
23031 int
23032 main ()
23033 {
23034 return mspack_create_chm_decompressor ();
23035   ;
23036   return 0;
23037 }
23038 _ACEOF
23039 if ac_fn_c_try_link "$LINENO"; then :
23040   ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
23041 else
23042   ac_cv_lib_mspack_mspack_create_chm_decompressor=no
23043 fi
23044 rm -f core conftest.err conftest.$ac_objext \
23045     conftest$ac_exeext conftest.$ac_ext
23046 LIBS=$ac_check_lib_save_LIBS
23047 fi
23048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
23049 $as_echo "$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
23050 if test "x$ac_cv_lib_mspack_mspack_create_chm_decompressor" = xyes; then :
23051   MSPACK_LINK=" -lmspack"
23052 fi
23053
23054     fi
23055     if test "x$MSPACK_LINK" = "x" ; then
23056         wxUSE_LIBMSPACK=no
23057     fi
23058 fi
23059
23060 if test "$wxUSE_LIBMSPACK" != "no"; then
23061     $as_echo "#define wxUSE_LIBMSPACK 1" >>confdefs.h
23062
23063 fi
23064
23065
23066
23067 AFMINSTALL=
23068 WIN32INSTALL=
23069
23070 TOOLKIT=
23071 TOOLKIT_INCLUDE=
23072 WIDGET_SET=
23073
23074 if test "$USE_WIN32" = 1 ; then
23075     for ac_header in w32api.h
23076 do :
23077   ac_fn_c_check_header_compile "$LINENO" "w32api.h" "ac_cv_header_w32api_h" "
23078 "
23079 if test "x$ac_cv_header_w32api_h" = xyes; then :
23080   cat >>confdefs.h <<_ACEOF
23081 #define HAVE_W32API_H 1
23082 _ACEOF
23083
23084 fi
23085
23086 done
23087
23088     ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "
23089 "
23090 if test "x$ac_cv_header_windows_h" = xyes; then :
23091
23092 else
23093
23094         as_fn_error $? "please set CFLAGS to contain the location of windows.h" "$LINENO" 5
23095
23096 fi
23097
23098
23099
23100     LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32"
23101     case "${host}" in
23102         x86_64-*-mingw32* )
23103                                                 WINDRES_CPU_DEFINE="--define WX_CPU_AMD64"
23104         ;;
23105     esac
23106     if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
23107         LIBS="$LIBS -loleacc"
23108     fi
23109
23110     case "${host}" in
23111         *-*-cygwin* )
23112                         LIBS="$LIBS -lkernel32 -luser32"
23113     esac
23114
23115         RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
23116     RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
23117
23118                 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
23119
23120         WIN32INSTALL=win32install
23121 fi
23122
23123 if test "$wxUSE_GUI" = "yes"; then
23124     USE_GUI=1
23125
23126     GUI_TK_LIBRARY=
23127
23128     WXGTK1=
23129     WXGTK127=
23130     WXGTK2=
23131     WXGTK3=
23132     WXGPE=
23133
23134     if test "$wxUSE_OLD_COCOA" = 1 ; then
23135         if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
23136             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
23137 $as_echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
23138             wxUSE_PRINTING_ARCHITECTURE=no
23139         fi
23140         if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
23141             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
23142 $as_echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
23143             wxUSE_DRAG_AND_DROP=no
23144         fi
23145         if test "$wxUSE_DRAGIMAGE" = "yes"; then
23146             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
23147 $as_echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
23148             wxUSE_DRAGIMAGE=no
23149         fi
23150     fi
23151
23152     if test "$wxUSE_MSW" = 1 ; then
23153         TOOLKIT=MSW
23154         GUIDIST=MSW_DIST
23155
23156                 case "${host}" in
23157             *-*-mingw32* )
23158                 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
23159         esac
23160     fi
23161
23162     if test "$wxUSE_GTK" = 1; then
23163                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ version" >&5
23164 $as_echo_n "checking for GTK+ version... " >&6; }
23165
23166         gtk_version_cached=1
23167         if ${wx_cv_lib_gtk+:} false; then :
23168   $as_echo_n "(cached) " >&6
23169 else
23170
23171                                                 gtk_version_cached=0
23172                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
23173 $as_echo "" >&6; }
23174
23175                                                 GTK_MODULES=
23176                 if test "$wxUSE_THREADS" = "yes"; then
23177                     GTK_MODULES=gthread
23178                 fi
23179
23180                 if test -z "$wxGTK_VERSION"; then
23181                     wxGTK_VERSION=any
23182                 fi
23183
23184                                 wx_cv_lib_gtk=
23185                 if test "x$wxGTK_VERSION" != "x1"
23186                 then
23187                                                                                 case "${host}" in
23188                         *-*-solaris2* )
23189                             if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
23190                                 enable_gtktest=no
23191                             fi
23192                     esac
23193
23194                     if test "$wxGTK_VERSION" != 3; then
23195                         # Check whether --enable-gtktest was given.
23196 if test "${enable_gtktest+set}" = set; then :
23197   enableval=$enable_gtktest;
23198 else
23199   enable_gtktest=yes
23200 fi
23201
23202
23203   pkg_config_args=gtk+-2.0
23204   for module in . $GTK_MODULES
23205   do
23206       case "$module" in
23207          gthread)
23208              pkg_config_args="$pkg_config_args gthread-2.0"
23209          ;;
23210       esac
23211   done
23212
23213   no_gtk=""
23214
23215   # Extract the first word of "pkg-config", so it can be a program name with args.
23216 set dummy pkg-config; ac_word=$2
23217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23218 $as_echo_n "checking for $ac_word... " >&6; }
23219 if ${ac_cv_path_PKG_CONFIG+:} false; then :
23220   $as_echo_n "(cached) " >&6
23221 else
23222   case $PKG_CONFIG in
23223   [\\/]* | ?:[\\/]*)
23224   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
23225   ;;
23226   *)
23227   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23228 for as_dir in $PATH
23229 do
23230   IFS=$as_save_IFS
23231   test -z "$as_dir" && as_dir=.
23232     for ac_exec_ext in '' $ac_executable_extensions; do
23233   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23234     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23235     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23236     break 2
23237   fi
23238 done
23239   done
23240 IFS=$as_save_IFS
23241
23242   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
23243   ;;
23244 esac
23245 fi
23246 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
23247 if test -n "$PKG_CONFIG"; then
23248   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23249 $as_echo "$PKG_CONFIG" >&6; }
23250 else
23251   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23252 $as_echo "no" >&6; }
23253 fi
23254
23255
23256
23257   if test x$PKG_CONFIG != xno ; then
23258     if pkg-config --atleast-pkgconfig-version 0.7 ; then
23259       :
23260     else
23261       echo "*** pkg-config too old; version 0.7 or better required."
23262       no_gtk=yes
23263       PKG_CONFIG=no
23264     fi
23265   else
23266     no_gtk=yes
23267   fi
23268
23269   min_gtk_version=2.6.0
23270   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
23271 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
23272
23273   if test x$PKG_CONFIG != xno ; then
23274     ## don't try to run the test against uninstalled libtool libs
23275     if $PKG_CONFIG --uninstalled $pkg_config_args; then
23276           echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
23277           enable_gtktest=no
23278     fi
23279
23280     if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
23281           :
23282     else
23283           no_gtk=yes
23284     fi
23285   fi
23286
23287   if test x"$no_gtk" = x ; then
23288     GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
23289     GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
23290     gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
23291            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23292     gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
23293            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23294     gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
23295            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23296     if test "x$enable_gtktest" = "xyes" ; then
23297       ac_save_CFLAGS="$CFLAGS"
23298       ac_save_LIBS="$LIBS"
23299       CFLAGS="$CFLAGS $GTK_CFLAGS"
23300       LIBS="$GTK_LIBS $LIBS"
23301       rm -f conf.gtktest
23302       if test "$cross_compiling" = yes; then :
23303   echo $ac_n "cross compiling; assumed OK... $ac_c"
23304 else
23305   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23306 /* end confdefs.h.  */
23307
23308 #include <gtk/gtk.h>
23309 #include <stdio.h>
23310 #include <stdlib.h>
23311
23312 int
23313 main ()
23314 {
23315   int major, minor, micro;
23316   char *tmp_version;
23317
23318   system ("touch conf.gtktest");
23319
23320   /* HP/UX 9 (%@#!) writes to sscanf strings */
23321   tmp_version = g_strdup("$min_gtk_version");
23322   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
23323      printf("%s, bad version string\n", "$min_gtk_version");
23324      exit(1);
23325    }
23326
23327   if ((gtk_major_version != $gtk_config_major_version) ||
23328       (gtk_minor_version != $gtk_config_minor_version) ||
23329       (gtk_micro_version != $gtk_config_micro_version))
23330     {
23331       printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23332              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23333              gtk_major_version, gtk_minor_version, gtk_micro_version);
23334       printf ("*** was found! If pkg-config was correct, then it is best\n");
23335       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23336       printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
23337       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23338       printf("*** required on your system.\n");
23339       printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
23340       printf("*** to point to the correct configuration files\n");
23341     }
23342   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23343            (gtk_minor_version != GTK_MINOR_VERSION) ||
23344            (gtk_micro_version != GTK_MICRO_VERSION))
23345     {
23346       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23347              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23348       printf("*** library (version %d.%d.%d)\n",
23349              gtk_major_version, gtk_minor_version, gtk_micro_version);
23350     }
23351   else
23352     {
23353       if ((gtk_major_version > major) ||
23354         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23355         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23356       {
23357         return 0;
23358        }
23359      else
23360       {
23361         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23362                gtk_major_version, gtk_minor_version, gtk_micro_version);
23363         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23364                major, minor, micro);
23365         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23366         printf("***\n");
23367         printf("*** If you have already installed a sufficiently new version, this error\n");
23368         printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
23369         printf("*** being found. The easiest way to fix this is to remove the old version\n");
23370         printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
23371         printf("*** correct copy of pkg-config. (In this case, you will have to\n");
23372         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
23373         printf("*** so that the correct libraries are found at run-time))\n");
23374       }
23375     }
23376   return 1;
23377 }
23378
23379 _ACEOF
23380 if ac_fn_c_try_run "$LINENO"; then :
23381
23382 else
23383   no_gtk=yes
23384 fi
23385 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23386   conftest.$ac_objext conftest.beam conftest.$ac_ext
23387 fi
23388
23389        CFLAGS="$ac_save_CFLAGS"
23390        LIBS="$ac_save_LIBS"
23391      fi
23392   fi
23393   if test "x$no_gtk" = x ; then
23394      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
23395 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
23396      wx_cv_lib_gtk=2.0
23397   else
23398      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23399 $as_echo "no" >&6; }
23400      if test "$PKG_CONFIG" = "no" ; then
23401        echo "*** A new enough version of pkg-config was not found."
23402        echo "*** See http://pkgconfig.sourceforge.net"
23403      else
23404        if test -f conf.gtktest ; then
23405         :
23406        else
23407           echo "*** Could not run GTK+ test program, checking why..."
23408           ac_save_CFLAGS="$CFLAGS"
23409           ac_save_LIBS="$LIBS"
23410           CFLAGS="$CFLAGS $GTK_CFLAGS"
23411           LIBS="$LIBS $GTK_LIBS"
23412           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23413 /* end confdefs.h.  */
23414
23415 #include <gtk/gtk.h>
23416 #include <stdio.h>
23417
23418 int
23419 main ()
23420 {
23421  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23422   ;
23423   return 0;
23424 }
23425 _ACEOF
23426 if ac_fn_c_try_link "$LINENO"; then :
23427    echo "*** The test program compiled, but did not run. This usually means"
23428           echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23429           echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23430           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23431           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
23432           echo "*** is required on your system"
23433           echo "***"
23434           echo "*** If you have an old version installed, it is best to remove it, although"
23435           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23436 else
23437    echo "*** The test program failed to compile or link. See the file config.log for the"
23438           echo "*** exact error that occurred. This usually means GTK+ is incorrectly installed."
23439 fi
23440 rm -f core conftest.err conftest.$ac_objext \
23441     conftest$ac_exeext conftest.$ac_ext
23442           CFLAGS="$ac_save_CFLAGS"
23443           LIBS="$ac_save_LIBS"
23444        fi
23445      fi
23446      GTK_CFLAGS=""
23447      GTK_LIBS=""
23448      :
23449   fi
23450
23451
23452   rm -f conf.gtktest
23453
23454                     fi
23455                     if test -z "$wx_cv_lib_gtk"; then
23456                         if test "$wxGTK_VERSION" = 3 -o "$wxGTK_VERSION" = any; then
23457                             # Check whether --enable-gtktest was given.
23458 if test "${enable_gtktest+set}" = set; then :
23459   enableval=$enable_gtktest;
23460 else
23461   enable_gtktest=yes
23462 fi
23463
23464
23465   pkg_config_args=gtk+-3.0
23466   for module in . $GTK_MODULES
23467   do
23468       case "$module" in
23469          gthread)
23470              pkg_config_args="$pkg_config_args gthread-2.0"
23471          ;;
23472       esac
23473   done
23474
23475   no_gtk=""
23476
23477   # Extract the first word of "pkg-config", so it can be a program name with args.
23478 set dummy pkg-config; ac_word=$2
23479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23480 $as_echo_n "checking for $ac_word... " >&6; }
23481 if ${ac_cv_path_PKG_CONFIG+:} false; then :
23482   $as_echo_n "(cached) " >&6
23483 else
23484   case $PKG_CONFIG in
23485   [\\/]* | ?:[\\/]*)
23486   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
23487   ;;
23488   *)
23489   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23490 for as_dir in $PATH
23491 do
23492   IFS=$as_save_IFS
23493   test -z "$as_dir" && as_dir=.
23494     for ac_exec_ext in '' $ac_executable_extensions; do
23495   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23496     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23497     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23498     break 2
23499   fi
23500 done
23501   done
23502 IFS=$as_save_IFS
23503
23504   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
23505   ;;
23506 esac
23507 fi
23508 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
23509 if test -n "$PKG_CONFIG"; then
23510   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23511 $as_echo "$PKG_CONFIG" >&6; }
23512 else
23513   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23514 $as_echo "no" >&6; }
23515 fi
23516
23517
23518
23519   if test x$PKG_CONFIG != xno ; then
23520     if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
23521       :
23522     else
23523       echo "*** pkg-config too old; version 0.7 or better required."
23524       no_gtk=yes
23525       PKG_CONFIG=no
23526     fi
23527   else
23528     no_gtk=yes
23529   fi
23530
23531   min_gtk_version=3.0.0
23532   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
23533 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
23534
23535   if test x$PKG_CONFIG != xno ; then
23536     ## don't try to run the test against uninstalled libtool libs
23537     if $PKG_CONFIG --uninstalled $pkg_config_args; then
23538           echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
23539           enable_gtktest=no
23540     fi
23541
23542     if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
23543           :
23544     else
23545           no_gtk=yes
23546     fi
23547   fi
23548
23549   if test x"$no_gtk" = x ; then
23550     GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
23551     GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
23552     gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-3.0 | \
23553            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23554     gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-3.0 | \
23555            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23556     gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-3.0 | \
23557            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23558     if test "x$enable_gtktest" = "xyes" ; then
23559       ac_save_CFLAGS="$CFLAGS"
23560       ac_save_LIBS="$LIBS"
23561       CFLAGS="$CFLAGS $GTK_CFLAGS"
23562       LIBS="$GTK_LIBS $LIBS"
23563       rm -f conf.gtktest
23564       if test "$cross_compiling" = yes; then :
23565   echo $ac_n "cross compiling; assumed OK... $ac_c"
23566 else
23567   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23568 /* end confdefs.h.  */
23569
23570 #include <gtk/gtk.h>
23571 #include <stdio.h>
23572 #include <stdlib.h>
23573
23574 int
23575 main ()
23576 {
23577   int major, minor, micro;
23578   char *tmp_version;
23579
23580   fclose (fopen ("conf.gtktest", "w"));
23581
23582   /* HP/UX 9 (%@#!) writes to sscanf strings */
23583   tmp_version = g_strdup("$min_gtk_version");
23584   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
23585      printf("%s, bad version string\n", "$min_gtk_version");
23586      exit(1);
23587    }
23588
23589   if ((gtk_major_version != $gtk_config_major_version) ||
23590       (gtk_minor_version != $gtk_config_minor_version) ||
23591       (gtk_micro_version != $gtk_config_micro_version))
23592     {
23593       printf("\n*** 'pkg-config --modversion gtk+-3.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23594              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23595              gtk_major_version, gtk_minor_version, gtk_micro_version);
23596       printf ("*** was found! If pkg-config was correct, then it is best\n");
23597       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23598       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
23599       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23600       printf("*** required on your system.\n");
23601       printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
23602       printf("*** to point to the correct configuration files\n");
23603     }
23604   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23605            (gtk_minor_version != GTK_MINOR_VERSION) ||
23606            (gtk_micro_version != GTK_MICRO_VERSION))
23607     {
23608       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23609              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23610       printf("*** library (version %d.%d.%d)\n",
23611              gtk_major_version, gtk_minor_version, gtk_micro_version);
23612     }
23613   else
23614     {
23615       if ((gtk_major_version > major) ||
23616         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23617         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23618       {
23619         return 0;
23620        }
23621      else
23622       {
23623         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23624                gtk_major_version, gtk_minor_version, gtk_micro_version);
23625         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23626                major, minor, micro);
23627         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23628         printf("***\n");
23629         printf("*** If you have already installed a sufficiently new version, this error\n");
23630         printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
23631         printf("*** being found. The easiest way to fix this is to remove the old version\n");
23632         printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
23633         printf("*** correct copy of pkg-config. (In this case, you will have to\n");
23634         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
23635         printf("*** so that the correct libraries are found at run-time))\n");
23636       }
23637     }
23638   return 1;
23639 }
23640
23641 _ACEOF
23642 if ac_fn_c_try_run "$LINENO"; then :
23643
23644 else
23645   no_gtk=yes
23646 fi
23647 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23648   conftest.$ac_objext conftest.beam conftest.$ac_ext
23649 fi
23650
23651        CFLAGS="$ac_save_CFLAGS"
23652        LIBS="$ac_save_LIBS"
23653      fi
23654   fi
23655   if test "x$no_gtk" = x ; then
23656      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
23657 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
23658      wx_cv_lib_gtk=3
23659   else
23660      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23661 $as_echo "no" >&6; }
23662      if test "$PKG_CONFIG" = "no" ; then
23663        echo "*** A new enough version of pkg-config was not found."
23664        echo "*** See http://pkgconfig.sourceforge.net"
23665      else
23666        if test -f conf.gtktest ; then
23667         :
23668        else
23669           echo "*** Could not run GTK+ test program, checking why..."
23670           ac_save_CFLAGS="$CFLAGS"
23671           ac_save_LIBS="$LIBS"
23672           CFLAGS="$CFLAGS $GTK_CFLAGS"
23673           LIBS="$LIBS $GTK_LIBS"
23674           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23675 /* end confdefs.h.  */
23676
23677 #include <gtk/gtk.h>
23678 #include <stdio.h>
23679
23680 int
23681 main ()
23682 {
23683  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23684   ;
23685   return 0;
23686 }
23687 _ACEOF
23688 if ac_fn_c_try_link "$LINENO"; then :
23689    echo "*** The test program compiled, but did not run. This usually means"
23690           echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23691           echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23692           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23693           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
23694           echo "*** is required on your system"
23695           echo "***"
23696           echo "*** If you have an old version installed, it is best to remove it, although"
23697           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23698 else
23699    echo "*** The test program failed to compile or link. See the file config.log for the"
23700           echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
23701 fi
23702 rm -f core conftest.err conftest.$ac_objext \
23703     conftest$ac_exeext conftest.$ac_ext
23704           CFLAGS="$ac_save_CFLAGS"
23705           LIBS="$ac_save_LIBS"
23706        fi
23707      fi
23708      GTK_CFLAGS=""
23709      GTK_LIBS=""
23710      :
23711   fi
23712
23713
23714   rm -f conf.gtktest
23715
23716                         fi
23717                     fi
23718                 fi
23719
23720                                 if test -z "$wx_cv_lib_gtk"; then
23721                     if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
23722
23723 # Check whether --with-gtk-prefix was given.
23724 if test "${with_gtk_prefix+set}" = set; then :
23725   withval=$with_gtk_prefix; gtk_config_prefix="$withval"
23726 else
23727   gtk_config_prefix=""
23728 fi
23729
23730
23731 # Check whether --with-gtk-exec-prefix was given.
23732 if test "${with_gtk_exec_prefix+set}" = set; then :
23733   withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
23734 else
23735   gtk_config_exec_prefix=""
23736 fi
23737
23738 # Check whether --enable-gtktest was given.
23739 if test "${enable_gtktest+set}" = set; then :
23740   enableval=$enable_gtktest;
23741 else
23742   enable_gtktest=yes
23743 fi
23744
23745
23746   for module in . $GTK_MODULES
23747   do
23748       case "$module" in
23749          gthread)
23750              gtk_config_args="$gtk_config_args gthread"
23751          ;;
23752       esac
23753   done
23754
23755   if test x$gtk_config_exec_prefix != x ; then
23756      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
23757      if test x${GTK_CONFIG+set} != xset ; then
23758         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
23759      fi
23760   fi
23761   if test x$gtk_config_prefix != x ; then
23762      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
23763      if test x${GTK_CONFIG+set} != xset ; then
23764         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
23765      fi
23766   fi
23767
23768   # Extract the first word of "gtk-config", so it can be a program name with args.
23769 set dummy gtk-config; ac_word=$2
23770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23771 $as_echo_n "checking for $ac_word... " >&6; }
23772 if ${ac_cv_path_GTK_CONFIG+:} false; then :
23773   $as_echo_n "(cached) " >&6
23774 else
23775   case $GTK_CONFIG in
23776   [\\/]* | ?:[\\/]*)
23777   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
23778   ;;
23779   *)
23780   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23781 for as_dir in $PATH
23782 do
23783   IFS=$as_save_IFS
23784   test -z "$as_dir" && as_dir=.
23785     for ac_exec_ext in '' $ac_executable_extensions; do
23786   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23787     ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23788     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23789     break 2
23790   fi
23791 done
23792   done
23793 IFS=$as_save_IFS
23794
23795   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
23796   ;;
23797 esac
23798 fi
23799 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
23800 if test -n "$GTK_CONFIG"; then
23801   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CONFIG" >&5
23802 $as_echo "$GTK_CONFIG" >&6; }
23803 else
23804   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23805 $as_echo "no" >&6; }
23806 fi
23807
23808
23809   min_gtk_version=1.2.7
23810   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK - version >= $min_gtk_version" >&5
23811 $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
23812   no_gtk=""
23813   if test "$GTK_CONFIG" = "no" ; then
23814     no_gtk=yes
23815   else
23816     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
23817     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
23818     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
23819            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23820     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
23821            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23822     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
23823            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23824     if test "x$enable_gtktest" = "xyes" ; then
23825       ac_save_CFLAGS="$CFLAGS"
23826       ac_save_LIBS="$LIBS"
23827       CFLAGS="$CFLAGS $GTK_CFLAGS"
23828       LIBS="$GTK_LIBS $LIBS"
23829       rm -f conf.gtktest
23830       if test "$cross_compiling" = yes; then :
23831   echo $ac_n "cross compiling; assumed OK... $ac_c"
23832 else
23833   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23834 /* end confdefs.h.  */
23835
23836 #include <gtk/gtk.h>
23837 #include <stdio.h>
23838 #include <stdlib.h>
23839
23840 int
23841 main ()
23842 {
23843   int major, minor, micro;
23844   char *tmp_version;
23845
23846   system ("touch conf.gtktest");
23847
23848   /* HP/UX 9 (%@#!) writes to sscanf strings */
23849   tmp_version = g_strdup("$min_gtk_version");
23850   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
23851      printf("%s, bad version string\n", "$min_gtk_version");
23852      exit(1);
23853    }
23854
23855   if ((gtk_major_version != $gtk_config_major_version) ||
23856       (gtk_minor_version != $gtk_config_minor_version) ||
23857       (gtk_micro_version != $gtk_config_micro_version))
23858     {
23859       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23860              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23861              gtk_major_version, gtk_minor_version, gtk_micro_version);
23862       printf ("*** was found! If gtk-config was correct, then it is best\n");
23863       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23864       printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
23865       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23866       printf("*** required on your system.\n");
23867       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
23868       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
23869       printf("*** before re-running configure\n");
23870     }
23871 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
23872   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23873            (gtk_minor_version != GTK_MINOR_VERSION) ||
23874            (gtk_micro_version != GTK_MICRO_VERSION))
23875     {
23876       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23877              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23878       printf("*** library (version %d.%d.%d)\n",
23879              gtk_major_version, gtk_minor_version, gtk_micro_version);
23880     }
23881 #endif /* defined (GTK_MAJOR_VERSION) ... */
23882   else
23883     {
23884       if ((gtk_major_version > major) ||
23885         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23886         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23887       {
23888         return 0;
23889        }
23890      else
23891       {
23892         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23893                gtk_major_version, gtk_minor_version, gtk_micro_version);
23894         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23895                major, minor, micro);
23896         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23897         printf("***\n");
23898         printf("*** If you have already installed a sufficiently new version, this error\n");
23899         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
23900         printf("*** being found. The easiest way to fix this is to remove the old version\n");
23901         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
23902         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
23903         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
23904         printf("*** so that the correct libraries are found at run-time))\n");
23905       }
23906     }
23907   return 1;
23908 }
23909
23910 _ACEOF
23911 if ac_fn_c_try_run "$LINENO"; then :
23912
23913 else
23914   no_gtk=yes
23915 fi
23916 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23917   conftest.$ac_objext conftest.beam conftest.$ac_ext
23918 fi
23919
23920        CFLAGS="$ac_save_CFLAGS"
23921        LIBS="$ac_save_LIBS"
23922      fi
23923   fi
23924   if test "x$no_gtk" = x ; then
23925      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23926 $as_echo "yes" >&6; }
23927      wx_cv_lib_gtk=1.2.7
23928   else
23929      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23930 $as_echo "no" >&6; }
23931      if test "$GTK_CONFIG" = "no" ; then
23932        echo "*** The gtk-config script installed by GTK could not be found"
23933        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
23934        echo "*** your path, or set the GTK_CONFIG environment variable to the"
23935        echo "*** full path to gtk-config."
23936      else
23937        if test -f conf.gtktest ; then
23938         :
23939        else
23940           echo "*** Could not run GTK test program, checking why..."
23941           CFLAGS="$CFLAGS $GTK_CFLAGS"
23942           LIBS="$LIBS $GTK_LIBS"
23943           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23944 /* end confdefs.h.  */
23945
23946 #include <gtk/gtk.h>
23947 #include <stdio.h>
23948
23949 int
23950 main ()
23951 {
23952  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23953   ;
23954   return 0;
23955 }
23956 _ACEOF
23957 if ac_fn_c_try_link "$LINENO"; then :
23958    echo "*** The test program compiled, but did not run. This usually means"
23959           echo "*** that the run-time linker is not finding GTK or finding the wrong"
23960           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
23961           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23962           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
23963           echo "*** is required on your system"
23964           echo "***"
23965           echo "*** If you have an old version installed, it is best to remove it, although"
23966           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23967           echo "***"
23968           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
23969           echo "*** came with the system with the command"
23970           echo "***"
23971           echo "***    rpm --erase --nodeps gtk gtk-devel"
23972 else
23973    echo "*** The test program failed to compile or link. See the file config.log for the"
23974           echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
23975           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
23976           echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
23977 fi
23978 rm -f core conftest.err conftest.$ac_objext \
23979     conftest$ac_exeext conftest.$ac_ext
23980           CFLAGS="$ac_save_CFLAGS"
23981           LIBS="$ac_save_LIBS"
23982        fi
23983      fi
23984      GTK_CFLAGS=""
23985      GTK_LIBS=""
23986      :
23987   fi
23988
23989
23990   rm -f conf.gtktest
23991
23992
23993                         if test -z "$wx_cv_lib_gtk"; then
23994
23995 # Check whether --with-gtk-prefix was given.
23996 if test "${with_gtk_prefix+set}" = set; then :
23997   withval=$with_gtk_prefix; gtk_config_prefix="$withval"
23998 else
23999   gtk_config_prefix=""
24000 fi
24001
24002
24003 # Check whether --with-gtk-exec-prefix was given.
24004 if test "${with_gtk_exec_prefix+set}" = set; then :
24005   withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
24006 else
24007   gtk_config_exec_prefix=""
24008 fi
24009
24010 # Check whether --enable-gtktest was given.
24011 if test "${enable_gtktest+set}" = set; then :
24012   enableval=$enable_gtktest;
24013 else
24014   enable_gtktest=yes
24015 fi
24016
24017
24018   for module in . $GTK_MODULES
24019   do
24020       case "$module" in
24021          gthread)
24022              gtk_config_args="$gtk_config_args gthread"
24023          ;;
24024       esac
24025   done
24026
24027   if test x$gtk_config_exec_prefix != x ; then
24028      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24029      if test x${GTK_CONFIG+set} != xset ; then
24030         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
24031      fi
24032   fi
24033   if test x$gtk_config_prefix != x ; then
24034      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
24035      if test x${GTK_CONFIG+set} != xset ; then
24036         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
24037      fi
24038   fi
24039
24040   # Extract the first word of "gtk-config", so it can be a program name with args.
24041 set dummy gtk-config; ac_word=$2
24042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24043 $as_echo_n "checking for $ac_word... " >&6; }
24044 if ${ac_cv_path_GTK_CONFIG+:} false; then :
24045   $as_echo_n "(cached) " >&6
24046 else
24047   case $GTK_CONFIG in
24048   [\\/]* | ?:[\\/]*)
24049   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
24050   ;;
24051   *)
24052   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24053 for as_dir in $PATH
24054 do
24055   IFS=$as_save_IFS
24056   test -z "$as_dir" && as_dir=.
24057     for ac_exec_ext in '' $ac_executable_extensions; do
24058   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24059     ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24060     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24061     break 2
24062   fi
24063 done
24064   done
24065 IFS=$as_save_IFS
24066
24067   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
24068   ;;
24069 esac
24070 fi
24071 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
24072 if test -n "$GTK_CONFIG"; then
24073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CONFIG" >&5
24074 $as_echo "$GTK_CONFIG" >&6; }
24075 else
24076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24077 $as_echo "no" >&6; }
24078 fi
24079
24080
24081   min_gtk_version=1.2.3
24082   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK - version >= $min_gtk_version" >&5
24083 $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
24084   no_gtk=""
24085   if test "$GTK_CONFIG" = "no" ; then
24086     no_gtk=yes
24087   else
24088     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
24089     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
24090     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
24091            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24092     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
24093            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24094     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
24095            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24096     if test "x$enable_gtktest" = "xyes" ; then
24097       ac_save_CFLAGS="$CFLAGS"
24098       ac_save_LIBS="$LIBS"
24099       CFLAGS="$CFLAGS $GTK_CFLAGS"
24100       LIBS="$GTK_LIBS $LIBS"
24101       rm -f conf.gtktest
24102       if test "$cross_compiling" = yes; then :
24103   echo $ac_n "cross compiling; assumed OK... $ac_c"
24104 else
24105   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24106 /* end confdefs.h.  */
24107
24108 #include <gtk/gtk.h>
24109 #include <stdio.h>
24110 #include <stdlib.h>
24111
24112 int
24113 main ()
24114 {
24115   int major, minor, micro;
24116   char *tmp_version;
24117
24118   system ("touch conf.gtktest");
24119
24120   /* HP/UX 9 (%@#!) writes to sscanf strings */
24121   tmp_version = g_strdup("$min_gtk_version");
24122   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24123      printf("%s, bad version string\n", "$min_gtk_version");
24124      exit(1);
24125    }
24126
24127   if ((gtk_major_version != $gtk_config_major_version) ||
24128       (gtk_minor_version != $gtk_config_minor_version) ||
24129       (gtk_micro_version != $gtk_config_micro_version))
24130     {
24131       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24132              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24133              gtk_major_version, gtk_minor_version, gtk_micro_version);
24134       printf ("*** was found! If gtk-config was correct, then it is best\n");
24135       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24136       printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
24137       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24138       printf("*** required on your system.\n");
24139       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24140       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24141       printf("*** before re-running configure\n");
24142     }
24143 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24144   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24145            (gtk_minor_version != GTK_MINOR_VERSION) ||
24146            (gtk_micro_version != GTK_MICRO_VERSION))
24147     {
24148       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24149              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24150       printf("*** library (version %d.%d.%d)\n",
24151              gtk_major_version, gtk_minor_version, gtk_micro_version);
24152     }
24153 #endif /* defined (GTK_MAJOR_VERSION) ... */
24154   else
24155     {
24156       if ((gtk_major_version > major) ||
24157         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24158         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24159       {
24160         return 0;
24161        }
24162      else
24163       {
24164         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24165                gtk_major_version, gtk_minor_version, gtk_micro_version);
24166         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24167                major, minor, micro);
24168         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24169         printf("***\n");
24170         printf("*** If you have already installed a sufficiently new version, this error\n");
24171         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24172         printf("*** being found. The easiest way to fix this is to remove the old version\n");
24173         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24174         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24175         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
24176         printf("*** so that the correct libraries are found at run-time))\n");
24177       }
24178     }
24179   return 1;
24180 }
24181
24182 _ACEOF
24183 if ac_fn_c_try_run "$LINENO"; then :
24184
24185 else
24186   no_gtk=yes
24187 fi
24188 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24189   conftest.$ac_objext conftest.beam conftest.$ac_ext
24190 fi
24191
24192        CFLAGS="$ac_save_CFLAGS"
24193        LIBS="$ac_save_LIBS"
24194      fi
24195   fi
24196   if test "x$no_gtk" = x ; then
24197      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24198 $as_echo "yes" >&6; }
24199      wx_cv_lib_gtk=1.2.3
24200   else
24201      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24202 $as_echo "no" >&6; }
24203      if test "$GTK_CONFIG" = "no" ; then
24204        echo "*** The gtk-config script installed by GTK could not be found"
24205        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24206        echo "*** your path, or set the GTK_CONFIG environment variable to the"
24207        echo "*** full path to gtk-config."
24208      else
24209        if test -f conf.gtktest ; then
24210         :
24211        else
24212           echo "*** Could not run GTK test program, checking why..."
24213           CFLAGS="$CFLAGS $GTK_CFLAGS"
24214           LIBS="$LIBS $GTK_LIBS"
24215           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24216 /* end confdefs.h.  */
24217
24218 #include <gtk/gtk.h>
24219 #include <stdio.h>
24220
24221 int
24222 main ()
24223 {
24224  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24225   ;
24226   return 0;
24227 }
24228 _ACEOF
24229 if ac_fn_c_try_link "$LINENO"; then :
24230    echo "*** The test program compiled, but did not run. This usually means"
24231           echo "*** that the run-time linker is not finding GTK or finding the wrong"
24232           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
24233           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24234           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
24235           echo "*** is required on your system"
24236           echo "***"
24237           echo "*** If you have an old version installed, it is best to remove it, although"
24238           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24239           echo "***"
24240           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
24241           echo "*** came with the system with the command"
24242           echo "***"
24243           echo "***    rpm --erase --nodeps gtk gtk-devel"
24244 else
24245    echo "*** The test program failed to compile or link. See the file config.log for the"
24246           echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
24247           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
24248           echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
24249 fi
24250 rm -f core conftest.err conftest.$ac_objext \
24251     conftest$ac_exeext conftest.$ac_ext
24252           CFLAGS="$ac_save_CFLAGS"
24253           LIBS="$ac_save_LIBS"
24254        fi
24255      fi
24256      GTK_CFLAGS=""
24257      GTK_LIBS=""
24258      :
24259   fi
24260
24261
24262   rm -f conf.gtktest
24263
24264                         fi
24265                     fi
24266                 fi
24267
24268                 if test -z "$wx_cv_lib_gtk"; then
24269                                         wx_cv_lib_gtk=none
24270                 else
24271                                         GTK_LIBS="$GTK_LIBS -lX11"
24272
24273                                                             wx_cv_cflags_gtk=$GTK_CFLAGS
24274                     wx_cv_libs_gtk=$GTK_LIBS
24275                 fi
24276
24277
24278 fi
24279
24280
24281                         if test "$gtk_version_cached" = 1; then
24282             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_gtk" >&5
24283 $as_echo "$wx_cv_lib_gtk" >&6; }
24284         fi
24285
24286         case "$wx_cv_lib_gtk" in
24287             3)      WXGTK3=1
24288                     TOOLKIT_VERSION=3
24289                     ;;
24290             2.0)    WXGTK2=1
24291                     TOOLKIT_VERSION=2
24292                     ;;
24293             1.2.7)  WXGTK127=1
24294                     WXGTK1=1
24295                     ;;
24296             1.2*)   WXGTK1=1 ;;
24297             *)      as_fn_error $? "
24298 The development files for GTK+ were not found. For GTK+ 2, please
24299 ensure that pkg-config is in the path and that gtk+-2.0.pc is
24300 installed. For GTK+ 1.2 please check that gtk-config is in the path,
24301 and that the version is 1.2.3 or above. Also check that the
24302 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
24303 --libs' are in the LD_LIBRARY_PATH or equivalent.
24304                             " "$LINENO" 5
24305                     ;;
24306         esac
24307
24308         if test "$WXGTK3" = 1; then
24309             $as_echo "#define __WXGTK218__ 1" >>confdefs.h
24310
24311             $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24312
24313         elif test "$WXGTK2" = 1; then
24314             save_CFLAGS="$CFLAGS"
24315             save_LIBS="$LIBS"
24316             CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
24317             LIBS="$LIBS $wx_cv_libs_gtk"
24318
24319                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GTK+ is version >= 2.18" >&5
24320 $as_echo_n "checking if GTK+ is version >= 2.18... " >&6; }
24321             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24322 /* end confdefs.h.  */
24323
24324                             #include <gtk/gtk.h>
24325
24326 int
24327 main ()
24328 {
24329
24330                             #if !GTK_CHECK_VERSION(2,18,0)
24331                             Not GTK+ 2.18
24332                             #endif
24333
24334   ;
24335   return 0;
24336 }
24337 _ACEOF
24338 if ac_fn_c_try_compile "$LINENO"; then :
24339
24340                             $as_echo "#define __WXGTK218__ 1" >>confdefs.h
24341
24342                             $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24343
24344                             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24345 $as_echo "yes" >&6; }
24346                             ac_wxgtk218=1
24347
24348 else
24349
24350                             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24351 $as_echo "no" >&6; }
24352                             ac_wxgtk218=0
24353
24354 fi
24355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24356
24357             if test "$ac_wxgtk218" = 0; then
24358                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GTK+ is version >= 2.10" >&5
24359 $as_echo_n "checking if GTK+ is version >= 2.10... " >&6; }
24360                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24361 /* end confdefs.h.  */
24362
24363                                 #include <gtk/gtk.h>
24364
24365 int
24366 main ()
24367 {
24368
24369                                 #if !GTK_CHECK_VERSION(2,10,0)
24370                                 Not GTK+ 2.10
24371                                 #endif
24372
24373   ;
24374   return 0;
24375 }
24376 _ACEOF
24377 if ac_fn_c_try_compile "$LINENO"; then :
24378
24379                                 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24380
24381                                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24382 $as_echo "yes" >&6; }
24383                                 ac_wxgtk210=1
24384
24385 else
24386
24387                                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24388 $as_echo "no" >&6; }
24389                                 ac_wxgtk210=0
24390
24391 fi
24392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24393             fi
24394
24395             CFLAGS="$save_CFLAGS"
24396             LIBS="$save_LIBS"
24397         else
24398             if test "$wxUSE_UNICODE" = "yes"; then
24399                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
24400 $as_echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
24401                 wxUSE_UNICODE=no
24402             fi
24403
24404                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdk_im_open in -lgdk" >&5
24405 $as_echo_n "checking for gdk_im_open in -lgdk... " >&6; }
24406 if ${ac_cv_lib_gdk_gdk_im_open+:} false; then :
24407   $as_echo_n "(cached) " >&6
24408 else
24409   ac_check_lib_save_LIBS=$LIBS
24410 LIBS="-lgdk  $LIBS"
24411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24412 /* end confdefs.h.  */
24413
24414 /* Override any GCC internal prototype to avoid an error.
24415    Use char because int might match the return type of a GCC
24416    builtin and then its argument prototype would still apply.  */
24417 #ifdef __cplusplus
24418 extern "C"
24419 #endif
24420 char gdk_im_open ();
24421 int
24422 main ()
24423 {
24424 return gdk_im_open ();
24425   ;
24426   return 0;
24427 }
24428 _ACEOF
24429 if ac_fn_c_try_link "$LINENO"; then :
24430   ac_cv_lib_gdk_gdk_im_open=yes
24431 else
24432   ac_cv_lib_gdk_gdk_im_open=no
24433 fi
24434 rm -f core conftest.err conftest.$ac_objext \
24435     conftest$ac_exeext conftest.$ac_ext
24436 LIBS=$ac_check_lib_save_LIBS
24437 fi
24438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gdk_gdk_im_open" >&5
24439 $as_echo "$ac_cv_lib_gdk_gdk_im_open" >&6; }
24440 if test "x$ac_cv_lib_gdk_gdk_im_open" = xyes; then :
24441   $as_echo "#define HAVE_XIM 1" >>confdefs.h
24442
24443 fi
24444
24445
24446                                     if test "$USE_DARWIN" != 1; then
24447                 for ac_func in poll
24448 do :
24449   ac_fn_c_check_func "$LINENO" "poll" "ac_cv_func_poll"
24450 if test "x$ac_cv_func_poll" = xyes; then :
24451   cat >>confdefs.h <<_ACEOF
24452 #define HAVE_POLL 1
24453 _ACEOF
24454
24455 fi
24456 done
24457
24458             fi
24459         fi
24460
24461         TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
24462         GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
24463         AFMINSTALL=afminstall
24464         TOOLKIT=GTK
24465         GUIDIST=GTK_DIST
24466
24467                 if test "$wxUSE_GPE" = "yes"; then
24468             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gpewidget library" >&5
24469 $as_echo_n "checking for gpewidget library... " >&6; }
24470
24471   ac_find_libraries=
24472   for ac_dir in  $SEARCH_LIB
24473   do
24474     for ac_extension in a so sl dylib dll.a; do
24475       if test -f "$ac_dir/libgpewidget.$ac_extension"; then
24476         ac_find_libraries=$ac_dir
24477         break 2
24478       fi
24479     done
24480   done
24481
24482             if test "$ac_find_libraries" != "" ; then
24483
24484     if test "$ac_find_libraries" = "default location"; then
24485     ac_path_to_link=""
24486   else
24487     echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
24488     result=$?
24489     if test $result = 0; then
24490       ac_path_to_link=""
24491     else
24492       ac_path_to_link=" -L$ac_find_libraries"
24493     fi
24494   fi
24495
24496                                                 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
24497                 WXGPE=1
24498                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
24499 $as_echo "found in $ac_find_libraries" >&6; }
24500             else
24501                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
24502 $as_echo "not found" >&6; }
24503             fi
24504
24505                                                                                                                     fi
24506     fi
24507
24508     if test "$wxUSE_DFB" = 1; then
24509
24510
24511 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
24512         if test -n "$ac_tool_prefix"; then
24513   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
24514 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
24515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24516 $as_echo_n "checking for $ac_word... " >&6; }
24517 if ${ac_cv_path_PKG_CONFIG+:} false; then :
24518   $as_echo_n "(cached) " >&6
24519 else
24520   case $PKG_CONFIG in
24521   [\\/]* | ?:[\\/]*)
24522   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
24523   ;;
24524   *)
24525   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24526 for as_dir in $PATH
24527 do
24528   IFS=$as_save_IFS
24529   test -z "$as_dir" && as_dir=.
24530     for ac_exec_ext in '' $ac_executable_extensions; do
24531   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24532     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24533     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24534     break 2
24535   fi
24536 done
24537   done
24538 IFS=$as_save_IFS
24539
24540   ;;
24541 esac
24542 fi
24543 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
24544 if test -n "$PKG_CONFIG"; then
24545   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
24546 $as_echo "$PKG_CONFIG" >&6; }
24547 else
24548   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24549 $as_echo "no" >&6; }
24550 fi
24551
24552
24553 fi
24554 if test -z "$ac_cv_path_PKG_CONFIG"; then
24555   ac_pt_PKG_CONFIG=$PKG_CONFIG
24556   # Extract the first word of "pkg-config", so it can be a program name with args.
24557 set dummy pkg-config; ac_word=$2
24558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24559 $as_echo_n "checking for $ac_word... " >&6; }
24560 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
24561   $as_echo_n "(cached) " >&6
24562 else
24563   case $ac_pt_PKG_CONFIG in
24564   [\\/]* | ?:[\\/]*)
24565   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
24566   ;;
24567   *)
24568   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24569 for as_dir in $PATH
24570 do
24571   IFS=$as_save_IFS
24572   test -z "$as_dir" && as_dir=.
24573     for ac_exec_ext in '' $ac_executable_extensions; do
24574   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24575     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24576     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24577     break 2
24578   fi
24579 done
24580   done
24581 IFS=$as_save_IFS
24582
24583   ;;
24584 esac
24585 fi
24586 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
24587 if test -n "$ac_pt_PKG_CONFIG"; then
24588   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
24589 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
24590 else
24591   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24592 $as_echo "no" >&6; }
24593 fi
24594
24595   if test "x$ac_pt_PKG_CONFIG" = x; then
24596     PKG_CONFIG=""
24597   else
24598     case $cross_compiling:$ac_tool_warned in
24599 yes:)
24600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24601 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24602 ac_tool_warned=yes ;;
24603 esac
24604     PKG_CONFIG=$ac_pt_PKG_CONFIG
24605   fi
24606 else
24607   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
24608 fi
24609
24610 fi
24611 if test -n "$PKG_CONFIG"; then
24612         _pkg_min_version=0.9.0
24613         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
24614 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
24615         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
24616                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24617 $as_echo "yes" >&6; }
24618         else
24619                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24620 $as_echo "no" >&6; }
24621                 PKG_CONFIG=""
24622         fi
24623
24624 fi
24625
24626
24627 pkg_failed=no
24628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRECTFB" >&5
24629 $as_echo_n "checking for DIRECTFB... " >&6; }
24630
24631 if test -n "$PKG_CONFIG"; then
24632     if test -n "$DIRECTFB_CFLAGS"; then
24633         pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
24634     else
24635         if test -n "$PKG_CONFIG" && \
24636     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\""; } >&5
24637   ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
24638   ac_status=$?
24639   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24640   test $ac_status = 0; }; then
24641   pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
24642 else
24643   pkg_failed=yes
24644 fi
24645     fi
24646 else
24647         pkg_failed=untried
24648 fi
24649 if test -n "$PKG_CONFIG"; then
24650     if test -n "$DIRECTFB_LIBS"; then
24651         pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
24652     else
24653         if test -n "$PKG_CONFIG" && \
24654     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\""; } >&5
24655   ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
24656   ac_status=$?
24657   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24658   test $ac_status = 0; }; then
24659   pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
24660 else
24661   pkg_failed=yes
24662 fi
24663     fi
24664 else
24665         pkg_failed=untried
24666 fi
24667
24668
24669
24670 if test $pkg_failed = yes; then
24671
24672 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
24673         _pkg_short_errors_supported=yes
24674 else
24675         _pkg_short_errors_supported=no
24676 fi
24677         if test $_pkg_short_errors_supported = yes; then
24678                 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
24679         else
24680                 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
24681         fi
24682         # Put the nasty error message in config.log where it belongs
24683         echo "$DIRECTFB_PKG_ERRORS" >&5
24684
24685
24686                            as_fn_error $? "DirectFB not found." "$LINENO" 5
24687
24688
24689 elif test $pkg_failed = untried; then
24690
24691                            as_fn_error $? "DirectFB not found." "$LINENO" 5
24692
24693
24694 else
24695         DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
24696         DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
24697         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24698 $as_echo "yes" >&6; }
24699
24700                            wxUSE_UNIVERSAL="yes"
24701                            TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
24702                            GUI_TK_LIBRARY="$DIRECTFB_LIBS"
24703                            TOOLKIT=DFB
24704                            GUIDIST=DFB_DIST
24705
24706 fi
24707     fi
24708
24709     if test "$wxUSE_MICROWIN" = 1; then
24710         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MicroWindows" >&5
24711 $as_echo_n "checking for MicroWindows... " >&6; }
24712         if test "x$MICROWINDOWS" = x ; then
24713             { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
24714 $as_echo "not found" >&6; }
24715             as_fn_error $? "Cannot find MicroWindows library. Make sure MICROWINDOWS is set." "$LINENO" 5
24716         else
24717             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MICROWINDOWS" >&5
24718 $as_echo "$MICROWINDOWS" >&6; }
24719         fi
24720
24721         if test -f $MICROWINDOWS/lib/libmwin.a; then
24722             { $as_echo "$as_me:${as_lineno-$LINENO}: result: MicroWindows' libraries found." >&5
24723 $as_echo "MicroWindows' libraries found." >&6; }
24724         else
24725             as_fn_error $? "Cannot find MicroWindows libraries, make sure they are compiled." "$LINENO" 5
24726         fi
24727
24728         TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
24729         GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
24730
24731         wxUSE_UNIVERSAL="yes"
24732
24733         AFMINSTALL=afminstall
24734         TOOLKIT=MICROWIN
24735         GUIDIST=MICROWIN_DIST
24736
24737         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
24738     fi
24739
24740         if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
24741                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
24742 $as_echo_n "checking for X... " >&6; }
24743
24744
24745 # Check whether --with-x was given.
24746 if test "${with_x+set}" = set; then :
24747   withval=$with_x;
24748 fi
24749
24750 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
24751 if test "x$with_x" = xno; then
24752   # The user explicitly disabled X.
24753   have_x=disabled
24754 else
24755   case $x_includes,$x_libraries in #(
24756     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
24757     *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
24758   $as_echo_n "(cached) " >&6
24759 else
24760   # One or both of the vars are not set, and there is no cached value.
24761 ac_x_includes=no ac_x_libraries=no
24762 rm -f -r conftest.dir
24763 if mkdir conftest.dir; then
24764   cd conftest.dir
24765   cat >Imakefile <<'_ACEOF'
24766 incroot:
24767         @echo incroot='${INCROOT}'
24768 usrlibdir:
24769         @echo usrlibdir='${USRLIBDIR}'
24770 libdir:
24771         @echo libdir='${LIBDIR}'
24772 _ACEOF
24773   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
24774     # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
24775     for ac_var in incroot usrlibdir libdir; do
24776       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
24777     done
24778     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
24779     for ac_extension in a so sl dylib la dll; do
24780       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
24781          test -f "$ac_im_libdir/libX11.$ac_extension"; then
24782         ac_im_usrlibdir=$ac_im_libdir; break
24783       fi
24784     done
24785     # Screen out bogus values from the imake configuration.  They are
24786     # bogus both because they are the default anyway, and because
24787     # using them would break gcc on systems where it needs fixed includes.
24788     case $ac_im_incroot in
24789         /usr/include) ac_x_includes= ;;
24790         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
24791     esac
24792     case $ac_im_usrlibdir in
24793         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
24794         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
24795     esac
24796   fi
24797   cd ..
24798   rm -f -r conftest.dir
24799 fi
24800
24801 # Standard set of common directories for X headers.
24802 # Check X11 before X11Rn because it is often a symlink to the current release.
24803 ac_x_header_dirs='
24804 /usr/X11/include
24805 /usr/X11R7/include
24806 /usr/X11R6/include
24807 /usr/X11R5/include
24808 /usr/X11R4/include
24809
24810 /usr/include/X11
24811 /usr/include/X11R7
24812 /usr/include/X11R6
24813 /usr/include/X11R5
24814 /usr/include/X11R4
24815
24816 /usr/local/X11/include
24817 /usr/local/X11R7/include
24818 /usr/local/X11R6/include
24819 /usr/local/X11R5/include
24820 /usr/local/X11R4/include
24821
24822 /usr/local/include/X11
24823 /usr/local/include/X11R7
24824 /usr/local/include/X11R6
24825 /usr/local/include/X11R5
24826 /usr/local/include/X11R4
24827
24828 /usr/X386/include
24829 /usr/x386/include
24830 /usr/XFree86/include/X11
24831
24832 /usr/include
24833 /usr/local/include
24834 /usr/unsupported/include
24835 /usr/athena/include
24836 /usr/local/x11r5/include
24837 /usr/lpp/Xamples/include
24838
24839 /usr/openwin/include
24840 /usr/openwin/share/include'
24841
24842 if test "$ac_x_includes" = no; then
24843   # Guess where to find include files, by looking for Xlib.h.
24844   # First, try using that file with no special directory specified.
24845   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24846 /* end confdefs.h.  */
24847 #include <X11/Xlib.h>
24848 _ACEOF
24849 if ac_fn_c_try_cpp "$LINENO"; then :
24850   # We can compile using X headers with no special include directory.
24851 ac_x_includes=
24852 else
24853   for ac_dir in $ac_x_header_dirs; do
24854   if test -r "$ac_dir/X11/Xlib.h"; then
24855     ac_x_includes=$ac_dir
24856     break
24857   fi
24858 done
24859 fi
24860 rm -f conftest.err conftest.i conftest.$ac_ext
24861 fi # $ac_x_includes = no
24862
24863 if test "$ac_x_libraries" = no; then
24864   # Check for the libraries.
24865   # See if we find them without any special options.
24866   # Don't add to $LIBS permanently.
24867   ac_save_LIBS=$LIBS
24868   LIBS="-lX11 $LIBS"
24869   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24870 /* end confdefs.h.  */
24871 #include <X11/Xlib.h>
24872 int
24873 main ()
24874 {
24875 XrmInitialize ()
24876   ;
24877   return 0;
24878 }
24879 _ACEOF
24880 if ac_fn_c_try_link "$LINENO"; then :
24881   LIBS=$ac_save_LIBS
24882 # We can link X programs with no special library path.
24883 ac_x_libraries=
24884 else
24885   LIBS=$ac_save_LIBS
24886 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
24887 do
24888   # Don't even attempt the hair of trying to link an X program!
24889   for ac_extension in a so sl dylib la dll; do
24890     if test -r "$ac_dir/libX11.$ac_extension"; then
24891       ac_x_libraries=$ac_dir
24892       break 2
24893     fi
24894   done
24895 done
24896 fi
24897 rm -f core conftest.err conftest.$ac_objext \
24898     conftest$ac_exeext conftest.$ac_ext
24899 fi # $ac_x_libraries = no
24900
24901 case $ac_x_includes,$ac_x_libraries in #(
24902   no,* | *,no | *\'*)
24903     # Didn't find X, or a directory has "'" in its name.
24904     ac_cv_have_x="have_x=no";; #(
24905   *)
24906     # Record where we found X for the cache.
24907     ac_cv_have_x="have_x=yes\
24908         ac_x_includes='$ac_x_includes'\
24909         ac_x_libraries='$ac_x_libraries'"
24910 esac
24911 fi
24912 ;; #(
24913     *) have_x=yes;;
24914   esac
24915   eval "$ac_cv_have_x"
24916 fi # $with_x != no
24917
24918 if test "$have_x" != yes; then
24919   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
24920 $as_echo "$have_x" >&6; }
24921   no_x=yes
24922 else
24923   # If each of the values was on the command line, it overrides each guess.
24924   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
24925   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
24926   # Update the cache value to reflect the command line values.
24927   ac_cv_have_x="have_x=yes\
24928         ac_x_includes='$x_includes'\
24929         ac_x_libraries='$x_libraries'"
24930   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
24931 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
24932 fi
24933
24934 if test "$no_x" = yes; then
24935   # Not all programs may use this symbol, but it does not hurt to define it.
24936
24937 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
24938
24939   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
24940 else
24941   if test -n "$x_includes"; then
24942     X_CFLAGS="$X_CFLAGS -I$x_includes"
24943   fi
24944
24945   # It would also be nice to do this for all -L options, not just this one.
24946   if test -n "$x_libraries"; then
24947     X_LIBS="$X_LIBS -L$x_libraries"
24948     # For Solaris; some versions of Sun CC require a space after -R and
24949     # others require no space.  Words are not sufficient . . . .
24950     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
24951 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
24952     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
24953     ac_xsave_c_werror_flag=$ac_c_werror_flag
24954     ac_c_werror_flag=yes
24955     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24956 /* end confdefs.h.  */
24957
24958 int
24959 main ()
24960 {
24961
24962   ;
24963   return 0;
24964 }
24965 _ACEOF
24966 if ac_fn_c_try_link "$LINENO"; then :
24967   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24968 $as_echo "no" >&6; }
24969        X_LIBS="$X_LIBS -R$x_libraries"
24970 else
24971   LIBS="$ac_xsave_LIBS -R $x_libraries"
24972        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24973 /* end confdefs.h.  */
24974
24975 int
24976 main ()
24977 {
24978
24979   ;
24980   return 0;
24981 }
24982 _ACEOF
24983 if ac_fn_c_try_link "$LINENO"; then :
24984   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24985 $as_echo "yes" >&6; }
24986           X_LIBS="$X_LIBS -R $x_libraries"
24987 else
24988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
24989 $as_echo "neither works" >&6; }
24990 fi
24991 rm -f core conftest.err conftest.$ac_objext \
24992     conftest$ac_exeext conftest.$ac_ext
24993 fi
24994 rm -f core conftest.err conftest.$ac_objext \
24995     conftest$ac_exeext conftest.$ac_ext
24996     ac_c_werror_flag=$ac_xsave_c_werror_flag
24997     LIBS=$ac_xsave_LIBS
24998   fi
24999
25000   # Check for system-dependent libraries X programs must link with.
25001   # Do this before checking for the system-independent R6 libraries
25002   # (-lICE), since we may need -lsocket or whatever for X linking.
25003
25004   if test "$ISC" = yes; then
25005     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
25006   else
25007     # Martyn Johnson says this is needed for Ultrix, if the X
25008     # libraries were built with DECnet support.  And Karl Berry says
25009     # the Alpha needs dnet_stub (dnet does not exist).
25010     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
25011     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25012 /* end confdefs.h.  */
25013
25014 /* Override any GCC internal prototype to avoid an error.
25015    Use char because int might match the return type of a GCC
25016    builtin and then its argument prototype would still apply.  */
25017 #ifdef __cplusplus
25018 extern "C"
25019 #endif
25020 char XOpenDisplay ();
25021 int
25022 main ()
25023 {
25024 return XOpenDisplay ();
25025   ;
25026   return 0;
25027 }
25028 _ACEOF
25029 if ac_fn_c_try_link "$LINENO"; then :
25030
25031 else
25032   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
25033 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
25034 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
25035   $as_echo_n "(cached) " >&6
25036 else
25037   ac_check_lib_save_LIBS=$LIBS
25038 LIBS="-ldnet  $LIBS"
25039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25040 /* end confdefs.h.  */
25041
25042 /* Override any GCC internal prototype to avoid an error.
25043    Use char because int might match the return type of a GCC
25044    builtin and then its argument prototype would still apply.  */
25045 #ifdef __cplusplus
25046 extern "C"
25047 #endif
25048 char dnet_ntoa ();
25049 int
25050 main ()
25051 {
25052 return dnet_ntoa ();
25053   ;
25054   return 0;
25055 }
25056 _ACEOF
25057 if ac_fn_c_try_link "$LINENO"; then :
25058   ac_cv_lib_dnet_dnet_ntoa=yes
25059 else
25060   ac_cv_lib_dnet_dnet_ntoa=no
25061 fi
25062 rm -f core conftest.err conftest.$ac_objext \
25063     conftest$ac_exeext conftest.$ac_ext
25064 LIBS=$ac_check_lib_save_LIBS
25065 fi
25066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
25067 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
25068 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
25069   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
25070 fi
25071
25072     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
25073       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
25074 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
25075 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
25076   $as_echo_n "(cached) " >&6
25077 else
25078   ac_check_lib_save_LIBS=$LIBS
25079 LIBS="-ldnet_stub  $LIBS"
25080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25081 /* end confdefs.h.  */
25082
25083 /* Override any GCC internal prototype to avoid an error.
25084    Use char because int might match the return type of a GCC
25085    builtin and then its argument prototype would still apply.  */
25086 #ifdef __cplusplus
25087 extern "C"
25088 #endif
25089 char dnet_ntoa ();
25090 int
25091 main ()
25092 {
25093 return dnet_ntoa ();
25094   ;
25095   return 0;
25096 }
25097 _ACEOF
25098 if ac_fn_c_try_link "$LINENO"; then :
25099   ac_cv_lib_dnet_stub_dnet_ntoa=yes
25100 else
25101   ac_cv_lib_dnet_stub_dnet_ntoa=no
25102 fi
25103 rm -f core conftest.err conftest.$ac_objext \
25104     conftest$ac_exeext conftest.$ac_ext
25105 LIBS=$ac_check_lib_save_LIBS
25106 fi
25107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
25108 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
25109 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
25110   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
25111 fi
25112
25113     fi
25114 fi
25115 rm -f core conftest.err conftest.$ac_objext \
25116     conftest$ac_exeext conftest.$ac_ext
25117     LIBS="$ac_xsave_LIBS"
25118
25119     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
25120     # to get the SysV transport functions.
25121     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
25122     # needs -lnsl.
25123     # The nsl library prevents programs from opening the X display
25124     # on Irix 5.2, according to T.E. Dickey.
25125     # The functions gethostbyname, getservbyname, and inet_addr are
25126     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
25127     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
25128 if test "x$ac_cv_func_gethostbyname" = xyes; then :
25129
25130 fi
25131
25132     if test $ac_cv_func_gethostbyname = no; then
25133       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
25134 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
25135 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
25136   $as_echo_n "(cached) " >&6
25137 else
25138   ac_check_lib_save_LIBS=$LIBS
25139 LIBS="-lnsl  $LIBS"
25140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25141 /* end confdefs.h.  */
25142
25143 /* Override any GCC internal prototype to avoid an error.
25144    Use char because int might match the return type of a GCC
25145    builtin and then its argument prototype would still apply.  */
25146 #ifdef __cplusplus
25147 extern "C"
25148 #endif
25149 char gethostbyname ();
25150 int
25151 main ()
25152 {
25153 return gethostbyname ();
25154   ;
25155   return 0;
25156 }
25157 _ACEOF
25158 if ac_fn_c_try_link "$LINENO"; then :
25159   ac_cv_lib_nsl_gethostbyname=yes
25160 else
25161   ac_cv_lib_nsl_gethostbyname=no
25162 fi
25163 rm -f core conftest.err conftest.$ac_objext \
25164     conftest$ac_exeext conftest.$ac_ext
25165 LIBS=$ac_check_lib_save_LIBS
25166 fi
25167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
25168 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
25169 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
25170   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
25171 fi
25172
25173       if test $ac_cv_lib_nsl_gethostbyname = no; then
25174         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
25175 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
25176 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
25177   $as_echo_n "(cached) " >&6
25178 else
25179   ac_check_lib_save_LIBS=$LIBS
25180 LIBS="-lbsd  $LIBS"
25181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25182 /* end confdefs.h.  */
25183
25184 /* Override any GCC internal prototype to avoid an error.
25185    Use char because int might match the return type of a GCC
25186    builtin and then its argument prototype would still apply.  */
25187 #ifdef __cplusplus
25188 extern "C"
25189 #endif
25190 char gethostbyname ();
25191 int
25192 main ()
25193 {
25194 return gethostbyname ();
25195   ;
25196   return 0;
25197 }
25198 _ACEOF
25199 if ac_fn_c_try_link "$LINENO"; then :
25200   ac_cv_lib_bsd_gethostbyname=yes
25201 else
25202   ac_cv_lib_bsd_gethostbyname=no
25203 fi
25204 rm -f core conftest.err conftest.$ac_objext \
25205     conftest$ac_exeext conftest.$ac_ext
25206 LIBS=$ac_check_lib_save_LIBS
25207 fi
25208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
25209 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
25210 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
25211   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
25212 fi
25213
25214       fi
25215     fi
25216
25217     # lieder@skyler.mavd.honeywell.com says without -lsocket,
25218     # socket/setsockopt and other routines are undefined under SCO ODT
25219     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
25220     # on later versions), says Simon Leinen: it contains gethostby*
25221     # variants that don't use the name server (or something).  -lsocket
25222     # must be given before -lnsl if both are needed.  We assume that
25223     # if connect needs -lnsl, so does gethostbyname.
25224     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
25225 if test "x$ac_cv_func_connect" = xyes; then :
25226
25227 fi
25228
25229     if test $ac_cv_func_connect = no; then
25230       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
25231 $as_echo_n "checking for connect in -lsocket... " >&6; }
25232 if ${ac_cv_lib_socket_connect+:} false; then :
25233   $as_echo_n "(cached) " >&6
25234 else
25235   ac_check_lib_save_LIBS=$LIBS
25236 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
25237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25238 /* end confdefs.h.  */
25239
25240 /* Override any GCC internal prototype to avoid an error.
25241    Use char because int might match the return type of a GCC
25242    builtin and then its argument prototype would still apply.  */
25243 #ifdef __cplusplus
25244 extern "C"
25245 #endif
25246 char connect ();
25247 int
25248 main ()
25249 {
25250 return connect ();
25251   ;
25252   return 0;
25253 }
25254 _ACEOF
25255 if ac_fn_c_try_link "$LINENO"; then :
25256   ac_cv_lib_socket_connect=yes
25257 else
25258   ac_cv_lib_socket_connect=no
25259 fi
25260 rm -f core conftest.err conftest.$ac_objext \
25261     conftest$ac_exeext conftest.$ac_ext
25262 LIBS=$ac_check_lib_save_LIBS
25263 fi
25264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
25265 $as_echo "$ac_cv_lib_socket_connect" >&6; }
25266 if test "x$ac_cv_lib_socket_connect" = xyes; then :
25267   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
25268 fi
25269
25270     fi
25271
25272     # Guillermo Gomez says -lposix is necessary on A/UX.
25273     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
25274 if test "x$ac_cv_func_remove" = xyes; then :
25275
25276 fi
25277
25278     if test $ac_cv_func_remove = no; then
25279       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
25280 $as_echo_n "checking for remove in -lposix... " >&6; }
25281 if ${ac_cv_lib_posix_remove+:} false; then :
25282   $as_echo_n "(cached) " >&6
25283 else
25284   ac_check_lib_save_LIBS=$LIBS
25285 LIBS="-lposix  $LIBS"
25286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25287 /* end confdefs.h.  */
25288
25289 /* Override any GCC internal prototype to avoid an error.
25290    Use char because int might match the return type of a GCC
25291    builtin and then its argument prototype would still apply.  */
25292 #ifdef __cplusplus
25293 extern "C"
25294 #endif
25295 char remove ();
25296 int
25297 main ()
25298 {
25299 return remove ();
25300   ;
25301   return 0;
25302 }
25303 _ACEOF
25304 if ac_fn_c_try_link "$LINENO"; then :
25305   ac_cv_lib_posix_remove=yes
25306 else
25307   ac_cv_lib_posix_remove=no
25308 fi
25309 rm -f core conftest.err conftest.$ac_objext \
25310     conftest$ac_exeext conftest.$ac_ext
25311 LIBS=$ac_check_lib_save_LIBS
25312 fi
25313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
25314 $as_echo "$ac_cv_lib_posix_remove" >&6; }
25315 if test "x$ac_cv_lib_posix_remove" = xyes; then :
25316   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
25317 fi
25318
25319     fi
25320
25321     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
25322     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
25323 if test "x$ac_cv_func_shmat" = xyes; then :
25324
25325 fi
25326
25327     if test $ac_cv_func_shmat = no; then
25328       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
25329 $as_echo_n "checking for shmat in -lipc... " >&6; }
25330 if ${ac_cv_lib_ipc_shmat+:} false; then :
25331   $as_echo_n "(cached) " >&6
25332 else
25333   ac_check_lib_save_LIBS=$LIBS
25334 LIBS="-lipc  $LIBS"
25335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25336 /* end confdefs.h.  */
25337
25338 /* Override any GCC internal prototype to avoid an error.
25339    Use char because int might match the return type of a GCC
25340    builtin and then its argument prototype would still apply.  */
25341 #ifdef __cplusplus
25342 extern "C"
25343 #endif
25344 char shmat ();
25345 int
25346 main ()
25347 {
25348 return shmat ();
25349   ;
25350   return 0;
25351 }
25352 _ACEOF
25353 if ac_fn_c_try_link "$LINENO"; then :
25354   ac_cv_lib_ipc_shmat=yes
25355 else
25356   ac_cv_lib_ipc_shmat=no
25357 fi
25358 rm -f core conftest.err conftest.$ac_objext \
25359     conftest$ac_exeext conftest.$ac_ext
25360 LIBS=$ac_check_lib_save_LIBS
25361 fi
25362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
25363 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
25364 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
25365   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
25366 fi
25367
25368     fi
25369   fi
25370
25371   # Check for libraries that X11R6 Xt/Xaw programs need.
25372   ac_save_LDFLAGS=$LDFLAGS
25373   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
25374   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
25375   # check for ICE first), but we must link in the order -lSM -lICE or
25376   # we get undefined symbols.  So assume we have SM if we have ICE.
25377   # These have to be linked with before -lX11, unlike the other
25378   # libraries we check for below, so use a different variable.
25379   # John Interrante, Karl Berry
25380   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
25381 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
25382 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
25383   $as_echo_n "(cached) " >&6
25384 else
25385   ac_check_lib_save_LIBS=$LIBS
25386 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
25387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25388 /* end confdefs.h.  */
25389
25390 /* Override any GCC internal prototype to avoid an error.
25391    Use char because int might match the return type of a GCC
25392    builtin and then its argument prototype would still apply.  */
25393 #ifdef __cplusplus
25394 extern "C"
25395 #endif
25396 char IceConnectionNumber ();
25397 int
25398 main ()
25399 {
25400 return IceConnectionNumber ();
25401   ;
25402   return 0;
25403 }
25404 _ACEOF
25405 if ac_fn_c_try_link "$LINENO"; then :
25406   ac_cv_lib_ICE_IceConnectionNumber=yes
25407 else
25408   ac_cv_lib_ICE_IceConnectionNumber=no
25409 fi
25410 rm -f core conftest.err conftest.$ac_objext \
25411     conftest$ac_exeext conftest.$ac_ext
25412 LIBS=$ac_check_lib_save_LIBS
25413 fi
25414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
25415 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
25416 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
25417   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
25418 fi
25419
25420   LDFLAGS=$ac_save_LDFLAGS
25421
25422 fi
25423
25424
25425         if test "$no_x" = "yes"; then
25426           as_fn_error $? "X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" "$LINENO" 5
25427         fi
25428
25429                                 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
25430         TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
25431         AFMINSTALL=afminstall
25432         COMPILED_X_PROGRAM=0
25433
25434     fi
25435
25436     if test "$wxUSE_X11" = 1; then
25437         if test "$wxUSE_NANOX" = "yes"; then
25438             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MicroWindows/NanoX distribution" >&5
25439 $as_echo_n "checking for MicroWindows/NanoX distribution... " >&6; }
25440             if test "x$MICROWIN" = x ; then
25441                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
25442 $as_echo "not found" >&6; }
25443                 as_fn_error $? "Cannot find MicroWindows library. Make sure MICROWIN is set." "$LINENO" 5
25444             else
25445                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MICROWIN" >&5
25446 $as_echo "$MICROWIN" >&6; }
25447                 $as_echo "#define wxUSE_NANOX 1" >>confdefs.h
25448
25449             fi
25450         fi
25451
25452         if test "$wxUSE_UNICODE" = "yes"; then
25453
25454
25455 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
25456         if test -n "$ac_tool_prefix"; then
25457   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
25458 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
25459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25460 $as_echo_n "checking for $ac_word... " >&6; }
25461 if ${ac_cv_path_PKG_CONFIG+:} false; then :
25462   $as_echo_n "(cached) " >&6
25463 else
25464   case $PKG_CONFIG in
25465   [\\/]* | ?:[\\/]*)
25466   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25467   ;;
25468   *)
25469   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25470 for as_dir in $PATH
25471 do
25472   IFS=$as_save_IFS
25473   test -z "$as_dir" && as_dir=.
25474     for ac_exec_ext in '' $ac_executable_extensions; do
25475   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25476     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25477     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25478     break 2
25479   fi
25480 done
25481   done
25482 IFS=$as_save_IFS
25483
25484   ;;
25485 esac
25486 fi
25487 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25488 if test -n "$PKG_CONFIG"; then
25489   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
25490 $as_echo "$PKG_CONFIG" >&6; }
25491 else
25492   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25493 $as_echo "no" >&6; }
25494 fi
25495
25496
25497 fi
25498 if test -z "$ac_cv_path_PKG_CONFIG"; then
25499   ac_pt_PKG_CONFIG=$PKG_CONFIG
25500   # Extract the first word of "pkg-config", so it can be a program name with args.
25501 set dummy pkg-config; ac_word=$2
25502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25503 $as_echo_n "checking for $ac_word... " >&6; }
25504 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
25505   $as_echo_n "(cached) " >&6
25506 else
25507   case $ac_pt_PKG_CONFIG in
25508   [\\/]* | ?:[\\/]*)
25509   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
25510   ;;
25511   *)
25512   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25513 for as_dir in $PATH
25514 do
25515   IFS=$as_save_IFS
25516   test -z "$as_dir" && as_dir=.
25517     for ac_exec_ext in '' $ac_executable_extensions; do
25518   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25519     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25520     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25521     break 2
25522   fi
25523 done
25524   done
25525 IFS=$as_save_IFS
25526
25527   ;;
25528 esac
25529 fi
25530 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
25531 if test -n "$ac_pt_PKG_CONFIG"; then
25532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
25533 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
25534 else
25535   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25536 $as_echo "no" >&6; }
25537 fi
25538
25539   if test "x$ac_pt_PKG_CONFIG" = x; then
25540     PKG_CONFIG=""
25541   else
25542     case $cross_compiling:$ac_tool_warned in
25543 yes:)
25544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25545 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25546 ac_tool_warned=yes ;;
25547 esac
25548     PKG_CONFIG=$ac_pt_PKG_CONFIG
25549   fi
25550 else
25551   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
25552 fi
25553
25554 fi
25555 if test -n "$PKG_CONFIG"; then
25556         _pkg_min_version=0.9.0
25557         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
25558 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
25559         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
25560                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25561 $as_echo "yes" >&6; }
25562         else
25563                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25564 $as_echo "no" >&6; }
25565                 PKG_CONFIG=""
25566         fi
25567
25568 fi
25569
25570
25571 pkg_failed=no
25572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOX" >&5
25573 $as_echo_n "checking for PANGOX... " >&6; }
25574
25575 if test -n "$PKG_CONFIG"; then
25576     if test -n "$PANGOX_CFLAGS"; then
25577         pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
25578     else
25579         if test -n "$PKG_CONFIG" && \
25580     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangox\""; } >&5
25581   ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
25582   ac_status=$?
25583   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25584   test $ac_status = 0; }; then
25585   pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
25586 else
25587   pkg_failed=yes
25588 fi
25589     fi
25590 else
25591         pkg_failed=untried
25592 fi
25593 if test -n "$PKG_CONFIG"; then
25594     if test -n "$PANGOX_LIBS"; then
25595         pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
25596     else
25597         if test -n "$PKG_CONFIG" && \
25598     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangox\""; } >&5
25599   ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
25600   ac_status=$?
25601   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25602   test $ac_status = 0; }; then
25603   pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
25604 else
25605   pkg_failed=yes
25606 fi
25607     fi
25608 else
25609         pkg_failed=untried
25610 fi
25611
25612
25613
25614 if test $pkg_failed = yes; then
25615
25616 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25617         _pkg_short_errors_supported=yes
25618 else
25619         _pkg_short_errors_supported=no
25620 fi
25621         if test $_pkg_short_errors_supported = yes; then
25622                 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
25623         else
25624                 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
25625         fi
25626         # Put the nasty error message in config.log where it belongs
25627         echo "$PANGOX_PKG_ERRORS" >&5
25628
25629
25630                     as_fn_error $? "pangox library not found, library cannot be compiled in Unicode mode" "$LINENO" 5
25631
25632
25633 elif test $pkg_failed = untried; then
25634
25635                     as_fn_error $? "pangox library not found, library cannot be compiled in Unicode mode" "$LINENO" 5
25636
25637
25638 else
25639         PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
25640         PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
25641         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25642 $as_echo "yes" >&6; }
25643
25644                     CFLAGS="$PANGOX_CFLAGS $CFLAGS"
25645                     CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
25646                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
25647
25648 fi
25649
25650 pkg_failed=no
25651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOFT2" >&5
25652 $as_echo_n "checking for PANGOFT2... " >&6; }
25653
25654 if test -n "$PKG_CONFIG"; then
25655     if test -n "$PANGOFT2_CFLAGS"; then
25656         pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
25657     else
25658         if test -n "$PKG_CONFIG" && \
25659     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoft2\""; } >&5
25660   ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
25661   ac_status=$?
25662   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25663   test $ac_status = 0; }; then
25664   pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
25665 else
25666   pkg_failed=yes
25667 fi
25668     fi
25669 else
25670         pkg_failed=untried
25671 fi
25672 if test -n "$PKG_CONFIG"; then
25673     if test -n "$PANGOFT2_LIBS"; then
25674         pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
25675     else
25676         if test -n "$PKG_CONFIG" && \
25677     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoft2\""; } >&5
25678   ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
25679   ac_status=$?
25680   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25681   test $ac_status = 0; }; then
25682   pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
25683 else
25684   pkg_failed=yes
25685 fi
25686     fi
25687 else
25688         pkg_failed=untried
25689 fi
25690
25691
25692
25693 if test $pkg_failed = yes; then
25694
25695 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25696         _pkg_short_errors_supported=yes
25697 else
25698         _pkg_short_errors_supported=no
25699 fi
25700         if test $_pkg_short_errors_supported = yes; then
25701                 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
25702         else
25703                 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
25704         fi
25705         # Put the nasty error message in config.log where it belongs
25706         echo "$PANGOFT2_PKG_ERRORS" >&5
25707
25708
25709                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25710 $as_echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25711                     wxUSE_PRINTING_ARCHITECTURE="no"
25712
25713
25714 elif test $pkg_failed = untried; then
25715
25716                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25717 $as_echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25718                     wxUSE_PRINTING_ARCHITECTURE="no"
25719
25720
25721 else
25722         PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
25723         PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
25724         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25725 $as_echo "yes" >&6; }
25726
25727                     CFLAGS="$PANGOFT2_CFLAGS $CFLAGS"
25728                     CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
25729                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
25730
25731 fi
25732
25733 pkg_failed=no
25734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOXFT" >&5
25735 $as_echo_n "checking for PANGOXFT... " >&6; }
25736
25737 if test -n "$PKG_CONFIG"; then
25738     if test -n "$PANGOXFT_CFLAGS"; then
25739         pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
25740     else
25741         if test -n "$PKG_CONFIG" && \
25742     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoxft\""; } >&5
25743   ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
25744   ac_status=$?
25745   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25746   test $ac_status = 0; }; then
25747   pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
25748 else
25749   pkg_failed=yes
25750 fi
25751     fi
25752 else
25753         pkg_failed=untried
25754 fi
25755 if test -n "$PKG_CONFIG"; then
25756     if test -n "$PANGOXFT_LIBS"; then
25757         pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
25758     else
25759         if test -n "$PKG_CONFIG" && \
25760     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoxft\""; } >&5
25761   ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
25762   ac_status=$?
25763   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25764   test $ac_status = 0; }; then
25765   pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
25766 else
25767   pkg_failed=yes
25768 fi
25769     fi
25770 else
25771         pkg_failed=untried
25772 fi
25773
25774
25775
25776 if test $pkg_failed = yes; then
25777
25778 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25779         _pkg_short_errors_supported=yes
25780 else
25781         _pkg_short_errors_supported=no
25782 fi
25783         if test $_pkg_short_errors_supported = yes; then
25784                 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
25785         else
25786                 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
25787         fi
25788         # Put the nasty error message in config.log where it belongs
25789         echo "$PANGOXFT_PKG_ERRORS" >&5
25790
25791
25792                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25793 $as_echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25794
25795
25796 elif test $pkg_failed = untried; then
25797
25798                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25799 $as_echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25800
25801
25802 else
25803         PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
25804         PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
25805         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25806 $as_echo "yes" >&6; }
25807
25808                     $as_echo "#define HAVE_PANGO_XFT 1" >>confdefs.h
25809
25810                     CFLAGS="$PANGOXFT_CFLAGS $CFLAGS"
25811                     CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
25812                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
25813
25814 fi
25815             save_LIBS="$LIBS"
25816             LIBS="$LIBS $PANGOX_LIBS"
25817             for ac_func in pango_font_family_is_monospace
25818 do :
25819   ac_fn_c_check_func "$LINENO" "pango_font_family_is_monospace" "ac_cv_func_pango_font_family_is_monospace"
25820 if test "x$ac_cv_func_pango_font_family_is_monospace" = xyes; then :
25821   cat >>confdefs.h <<_ACEOF
25822 #define HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE 1
25823 _ACEOF
25824
25825 fi
25826 done
25827
25828             LIBS="$save_LIBS"
25829         fi
25830
25831         wxUSE_UNIVERSAL="yes"
25832
25833         if test "$wxUSE_NANOX" = "yes"; then
25834             TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
25835             TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__NANOX__ -DMWPIXEL_FORMAT=MWPF_TRUECOLOR0888 -DHAVE_FILEIO -DHAVE_BMP_SUPPORT=1 -DHAVE_GIF_SUPPORT=1 -DHAVE_PNM_SUPPORT=1 -DHAVE_XPM_SUPPORT=1 -DUNIX=1 -DUSE_EXPOSURE -DSCREEN_HEIGHT=480 -DSCREEN_WIDTH=640 -DSCREEN_DEPTH=4 -DX11=1"
25836             GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
25837         else
25838             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
25839         fi
25840
25841         TOOLKIT=X11
25842         GUIDIST=X11_DIST
25843     fi
25844
25845     if test "$wxUSE_MOTIF" = 1; then
25846         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif/Lesstif headers" >&5
25847 $as_echo_n "checking for Motif/Lesstif headers... " >&6; }
25848
25849 ac_find_includes=
25850 for ac_dir in $SEARCH_INCLUDE /usr/include
25851   do
25852     if test -f "$ac_dir/Xm/Xm.h"; then
25853       ac_find_includes=$ac_dir
25854       break
25855     fi
25856   done
25857
25858         if test "$ac_find_includes" != "" ; then
25859             { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_includes" >&5
25860 $as_echo "found in $ac_find_includes" >&6; }
25861
25862     if test "x$ac_find_includes" = "x/usr/include"; then
25863     ac_path_to_include=""
25864   else
25865     echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
25866     result=$?
25867     if test $result = 0; then
25868       ac_path_to_include=""
25869     else
25870       ac_path_to_include=" -I$ac_find_includes"
25871     fi
25872   fi
25873
25874             TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
25875         else
25876             save_CFLAGS=$CFLAGS
25877             CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
25878
25879             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25880 /* end confdefs.h.  */
25881
25882                     #include <Xm/Xm.h>
25883
25884 int
25885 main ()
25886 {
25887
25888                     int version;
25889                     version = xmUseVersion;
25890
25891   ;
25892   return 0;
25893 }
25894 _ACEOF
25895 if ac_fn_c_try_compile "$LINENO"; then :
25896
25897                     { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in default search path" >&5
25898 $as_echo "found in default search path" >&6; }
25899                     COMPILED_X_PROGRAM=1
25900
25901 else
25902
25903                     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25904 $as_echo "no" >&6; }
25905                     as_fn_error $? "please set CPPFLAGS to contain the location of Xm/Xm.h" "$LINENO" 5
25906
25907
25908 fi
25909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25910
25911             CFLAGS=$save_CFLAGS
25912         fi
25913
25914
25915         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif/Lesstif library" >&5
25916 $as_echo_n "checking for Motif/Lesstif library... " >&6; }
25917
25918   ac_find_libraries=
25919   for ac_dir in  $SEARCH_LIB
25920   do
25921     for ac_extension in a so sl dylib dll.a; do
25922       if test -f "$ac_dir/libXm.$ac_extension"; then
25923         ac_find_libraries=$ac_dir
25924         break 2
25925       fi
25926     done
25927   done
25928
25929
25930         if test "x$ac_find_libraries" != "x" ; then
25931             { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
25932 $as_echo "found in $ac_find_libraries" >&6; }
25933
25934
25935     if test "$ac_find_libraries" = "default location"; then
25936     ac_path_to_link=""
25937   else
25938     echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
25939     result=$?
25940     if test $result = 0; then
25941       ac_path_to_link=""
25942     else
25943       ac_path_to_link=" -L$ac_find_libraries"
25944     fi
25945   fi
25946
25947             GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
25948         else
25949                                                 save_CFLAGS=$CFLAGS
25950             CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
25951             save_LIBS="$LIBS"
25952             LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
25953
25954             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25955 /* end confdefs.h.  */
25956
25957                     #include <Xm/Xm.h>
25958
25959 int
25960 main ()
25961 {
25962
25963                     int version;
25964                     version = xmUseVersion;
25965
25966   ;
25967   return 0;
25968 }
25969 _ACEOF
25970 if ac_fn_c_try_link "$LINENO"; then :
25971
25972                     { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in default search path" >&5
25973 $as_echo "found in default search path" >&6; }
25974                     COMPILED_X_PROGRAM=1
25975
25976 else
25977
25978                     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25979 $as_echo "no" >&6; }
25980                     as_fn_error $? "please set LDFLAGS to contain the location of libXm" "$LINENO" 5
25981
25982
25983 fi
25984 rm -f core conftest.err conftest.$ac_objext \
25985     conftest$ac_exeext conftest.$ac_ext
25986
25987             CFLAGS=$save_CFLAGS
25988             LIBS="$save_LIBS"
25989         fi
25990
25991         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need -lXp and/or -lSM -lICE" >&5
25992 $as_echo_n "checking if we need -lXp and/or -lSM -lICE... " >&6; }
25993         libp_link=""
25994         libsm_ice_link=""
25995         libs_found=0
25996         for libp in "" " -lXp"; do
25997             if test "$libs_found" = 0; then
25998                 for libsm_ice in "" " -lSM -lICE"; do
25999                     if test "$libs_found" = 0; then
26000                         save_LIBS="$LIBS"
26001                         LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
26002                         save_CFLAGS=$CFLAGS
26003                         CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
26004
26005                         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26006 /* end confdefs.h.  */
26007
26008                                 #include <Xm/Xm.h>
26009                                 #include <Xm/List.h>
26010
26011 int
26012 main ()
26013 {
26014
26015                                 XmString string = NULL;
26016                                 Widget w = NULL;
26017                                 int position = 0;
26018                                 XmListAddItem(w, string, position);
26019
26020   ;
26021   return 0;
26022 }
26023 _ACEOF
26024 if ac_fn_c_try_link "$LINENO"; then :
26025
26026                                 libp_link="$libp"
26027                                 libsm_ice_link="$libsm_ice"
26028                                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: need${libp_link}${libsm_ice_link}" >&5
26029 $as_echo "need${libp_link}${libsm_ice_link}" >&6; }
26030                                 libs_found=1
26031
26032 fi
26033 rm -f core conftest.err conftest.$ac_objext \
26034     conftest$ac_exeext conftest.$ac_ext
26035
26036                         LIBS="$save_LIBS"
26037                         CFLAGS=$save_CFLAGS
26038                     fi
26039                 done
26040             fi
26041         done
26042
26043         if test "$libs_found" = 0; then
26044             { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't find the right libraries" >&5
26045 $as_echo "can't find the right libraries" >&6; }
26046             as_fn_error $? "can't link a simple motif program" "$LINENO" 5
26047         fi
26048
26049                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SgCreateList in -lSgm" >&5
26050 $as_echo_n "checking for SgCreateList in -lSgm... " >&6; }
26051 if ${ac_cv_lib_Sgm_SgCreateList+:} false; then :
26052   $as_echo_n "(cached) " >&6
26053 else
26054   ac_check_lib_save_LIBS=$LIBS
26055 LIBS="-lSgm  $LIBS"
26056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26057 /* end confdefs.h.  */
26058
26059 /* Override any GCC internal prototype to avoid an error.
26060    Use char because int might match the return type of a GCC
26061    builtin and then its argument prototype would still apply.  */
26062 #ifdef __cplusplus
26063 extern "C"
26064 #endif
26065 char SgCreateList ();
26066 int
26067 main ()
26068 {
26069 return SgCreateList ();
26070   ;
26071   return 0;
26072 }
26073 _ACEOF
26074 if ac_fn_c_try_link "$LINENO"; then :
26075   ac_cv_lib_Sgm_SgCreateList=yes
26076 else
26077   ac_cv_lib_Sgm_SgCreateList=no
26078 fi
26079 rm -f core conftest.err conftest.$ac_objext \
26080     conftest$ac_exeext conftest.$ac_ext
26081 LIBS=$ac_check_lib_save_LIBS
26082 fi
26083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Sgm_SgCreateList" >&5
26084 $as_echo "$ac_cv_lib_Sgm_SgCreateList" >&6; }
26085 if test "x$ac_cv_lib_Sgm_SgCreateList" = xyes; then :
26086   libsgm_link=" -lSgm"
26087 fi
26088
26089
26090         save_CFLAGS=$CFLAGS
26091         CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
26092
26093         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif 2" >&5
26094 $as_echo_n "checking for Motif 2... " >&6; }
26095 if ${wx_cv_lib_motif2+:} false; then :
26096   $as_echo_n "(cached) " >&6
26097 else
26098   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26099 /* end confdefs.h.  */
26100
26101                             #include <Xm/Xm.h>
26102
26103 int
26104 main ()
26105 {
26106
26107                             #if XmVersion < 2000
26108                             Not Motif 2
26109                             #endif
26110
26111   ;
26112   return 0;
26113 }
26114 _ACEOF
26115 if ac_fn_c_try_compile "$LINENO"; then :
26116   wx_cv_lib_motif2="yes"
26117 else
26118   wx_cv_lib_motif2="no"
26119 fi
26120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26121 fi
26122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_motif2" >&5
26123 $as_echo "$wx_cv_lib_motif2" >&6; }
26124         if test "$wx_cv_lib_motif2" = "yes"; then
26125             $as_echo "#define __WXMOTIF20__ 1" >>confdefs.h
26126
26127         else
26128             $as_echo "#define __WXMOTIF20__ 0" >>confdefs.h
26129
26130         fi
26131
26132         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Motif is Lesstif" >&5
26133 $as_echo_n "checking whether Motif is Lesstif... " >&6; }
26134 if ${wx_cv_lib_lesstif+:} false; then :
26135   $as_echo_n "(cached) " >&6
26136 else
26137   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26138 /* end confdefs.h.  */
26139
26140                             #include <Xm/Xm.h>
26141
26142 int
26143 main ()
26144 {
26145
26146                             #if !defined(LesstifVersion) || LesstifVersion <= 0
26147                             Not Lesstif
26148                             #endif
26149
26150   ;
26151   return 0;
26152 }
26153 _ACEOF
26154 if ac_fn_c_try_compile "$LINENO"; then :
26155   wx_cv_lib_lesstif="yes"
26156 else
26157   wx_cv_lib_lesstif="no"
26158 fi
26159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26160
26161 fi
26162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_lesstif" >&5
26163 $as_echo "$wx_cv_lib_lesstif" >&6; }
26164         if test "$wx_cv_lib_lesstif" = "yes"; then
26165             $as_echo "#define __WXLESSTIF__ 1" >>confdefs.h
26166
26167         else
26168             $as_echo "#define __WXLESSTIF__ 0" >>confdefs.h
26169
26170         fi
26171
26172         CFLAGS=$save_CFLAGS
26173
26174         GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
26175         TOOLKIT=MOTIF
26176         GUIDIST=MOTIF_DIST
26177     fi
26178
26179         if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26180                 if test "$wxUSE_LIBXPM" = "sys"; then
26181             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xpm library" >&5
26182 $as_echo_n "checking for Xpm library... " >&6; }
26183
26184   ac_find_libraries=
26185   for ac_dir in  $SEARCH_LIB
26186   do
26187     for ac_extension in a so sl dylib dll.a; do
26188       if test -f "$ac_dir/libXpm.$ac_extension"; then
26189         ac_find_libraries=$ac_dir
26190         break 2
26191       fi
26192     done
26193   done
26194
26195             if test "$ac_find_libraries" != "" ; then
26196
26197     if test "$ac_find_libraries" = "default location"; then
26198     ac_path_to_link=""
26199   else
26200     echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
26201     result=$?
26202     if test $result = 0; then
26203       ac_path_to_link=""
26204     else
26205       ac_path_to_link=" -L$ac_find_libraries"
26206     fi
26207   fi
26208
26209                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
26210                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
26211 $as_echo "found in $ac_find_libraries" >&6; }
26212
26213                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11/xpm.h" >&5
26214 $as_echo_n "checking for X11/xpm.h... " >&6; }
26215 if ${wx_cv_x11_xpm_h+:} false; then :
26216   $as_echo_n "(cached) " >&6
26217 else
26218
26219                         save_CFLAGS=$CFLAGS
26220                         CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
26221
26222                         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26223 /* end confdefs.h.  */
26224
26225                                 #include <X11/xpm.h>
26226
26227 int
26228 main ()
26229 {
26230
26231                                 int version;
26232                                 version = XpmLibraryVersion();
26233
26234   ;
26235   return 0;
26236 }
26237 _ACEOF
26238 if ac_fn_c_try_compile "$LINENO"; then :
26239   wx_cv_x11_xpm_h=yes
26240 else
26241   wx_cv_x11_xpm_h=no
26242
26243 fi
26244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26245
26246                         CFLAGS=$save_CFLAGS
26247
26248
26249 fi
26250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_x11_xpm_h" >&5
26251 $as_echo "$wx_cv_x11_xpm_h" >&6; }
26252
26253                 if test $wx_cv_x11_xpm_h = "yes"; then
26254                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
26255                     $as_echo "#define wxHAVE_LIB_XPM 1" >>confdefs.h
26256
26257                 else
26258                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: built-in less efficient XPM decoder will be used" >&5
26259 $as_echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
26260                 fi
26261             fi
26262
26263         fi
26264
26265                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
26266 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
26267 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
26268   $as_echo_n "(cached) " >&6
26269 else
26270   ac_check_lib_save_LIBS=$LIBS
26271 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
26272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26273 /* end confdefs.h.  */
26274
26275 /* Override any GCC internal prototype to avoid an error.
26276    Use char because int might match the return type of a GCC
26277    builtin and then its argument prototype would still apply.  */
26278 #ifdef __cplusplus
26279 extern "C"
26280 #endif
26281 char XShapeQueryExtension ();
26282 int
26283 main ()
26284 {
26285 return XShapeQueryExtension ();
26286   ;
26287   return 0;
26288 }
26289 _ACEOF
26290 if ac_fn_c_try_link "$LINENO"; then :
26291   ac_cv_lib_Xext_XShapeQueryExtension=yes
26292 else
26293   ac_cv_lib_Xext_XShapeQueryExtension=no
26294 fi
26295 rm -f core conftest.err conftest.$ac_objext \
26296     conftest$ac_exeext conftest.$ac_ext
26297 LIBS=$ac_check_lib_save_LIBS
26298 fi
26299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
26300 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
26301 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
26302
26303                       GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
26304                       wxHAVE_XEXT_LIB=1
26305
26306 fi
26307
26308
26309         if test "$wxHAVE_XEXT_LIB" = 1; then
26310             save_CFLAGS="$CFLAGS"
26311             CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
26312
26313             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11/extensions/shape.h" >&5
26314 $as_echo_n "checking for X11/extensions/shape.h... " >&6; }
26315             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26316 /* end confdefs.h.  */
26317
26318                             #include <X11/Xlib.h>
26319                             #include <X11/extensions/shape.h>
26320
26321 int
26322 main ()
26323 {
26324
26325                             int dummy1, dummy2;
26326                             XShapeQueryExtension((Display*)NULL,
26327                                                  (int*)NULL, (int*)NULL);
26328
26329   ;
26330   return 0;
26331 }
26332 _ACEOF
26333 if ac_fn_c_try_compile "$LINENO"; then :
26334
26335                             $as_echo "#define HAVE_XSHAPE 1" >>confdefs.h
26336
26337                             { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
26338 $as_echo "found" >&6; }
26339
26340 else
26341
26342                             { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
26343 $as_echo "not found" >&6; }
26344
26345 fi
26346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26347             CFLAGS="$save_CFLAGS"
26348
26349         fi
26350     fi
26351
26352     if test "$wxUSE_OSX_CARBON" = 1; then
26353         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler syntax to enable Pascal strings" >&5
26354 $as_echo_n "checking for compiler syntax to enable Pascal strings... " >&6; }
26355         if test "$GCC" = yes; then
26356             { $as_echo "$as_me:${as_lineno-$LINENO}: result: gcc" >&5
26357 $as_echo "gcc" >&6; }
26358             CPPFLAGS_PASCAL="-fpascal-strings"
26359         elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
26360             { $as_echo "$as_me:${as_lineno-$LINENO}: result: xlc" >&5
26361 $as_echo "xlc" >&6; }
26362             CPPFLAGS_PASCAL="-qmacpstr"
26363         else
26364             { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
26365 $as_echo "none" >&6; }
26366         fi
26367
26368         if test "x$wxUSE_UNIX" = "xyes"; then
26369             CPPFLAGS="$CPPFLAGS_PASCAL -I/Developer/Headers/FlatCarbon $CPPFLAGS"
26370         else
26371                         CPPFLAGS="$CPPFLAGS_PASCAL -DTARGET_CARBON $CPPFLAGS"
26372         fi
26373
26374         TOOLKIT=OSX_CARBON
26375                 GUIDIST=OSX_CARBON_DIST
26376                         WXBASEPORT="_carbon"
26377
26378                                         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
26379     fi
26380
26381     if test "$wxUSE_OSX_COCOA" = 1; then
26382         TOOLKIT=OSX_COCOA
26383         GUIDIST=OSX_COCOA_DIST
26384
26385                 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
26386     fi
26387
26388     if test "$wxUSE_OSX_IPHONE" = 1; then
26389         TOOLKIT=OSX_IPHONE
26390     fi
26391
26392     if test "$wxUSE_OLD_COCOA" = 1; then
26393         TOOLKIT=COCOA
26394         GUIDIST=COCOA_DIST
26395     fi
26396
26397     if test "$wxUSE_PM" = 1; then
26398         TOOLKIT=PM
26399         GUIDIST=PM_DIST
26400         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type SPBCDATA" >&5
26401 $as_echo_n "checking for type SPBCDATA... " >&6; }
26402 if ${wx_cv_spbcdata+:} false; then :
26403   $as_echo_n "(cached) " >&6
26404 else
26405
26406                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26407 /* end confdefs.h.  */
26408
26409                         #define INCL_PM
26410                         #include <os2.h>
26411
26412 int
26413 main ()
26414 {
26415
26416                         SPBCDATA test;
26417
26418   ;
26419   return 0;
26420 }
26421 _ACEOF
26422 if ac_fn_c_try_compile "$LINENO"; then :
26423   wx_cv_spbcdata=yes
26424 else
26425   wx_cv_spbcdata=no
26426
26427 fi
26428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26429
26430
26431 fi
26432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_spbcdata" >&5
26433 $as_echo "$wx_cv_spbcdata" >&6; }
26434
26435         if test $wx_cv_spbcdata = "yes"; then
26436             $as_echo "#define HAVE_SPBCDATA 1" >>confdefs.h
26437
26438         fi
26439     fi
26440
26441         if test "$TOOLKIT" = "PM" ; then
26442         TOOLKIT_DIR="os2"
26443     else
26444         TOOLKIT_DIR=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
26445     fi
26446
26447     if test "$wxUSE_UNIVERSAL" = "yes"; then
26448         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
26449         WIDGET_SET=univ
26450     fi
26451
26452         GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
26453     DISTDIR="wx\$(TOOLKIT)"
26454 else
26455     USE_GUI=0
26456
26457             TOOLKIT_DIR="base"
26458
26459         if test "$USE_WIN32" = 1 ; then
26460                         TOOLKIT="MSW"
26461     fi
26462
26463         GUIDIST="BASE_DIST"
26464     DISTDIR="wxBase"
26465 fi
26466
26467
26468
26469 if test "$wxUSE_GUI" = "yes"; then
26470     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
26471                 for ac_header in X11/Xlib.h
26472 do :
26473   ac_fn_c_check_header_compile "$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "
26474 "
26475 if test "x$ac_cv_header_X11_Xlib_h" = xyes; then :
26476   cat >>confdefs.h <<_ACEOF
26477 #define HAVE_X11_XLIB_H 1
26478 _ACEOF
26479
26480 fi
26481
26482 done
26483
26484         for ac_header in X11/XKBlib.h
26485 do :
26486   ac_fn_c_check_header_compile "$LINENO" "X11/XKBlib.h" "ac_cv_header_X11_XKBlib_h" "
26487                           #if HAVE_X11_XLIB_H
26488                             #include <X11/Xlib.h>
26489                           #endif
26490
26491 "
26492 if test "x$ac_cv_header_X11_XKBlib_h" = xyes; then :
26493   cat >>confdefs.h <<_ACEOF
26494 #define HAVE_X11_XKBLIB_H 1
26495 _ACEOF
26496
26497 fi
26498
26499 done
26500
26501     fi
26502 fi
26503
26504
26505
26506 USE_XINERAMA=0
26507 if test "$wxUSE_DISPLAY" = "yes"; then
26508         if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$WXGTK1" = 1; then
26509
26510   ac_find_libraries=
26511
26512     fl_pkgname=`echo "Xinerama" | tr [:upper:] [:lower:]`
26513
26514
26515 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
26516         if test -n "$ac_tool_prefix"; then
26517   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
26518 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
26519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26520 $as_echo_n "checking for $ac_word... " >&6; }
26521 if ${ac_cv_path_PKG_CONFIG+:} false; then :
26522   $as_echo_n "(cached) " >&6
26523 else
26524   case $PKG_CONFIG in
26525   [\\/]* | ?:[\\/]*)
26526   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
26527   ;;
26528   *)
26529   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26530 for as_dir in $PATH
26531 do
26532   IFS=$as_save_IFS
26533   test -z "$as_dir" && as_dir=.
26534     for ac_exec_ext in '' $ac_executable_extensions; do
26535   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26536     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26537     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26538     break 2
26539   fi
26540 done
26541   done
26542 IFS=$as_save_IFS
26543
26544   ;;
26545 esac
26546 fi
26547 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
26548 if test -n "$PKG_CONFIG"; then
26549   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
26550 $as_echo "$PKG_CONFIG" >&6; }
26551 else
26552   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26553 $as_echo "no" >&6; }
26554 fi
26555
26556
26557 fi
26558 if test -z "$ac_cv_path_PKG_CONFIG"; then
26559   ac_pt_PKG_CONFIG=$PKG_CONFIG
26560   # Extract the first word of "pkg-config", so it can be a program name with args.
26561 set dummy pkg-config; ac_word=$2
26562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26563 $as_echo_n "checking for $ac_word... " >&6; }
26564 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
26565   $as_echo_n "(cached) " >&6
26566 else
26567   case $ac_pt_PKG_CONFIG in
26568   [\\/]* | ?:[\\/]*)
26569   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
26570   ;;
26571   *)
26572   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26573 for as_dir in $PATH
26574 do
26575   IFS=$as_save_IFS
26576   test -z "$as_dir" && as_dir=.
26577     for ac_exec_ext in '' $ac_executable_extensions; do
26578   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26579     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26580     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26581     break 2
26582   fi
26583 done
26584   done
26585 IFS=$as_save_IFS
26586
26587   ;;
26588 esac
26589 fi
26590 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
26591 if test -n "$ac_pt_PKG_CONFIG"; then
26592   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
26593 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
26594 else
26595   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26596 $as_echo "no" >&6; }
26597 fi
26598
26599   if test "x$ac_pt_PKG_CONFIG" = x; then
26600     PKG_CONFIG=""
26601   else
26602     case $cross_compiling:$ac_tool_warned in
26603 yes:)
26604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
26605 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
26606 ac_tool_warned=yes ;;
26607 esac
26608     PKG_CONFIG=$ac_pt_PKG_CONFIG
26609   fi
26610 else
26611   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
26612 fi
26613
26614 fi
26615 if test -n "$PKG_CONFIG"; then
26616         _pkg_min_version=0.9.0
26617         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
26618 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
26619         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
26620                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26621 $as_echo "yes" >&6; }
26622         else
26623                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26624 $as_echo "no" >&6; }
26625                 PKG_CONFIG=""
26626         fi
26627
26628 fi 6> /dev/null
26629
26630 pkg_failed=no
26631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xinerama" >&5
26632 $as_echo_n "checking for Xinerama... " >&6; }
26633
26634 if test -n "$PKG_CONFIG"; then
26635     if test -n "$Xinerama_CFLAGS"; then
26636         pkg_cv_Xinerama_CFLAGS="$Xinerama_CFLAGS"
26637     else
26638         if test -n "$PKG_CONFIG" && \
26639     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26640   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26641   ac_status=$?
26642   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26643   test $ac_status = 0; }; then
26644   pkg_cv_Xinerama_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
26645 else
26646   pkg_failed=yes
26647 fi
26648     fi
26649 else
26650         pkg_failed=untried
26651 fi
26652 if test -n "$PKG_CONFIG"; then
26653     if test -n "$Xinerama_LIBS"; then
26654         pkg_cv_Xinerama_LIBS="$Xinerama_LIBS"
26655     else
26656         if test -n "$PKG_CONFIG" && \
26657     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26658   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26659   ac_status=$?
26660   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26661   test $ac_status = 0; }; then
26662   pkg_cv_Xinerama_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
26663 else
26664   pkg_failed=yes
26665 fi
26666     fi
26667 else
26668         pkg_failed=untried
26669 fi
26670
26671
26672
26673 if test $pkg_failed = yes; then
26674
26675 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
26676         _pkg_short_errors_supported=yes
26677 else
26678         _pkg_short_errors_supported=no
26679 fi
26680         if test $_pkg_short_errors_supported = yes; then
26681                 Xinerama_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
26682         else
26683                 Xinerama_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
26684         fi
26685         # Put the nasty error message in config.log where it belongs
26686         echo "$Xinerama_PKG_ERRORS" >&5
26687
26688
26689       if test "x$ac_find_libraries" = "x"; then
26690                 if test "xXineramaQueryScreens" != "x"; then
26691           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryScreens in -lXinerama" >&5
26692 $as_echo_n "checking for XineramaQueryScreens in -lXinerama... " >&6; }
26693 if ${ac_cv_lib_Xinerama_XineramaQueryScreens+:} false; then :
26694   $as_echo_n "(cached) " >&6
26695 else
26696   ac_check_lib_save_LIBS=$LIBS
26697 LIBS="-lXinerama  $LIBS"
26698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26699 /* end confdefs.h.  */
26700
26701 /* Override any GCC internal prototype to avoid an error.
26702    Use char because int might match the return type of a GCC
26703    builtin and then its argument prototype would still apply.  */
26704 #ifdef __cplusplus
26705 extern "C"
26706 #endif
26707 char XineramaQueryScreens ();
26708 int
26709 main ()
26710 {
26711 return XineramaQueryScreens ();
26712   ;
26713   return 0;
26714 }
26715 _ACEOF
26716 if ac_fn_c_try_link "$LINENO"; then :
26717   ac_cv_lib_Xinerama_XineramaQueryScreens=yes
26718 else
26719   ac_cv_lib_Xinerama_XineramaQueryScreens=no
26720 fi
26721 rm -f core conftest.err conftest.$ac_objext \
26722     conftest$ac_exeext conftest.$ac_ext
26723 LIBS=$ac_check_lib_save_LIBS
26724 fi
26725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
26726 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
26727 if test "x$ac_cv_lib_Xinerama_XineramaQueryScreens" = xyes; then :
26728   ac_find_libraries="std"
26729 fi
26730
26731         fi
26732       fi
26733
26734       if test "x$ac_find_libraries" = "x"; then
26735                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26736 $as_echo_n "checking elsewhere... " >&6; }
26737
26738   ac_find_libraries=
26739   for ac_dir in  $SEARCH_LIB
26740   do
26741     for ac_extension in a so sl dylib dll.a; do
26742       if test -f "$ac_dir/libXinerama.$ac_extension"; then
26743         ac_find_libraries=$ac_dir
26744         break 2
26745       fi
26746     done
26747   done
26748
26749         if test "x$ac_find_libraries" != "x"; then
26750           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26751 $as_echo "yes" >&6; }
26752         else
26753           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26754 $as_echo "no" >&6; }
26755         fi
26756       fi
26757
26758 elif test $pkg_failed = untried; then
26759
26760       if test "x$ac_find_libraries" = "x"; then
26761                 if test "xXineramaQueryScreens" != "x"; then
26762           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryScreens in -lXinerama" >&5
26763 $as_echo_n "checking for XineramaQueryScreens in -lXinerama... " >&6; }
26764 if ${ac_cv_lib_Xinerama_XineramaQueryScreens+:} false; then :
26765   $as_echo_n "(cached) " >&6
26766 else
26767   ac_check_lib_save_LIBS=$LIBS
26768 LIBS="-lXinerama  $LIBS"
26769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26770 /* end confdefs.h.  */
26771
26772 /* Override any GCC internal prototype to avoid an error.
26773    Use char because int might match the return type of a GCC
26774    builtin and then its argument prototype would still apply.  */
26775 #ifdef __cplusplus
26776 extern "C"
26777 #endif
26778 char XineramaQueryScreens ();
26779 int
26780 main ()
26781 {
26782 return XineramaQueryScreens ();
26783   ;
26784   return 0;
26785 }
26786 _ACEOF
26787 if ac_fn_c_try_link "$LINENO"; then :
26788   ac_cv_lib_Xinerama_XineramaQueryScreens=yes
26789 else
26790   ac_cv_lib_Xinerama_XineramaQueryScreens=no
26791 fi
26792 rm -f core conftest.err conftest.$ac_objext \
26793     conftest$ac_exeext conftest.$ac_ext
26794 LIBS=$ac_check_lib_save_LIBS
26795 fi
26796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
26797 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
26798 if test "x$ac_cv_lib_Xinerama_XineramaQueryScreens" = xyes; then :
26799   ac_find_libraries="std"
26800 fi
26801
26802         fi
26803       fi
26804
26805       if test "x$ac_find_libraries" = "x"; then
26806                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26807 $as_echo_n "checking elsewhere... " >&6; }
26808
26809   ac_find_libraries=
26810   for ac_dir in  $SEARCH_LIB
26811   do
26812     for ac_extension in a so sl dylib dll.a; do
26813       if test -f "$ac_dir/libXinerama.$ac_extension"; then
26814         ac_find_libraries=$ac_dir
26815         break 2
26816       fi
26817     done
26818   done
26819
26820         if test "x$ac_find_libraries" != "x"; then
26821           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26822 $as_echo "yes" >&6; }
26823         else
26824           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26825 $as_echo "no" >&6; }
26826         fi
26827       fi
26828
26829 else
26830         Xinerama_CFLAGS=$pkg_cv_Xinerama_CFLAGS
26831         Xinerama_LIBS=$pkg_cv_Xinerama_LIBS
26832         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26833 $as_echo "yes" >&6; }
26834
26835             ac_find_libraries="std"
26836
26837                                                 eval ac_find_cflags=\$Xinerama_CFLAGS
26838       eval fl_libs=\$Xinerama_LIBS
26839
26840                   for fl_path in $fl_libs
26841       do
26842         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
26843                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
26844         fi
26845       done
26846
26847 fi
26848
26849         if test "$ac_find_libraries" != "" ; then
26850             if test "$ac_find_libraries" != "std" ; then
26851
26852     if test "$ac_find_libraries" = "default location"; then
26853     ac_path_to_link=""
26854   else
26855     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
26856     result=$?
26857     if test $result = 0; then
26858       ac_path_to_link=""
26859     else
26860       ac_path_to_link=" -L$ac_find_libraries"
26861     fi
26862   fi
26863
26864               if test "$ac_path_to_link" != " -L/usr/lib" ; then
26865                   LDFLAGS="$LDFLAGS $ac_path_to_link"
26866               fi
26867             fi
26868             USE_XINERAMA=1
26869             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
26870         else
26871             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Xinerama not found; disabling wxDisplay" >&5
26872 $as_echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
26873             wxUSE_DISPLAY="no"
26874         fi
26875     elif test "$wxUSE_MSW" = 1; then
26876                 ac_fn_c_check_header_compile "$LINENO" "ddraw.h" "ac_cv_header_ddraw_h" "#include <windows.h>
26877 "
26878 if test "x$ac_cv_header_ddraw_h" = xyes; then :
26879
26880 fi
26881
26882
26883     fi
26884 fi
26885
26886 if test "$wxUSE_DISPLAY" = "yes"; then
26887         if test "$USE_XINERAMA" = 1 -o "$wxUSE_GTK" = 1; then
26888
26889   ac_find_libraries=
26890
26891     fl_pkgname=`echo "Xxf86vm" | tr [:upper:] [:lower:]`
26892
26893
26894 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
26895         if test -n "$ac_tool_prefix"; then
26896   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
26897 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
26898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26899 $as_echo_n "checking for $ac_word... " >&6; }
26900 if ${ac_cv_path_PKG_CONFIG+:} false; then :
26901   $as_echo_n "(cached) " >&6
26902 else
26903   case $PKG_CONFIG in
26904   [\\/]* | ?:[\\/]*)
26905   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
26906   ;;
26907   *)
26908   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26909 for as_dir in $PATH
26910 do
26911   IFS=$as_save_IFS
26912   test -z "$as_dir" && as_dir=.
26913     for ac_exec_ext in '' $ac_executable_extensions; do
26914   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26915     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26916     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26917     break 2
26918   fi
26919 done
26920   done
26921 IFS=$as_save_IFS
26922
26923   ;;
26924 esac
26925 fi
26926 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
26927 if test -n "$PKG_CONFIG"; then
26928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
26929 $as_echo "$PKG_CONFIG" >&6; }
26930 else
26931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26932 $as_echo "no" >&6; }
26933 fi
26934
26935
26936 fi
26937 if test -z "$ac_cv_path_PKG_CONFIG"; then
26938   ac_pt_PKG_CONFIG=$PKG_CONFIG
26939   # Extract the first word of "pkg-config", so it can be a program name with args.
26940 set dummy pkg-config; ac_word=$2
26941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26942 $as_echo_n "checking for $ac_word... " >&6; }
26943 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
26944   $as_echo_n "(cached) " >&6
26945 else
26946   case $ac_pt_PKG_CONFIG in
26947   [\\/]* | ?:[\\/]*)
26948   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
26949   ;;
26950   *)
26951   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26952 for as_dir in $PATH
26953 do
26954   IFS=$as_save_IFS
26955   test -z "$as_dir" && as_dir=.
26956     for ac_exec_ext in '' $ac_executable_extensions; do
26957   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26958     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26959     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26960     break 2
26961   fi
26962 done
26963   done
26964 IFS=$as_save_IFS
26965
26966   ;;
26967 esac
26968 fi
26969 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
26970 if test -n "$ac_pt_PKG_CONFIG"; then
26971   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
26972 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
26973 else
26974   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26975 $as_echo "no" >&6; }
26976 fi
26977
26978   if test "x$ac_pt_PKG_CONFIG" = x; then
26979     PKG_CONFIG=""
26980   else
26981     case $cross_compiling:$ac_tool_warned in
26982 yes:)
26983 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
26984 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
26985 ac_tool_warned=yes ;;
26986 esac
26987     PKG_CONFIG=$ac_pt_PKG_CONFIG
26988   fi
26989 else
26990   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
26991 fi
26992
26993 fi
26994 if test -n "$PKG_CONFIG"; then
26995         _pkg_min_version=0.9.0
26996         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
26997 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
26998         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
26999                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27000 $as_echo "yes" >&6; }
27001         else
27002                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27003 $as_echo "no" >&6; }
27004                 PKG_CONFIG=""
27005         fi
27006
27007 fi 6> /dev/null
27008
27009 pkg_failed=no
27010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xxf86vm" >&5
27011 $as_echo_n "checking for Xxf86vm... " >&6; }
27012
27013 if test -n "$PKG_CONFIG"; then
27014     if test -n "$Xxf86vm_CFLAGS"; then
27015         pkg_cv_Xxf86vm_CFLAGS="$Xxf86vm_CFLAGS"
27016     else
27017         if test -n "$PKG_CONFIG" && \
27018     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27019   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27020   ac_status=$?
27021   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27022   test $ac_status = 0; }; then
27023   pkg_cv_Xxf86vm_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27024 else
27025   pkg_failed=yes
27026 fi
27027     fi
27028 else
27029         pkg_failed=untried
27030 fi
27031 if test -n "$PKG_CONFIG"; then
27032     if test -n "$Xxf86vm_LIBS"; then
27033         pkg_cv_Xxf86vm_LIBS="$Xxf86vm_LIBS"
27034     else
27035         if test -n "$PKG_CONFIG" && \
27036     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27037   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27038   ac_status=$?
27039   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27040   test $ac_status = 0; }; then
27041   pkg_cv_Xxf86vm_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27042 else
27043   pkg_failed=yes
27044 fi
27045     fi
27046 else
27047         pkg_failed=untried
27048 fi
27049
27050
27051
27052 if test $pkg_failed = yes; then
27053
27054 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27055         _pkg_short_errors_supported=yes
27056 else
27057         _pkg_short_errors_supported=no
27058 fi
27059         if test $_pkg_short_errors_supported = yes; then
27060                 Xxf86vm_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27061         else
27062                 Xxf86vm_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27063         fi
27064         # Put the nasty error message in config.log where it belongs
27065         echo "$Xxf86vm_PKG_ERRORS" >&5
27066
27067
27068       if test "x$ac_find_libraries" = "x"; then
27069                 if test "xXF86VidModeQueryExtension" != "x"; then
27070           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
27071 $as_echo_n "checking for XF86VidModeQueryExtension in -lXxf86vm... " >&6; }
27072 if ${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+:} false; then :
27073   $as_echo_n "(cached) " >&6
27074 else
27075   ac_check_lib_save_LIBS=$LIBS
27076 LIBS="-lXxf86vm  $LIBS"
27077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27078 /* end confdefs.h.  */
27079
27080 /* Override any GCC internal prototype to avoid an error.
27081    Use char because int might match the return type of a GCC
27082    builtin and then its argument prototype would still apply.  */
27083 #ifdef __cplusplus
27084 extern "C"
27085 #endif
27086 char XF86VidModeQueryExtension ();
27087 int
27088 main ()
27089 {
27090 return XF86VidModeQueryExtension ();
27091   ;
27092   return 0;
27093 }
27094 _ACEOF
27095 if ac_fn_c_try_link "$LINENO"; then :
27096   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
27097 else
27098   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
27099 fi
27100 rm -f core conftest.err conftest.$ac_objext \
27101     conftest$ac_exeext conftest.$ac_ext
27102 LIBS=$ac_check_lib_save_LIBS
27103 fi
27104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
27105 $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
27106 if test "x$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" = xyes; then :
27107   ac_find_libraries="std"
27108 fi
27109
27110         fi
27111       fi
27112
27113       if test "x$ac_find_libraries" = "x"; then
27114                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27115 $as_echo_n "checking elsewhere... " >&6; }
27116
27117   ac_find_libraries=
27118   for ac_dir in  $SEARCH_LIB
27119   do
27120     for ac_extension in a so sl dylib dll.a; do
27121       if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27122         ac_find_libraries=$ac_dir
27123         break 2
27124       fi
27125     done
27126   done
27127
27128         if test "x$ac_find_libraries" != "x"; then
27129           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27130 $as_echo "yes" >&6; }
27131         else
27132           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27133 $as_echo "no" >&6; }
27134         fi
27135       fi
27136
27137 elif test $pkg_failed = untried; then
27138
27139       if test "x$ac_find_libraries" = "x"; then
27140                 if test "xXF86VidModeQueryExtension" != "x"; then
27141           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
27142 $as_echo_n "checking for XF86VidModeQueryExtension in -lXxf86vm... " >&6; }
27143 if ${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+:} false; then :
27144   $as_echo_n "(cached) " >&6
27145 else
27146   ac_check_lib_save_LIBS=$LIBS
27147 LIBS="-lXxf86vm  $LIBS"
27148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27149 /* end confdefs.h.  */
27150
27151 /* Override any GCC internal prototype to avoid an error.
27152    Use char because int might match the return type of a GCC
27153    builtin and then its argument prototype would still apply.  */
27154 #ifdef __cplusplus
27155 extern "C"
27156 #endif
27157 char XF86VidModeQueryExtension ();
27158 int
27159 main ()
27160 {
27161 return XF86VidModeQueryExtension ();
27162   ;
27163   return 0;
27164 }
27165 _ACEOF
27166 if ac_fn_c_try_link "$LINENO"; then :
27167   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
27168 else
27169   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
27170 fi
27171 rm -f core conftest.err conftest.$ac_objext \
27172     conftest$ac_exeext conftest.$ac_ext
27173 LIBS=$ac_check_lib_save_LIBS
27174 fi
27175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
27176 $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
27177 if test "x$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" = xyes; then :
27178   ac_find_libraries="std"
27179 fi
27180
27181         fi
27182       fi
27183
27184       if test "x$ac_find_libraries" = "x"; then
27185                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27186 $as_echo_n "checking elsewhere... " >&6; }
27187
27188   ac_find_libraries=
27189   for ac_dir in  $SEARCH_LIB
27190   do
27191     for ac_extension in a so sl dylib dll.a; do
27192       if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27193         ac_find_libraries=$ac_dir
27194         break 2
27195       fi
27196     done
27197   done
27198
27199         if test "x$ac_find_libraries" != "x"; then
27200           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27201 $as_echo "yes" >&6; }
27202         else
27203           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27204 $as_echo "no" >&6; }
27205         fi
27206       fi
27207
27208 else
27209         Xxf86vm_CFLAGS=$pkg_cv_Xxf86vm_CFLAGS
27210         Xxf86vm_LIBS=$pkg_cv_Xxf86vm_LIBS
27211         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27212 $as_echo "yes" >&6; }
27213
27214             ac_find_libraries="std"
27215
27216                                                 eval ac_find_cflags=\$Xxf86vm_CFLAGS
27217       eval fl_libs=\$Xxf86vm_LIBS
27218
27219                   for fl_path in $fl_libs
27220       do
27221         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27222                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
27223         fi
27224       done
27225
27226 fi
27227
27228         if test "$ac_find_libraries" != "" ; then
27229             for ac_header in X11/extensions/xf86vmode.h
27230 do :
27231   ac_fn_c_check_header_compile "$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "
27232                                   #if HAVE_X11_XLIB_H
27233                                     #include <X11/Xlib.h>
27234                                   #endif
27235
27236 "
27237 if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = xyes; then :
27238   cat >>confdefs.h <<_ACEOF
27239 #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
27240 _ACEOF
27241
27242                               GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
27243
27244 fi
27245
27246 done
27247
27248         fi
27249     fi
27250 fi
27251
27252 if test "$wxUSE_DETECT_SM" = "yes"; then
27253     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1; then
27254
27255   ac_find_libraries=
27256
27257     fl_pkgname=`echo "SM" | tr [:upper:] [:lower:]`
27258
27259
27260 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27261         if test -n "$ac_tool_prefix"; then
27262   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27263 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
27264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27265 $as_echo_n "checking for $ac_word... " >&6; }
27266 if ${ac_cv_path_PKG_CONFIG+:} false; then :
27267   $as_echo_n "(cached) " >&6
27268 else
27269   case $PKG_CONFIG in
27270   [\\/]* | ?:[\\/]*)
27271   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27272   ;;
27273   *)
27274   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27275 for as_dir in $PATH
27276 do
27277   IFS=$as_save_IFS
27278   test -z "$as_dir" && as_dir=.
27279     for ac_exec_ext in '' $ac_executable_extensions; do
27280   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27281     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27282     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27283     break 2
27284   fi
27285 done
27286   done
27287 IFS=$as_save_IFS
27288
27289   ;;
27290 esac
27291 fi
27292 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27293 if test -n "$PKG_CONFIG"; then
27294   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27295 $as_echo "$PKG_CONFIG" >&6; }
27296 else
27297   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27298 $as_echo "no" >&6; }
27299 fi
27300
27301
27302 fi
27303 if test -z "$ac_cv_path_PKG_CONFIG"; then
27304   ac_pt_PKG_CONFIG=$PKG_CONFIG
27305   # Extract the first word of "pkg-config", so it can be a program name with args.
27306 set dummy pkg-config; ac_word=$2
27307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27308 $as_echo_n "checking for $ac_word... " >&6; }
27309 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
27310   $as_echo_n "(cached) " >&6
27311 else
27312   case $ac_pt_PKG_CONFIG in
27313   [\\/]* | ?:[\\/]*)
27314   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27315   ;;
27316   *)
27317   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27318 for as_dir in $PATH
27319 do
27320   IFS=$as_save_IFS
27321   test -z "$as_dir" && as_dir=.
27322     for ac_exec_ext in '' $ac_executable_extensions; do
27323   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27324     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27325     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27326     break 2
27327   fi
27328 done
27329   done
27330 IFS=$as_save_IFS
27331
27332   ;;
27333 esac
27334 fi
27335 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
27336 if test -n "$ac_pt_PKG_CONFIG"; then
27337   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27338 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27339 else
27340   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27341 $as_echo "no" >&6; }
27342 fi
27343
27344   if test "x$ac_pt_PKG_CONFIG" = x; then
27345     PKG_CONFIG=""
27346   else
27347     case $cross_compiling:$ac_tool_warned in
27348 yes:)
27349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27350 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27351 ac_tool_warned=yes ;;
27352 esac
27353     PKG_CONFIG=$ac_pt_PKG_CONFIG
27354   fi
27355 else
27356   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
27357 fi
27358
27359 fi
27360 if test -n "$PKG_CONFIG"; then
27361         _pkg_min_version=0.9.0
27362         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27363 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27364         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27365                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27366 $as_echo "yes" >&6; }
27367         else
27368                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27369 $as_echo "no" >&6; }
27370                 PKG_CONFIG=""
27371         fi
27372
27373 fi 6> /dev/null
27374
27375 pkg_failed=no
27376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SM" >&5
27377 $as_echo_n "checking for SM... " >&6; }
27378
27379 if test -n "$PKG_CONFIG"; then
27380     if test -n "$SM_CFLAGS"; then
27381         pkg_cv_SM_CFLAGS="$SM_CFLAGS"
27382     else
27383         if test -n "$PKG_CONFIG" && \
27384     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27385   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27386   ac_status=$?
27387   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27388   test $ac_status = 0; }; then
27389   pkg_cv_SM_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27390 else
27391   pkg_failed=yes
27392 fi
27393     fi
27394 else
27395         pkg_failed=untried
27396 fi
27397 if test -n "$PKG_CONFIG"; then
27398     if test -n "$SM_LIBS"; then
27399         pkg_cv_SM_LIBS="$SM_LIBS"
27400     else
27401         if test -n "$PKG_CONFIG" && \
27402     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27403   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27404   ac_status=$?
27405   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27406   test $ac_status = 0; }; then
27407   pkg_cv_SM_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27408 else
27409   pkg_failed=yes
27410 fi
27411     fi
27412 else
27413         pkg_failed=untried
27414 fi
27415
27416
27417
27418 if test $pkg_failed = yes; then
27419
27420 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27421         _pkg_short_errors_supported=yes
27422 else
27423         _pkg_short_errors_supported=no
27424 fi
27425         if test $_pkg_short_errors_supported = yes; then
27426                 SM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27427         else
27428                 SM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27429         fi
27430         # Put the nasty error message in config.log where it belongs
27431         echo "$SM_PKG_ERRORS" >&5
27432
27433
27434       if test "x$ac_find_libraries" = "x"; then
27435                 if test "xSmcOpenConnection" != "x"; then
27436           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
27437 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
27438 if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then :
27439   $as_echo_n "(cached) " >&6
27440 else
27441   ac_check_lib_save_LIBS=$LIBS
27442 LIBS="-lSM  $LIBS"
27443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27444 /* end confdefs.h.  */
27445
27446 /* Override any GCC internal prototype to avoid an error.
27447    Use char because int might match the return type of a GCC
27448    builtin and then its argument prototype would still apply.  */
27449 #ifdef __cplusplus
27450 extern "C"
27451 #endif
27452 char SmcOpenConnection ();
27453 int
27454 main ()
27455 {
27456 return SmcOpenConnection ();
27457   ;
27458   return 0;
27459 }
27460 _ACEOF
27461 if ac_fn_c_try_link "$LINENO"; then :
27462   ac_cv_lib_SM_SmcOpenConnection=yes
27463 else
27464   ac_cv_lib_SM_SmcOpenConnection=no
27465 fi
27466 rm -f core conftest.err conftest.$ac_objext \
27467     conftest$ac_exeext conftest.$ac_ext
27468 LIBS=$ac_check_lib_save_LIBS
27469 fi
27470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
27471 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
27472 if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then :
27473   ac_find_libraries="std"
27474 fi
27475
27476         fi
27477       fi
27478
27479       if test "x$ac_find_libraries" = "x"; then
27480                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27481 $as_echo_n "checking elsewhere... " >&6; }
27482
27483   ac_find_libraries=
27484   for ac_dir in  $SEARCH_LIB
27485   do
27486     for ac_extension in a so sl dylib dll.a; do
27487       if test -f "$ac_dir/libSM.$ac_extension"; then
27488         ac_find_libraries=$ac_dir
27489         break 2
27490       fi
27491     done
27492   done
27493
27494         if test "x$ac_find_libraries" != "x"; then
27495           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27496 $as_echo "yes" >&6; }
27497         else
27498           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27499 $as_echo "no" >&6; }
27500         fi
27501       fi
27502
27503 elif test $pkg_failed = untried; then
27504
27505       if test "x$ac_find_libraries" = "x"; then
27506                 if test "xSmcOpenConnection" != "x"; then
27507           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
27508 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
27509 if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then :
27510   $as_echo_n "(cached) " >&6
27511 else
27512   ac_check_lib_save_LIBS=$LIBS
27513 LIBS="-lSM  $LIBS"
27514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27515 /* end confdefs.h.  */
27516
27517 /* Override any GCC internal prototype to avoid an error.
27518    Use char because int might match the return type of a GCC
27519    builtin and then its argument prototype would still apply.  */
27520 #ifdef __cplusplus
27521 extern "C"
27522 #endif
27523 char SmcOpenConnection ();
27524 int
27525 main ()
27526 {
27527 return SmcOpenConnection ();
27528   ;
27529   return 0;
27530 }
27531 _ACEOF
27532 if ac_fn_c_try_link "$LINENO"; then :
27533   ac_cv_lib_SM_SmcOpenConnection=yes
27534 else
27535   ac_cv_lib_SM_SmcOpenConnection=no
27536 fi
27537 rm -f core conftest.err conftest.$ac_objext \
27538     conftest$ac_exeext conftest.$ac_ext
27539 LIBS=$ac_check_lib_save_LIBS
27540 fi
27541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
27542 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
27543 if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then :
27544   ac_find_libraries="std"
27545 fi
27546
27547         fi
27548       fi
27549
27550       if test "x$ac_find_libraries" = "x"; then
27551                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27552 $as_echo_n "checking elsewhere... " >&6; }
27553
27554   ac_find_libraries=
27555   for ac_dir in  $SEARCH_LIB
27556   do
27557     for ac_extension in a so sl dylib dll.a; do
27558       if test -f "$ac_dir/libSM.$ac_extension"; then
27559         ac_find_libraries=$ac_dir
27560         break 2
27561       fi
27562     done
27563   done
27564
27565         if test "x$ac_find_libraries" != "x"; then
27566           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27567 $as_echo "yes" >&6; }
27568         else
27569           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27570 $as_echo "no" >&6; }
27571         fi
27572       fi
27573
27574 else
27575         SM_CFLAGS=$pkg_cv_SM_CFLAGS
27576         SM_LIBS=$pkg_cv_SM_LIBS
27577         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27578 $as_echo "yes" >&6; }
27579
27580             ac_find_libraries="std"
27581
27582                                                 eval ac_find_cflags=\$SM_CFLAGS
27583       eval fl_libs=\$SM_LIBS
27584
27585                   for fl_path in $fl_libs
27586       do
27587         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27588                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
27589         fi
27590       done
27591
27592 fi
27593
27594         if test "$ac_find_libraries" != "" ; then
27595             if test "$ac_find_libraries" != "std" ; then
27596
27597     if test "$ac_find_libraries" = "default location"; then
27598     ac_path_to_link=""
27599   else
27600     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
27601     result=$?
27602     if test $result = 0; then
27603       ac_path_to_link=""
27604     else
27605       ac_path_to_link=" -L$ac_find_libraries"
27606     fi
27607   fi
27608
27609               if test "$ac_path_to_link" != " -L/usr/lib" ; then
27610                 LDFLAGS="$LDFLAGS $ac_path_to_link"
27611               fi
27612             fi
27613             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
27614         else
27615             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libSM not found; disabling session management detection" >&5
27616 $as_echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
27617             wxUSE_DETECT_SM="no"
27618         fi
27619     else
27620         wxUSE_DETECT_SM="no"
27621     fi
27622 fi
27623
27624
27625
27626 USE_OPENGL=0
27627 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
27628
27629
27630     if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
27631         OPENGL_LIBS="-framework OpenGL -framework AGL"
27632     elif test "$wxUSE_MSW" = 1; then
27633         OPENGL_LIBS="-lopengl32 -lglu32"
27634     elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK" = 1; then
27635
27636                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenGL headers" >&5
27637 $as_echo_n "checking for OpenGL headers... " >&6; }
27638
27639 ac_find_includes=
27640 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include
27641   do
27642     if test -f "$ac_dir/GL/gl.h"; then
27643       ac_find_includes=$ac_dir
27644       break
27645     fi
27646   done
27647
27648         if test "$ac_find_includes" != "" ; then
27649             { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_includes" >&5
27650 $as_echo "found in $ac_find_includes" >&6; }
27651
27652     if test "x$ac_find_includes" = "x/usr/include"; then
27653     ac_path_to_include=""
27654   else
27655     echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
27656     result=$?
27657     if test $result = 0; then
27658       ac_path_to_include=""
27659     else
27660       ac_path_to_include=" -I$ac_find_includes"
27661     fi
27662   fi
27663
27664             CPPFLAGS="$ac_path_to_include $CPPFLAGS"
27665         else
27666             { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
27667 $as_echo "not found" >&6; }
27668         fi
27669
27670         ac_fn_c_check_header_compile "$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "
27671 "
27672 if test "x$ac_cv_header_GL_gl_h" = xyes; then :
27673
27674             ac_fn_c_check_header_compile "$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "
27675 "
27676 if test "x$ac_cv_header_GL_glu_h" = xyes; then :
27677
27678                 found_gl=0
27679
27680
27681   ac_find_libraries=
27682
27683     fl_pkgname=`echo "GL" | tr [:upper:] [:lower:]`
27684
27685
27686 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27687         if test -n "$ac_tool_prefix"; then
27688   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27689 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
27690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27691 $as_echo_n "checking for $ac_word... " >&6; }
27692 if ${ac_cv_path_PKG_CONFIG+:} false; then :
27693   $as_echo_n "(cached) " >&6
27694 else
27695   case $PKG_CONFIG in
27696   [\\/]* | ?:[\\/]*)
27697   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27698   ;;
27699   *)
27700   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27701 for as_dir in $PATH
27702 do
27703   IFS=$as_save_IFS
27704   test -z "$as_dir" && as_dir=.
27705     for ac_exec_ext in '' $ac_executable_extensions; do
27706   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27707     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27708     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27709     break 2
27710   fi
27711 done
27712   done
27713 IFS=$as_save_IFS
27714
27715   ;;
27716 esac
27717 fi
27718 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27719 if test -n "$PKG_CONFIG"; then
27720   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27721 $as_echo "$PKG_CONFIG" >&6; }
27722 else
27723   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27724 $as_echo "no" >&6; }
27725 fi
27726
27727
27728 fi
27729 if test -z "$ac_cv_path_PKG_CONFIG"; then
27730   ac_pt_PKG_CONFIG=$PKG_CONFIG
27731   # Extract the first word of "pkg-config", so it can be a program name with args.
27732 set dummy pkg-config; ac_word=$2
27733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27734 $as_echo_n "checking for $ac_word... " >&6; }
27735 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
27736   $as_echo_n "(cached) " >&6
27737 else
27738   case $ac_pt_PKG_CONFIG in
27739   [\\/]* | ?:[\\/]*)
27740   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27741   ;;
27742   *)
27743   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27744 for as_dir in $PATH
27745 do
27746   IFS=$as_save_IFS
27747   test -z "$as_dir" && as_dir=.
27748     for ac_exec_ext in '' $ac_executable_extensions; do
27749   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27750     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27751     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27752     break 2
27753   fi
27754 done
27755   done
27756 IFS=$as_save_IFS
27757
27758   ;;
27759 esac
27760 fi
27761 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
27762 if test -n "$ac_pt_PKG_CONFIG"; then
27763   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27764 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27765 else
27766   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27767 $as_echo "no" >&6; }
27768 fi
27769
27770   if test "x$ac_pt_PKG_CONFIG" = x; then
27771     PKG_CONFIG=""
27772   else
27773     case $cross_compiling:$ac_tool_warned in
27774 yes:)
27775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27776 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27777 ac_tool_warned=yes ;;
27778 esac
27779     PKG_CONFIG=$ac_pt_PKG_CONFIG
27780   fi
27781 else
27782   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
27783 fi
27784
27785 fi
27786 if test -n "$PKG_CONFIG"; then
27787         _pkg_min_version=0.9.0
27788         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27789 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27790         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27791                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27792 $as_echo "yes" >&6; }
27793         else
27794                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27795 $as_echo "no" >&6; }
27796                 PKG_CONFIG=""
27797         fi
27798
27799 fi 6> /dev/null
27800
27801 pkg_failed=no
27802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL" >&5
27803 $as_echo_n "checking for GL... " >&6; }
27804
27805 if test -n "$PKG_CONFIG"; then
27806     if test -n "$GL_CFLAGS"; then
27807         pkg_cv_GL_CFLAGS="$GL_CFLAGS"
27808     else
27809         if test -n "$PKG_CONFIG" && \
27810     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27811   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27812   ac_status=$?
27813   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27814   test $ac_status = 0; }; then
27815   pkg_cv_GL_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27816 else
27817   pkg_failed=yes
27818 fi
27819     fi
27820 else
27821         pkg_failed=untried
27822 fi
27823 if test -n "$PKG_CONFIG"; then
27824     if test -n "$GL_LIBS"; then
27825         pkg_cv_GL_LIBS="$GL_LIBS"
27826     else
27827         if test -n "$PKG_CONFIG" && \
27828     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27829   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27830   ac_status=$?
27831   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27832   test $ac_status = 0; }; then
27833   pkg_cv_GL_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27834 else
27835   pkg_failed=yes
27836 fi
27837     fi
27838 else
27839         pkg_failed=untried
27840 fi
27841
27842
27843
27844 if test $pkg_failed = yes; then
27845
27846 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27847         _pkg_short_errors_supported=yes
27848 else
27849         _pkg_short_errors_supported=no
27850 fi
27851         if test $_pkg_short_errors_supported = yes; then
27852                 GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27853         else
27854                 GL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27855         fi
27856         # Put the nasty error message in config.log where it belongs
27857         echo "$GL_PKG_ERRORS" >&5
27858
27859
27860       if test "x$ac_find_libraries" = "x"; then
27861                 if test "xglBegin" != "x"; then
27862           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5
27863 $as_echo_n "checking for glBegin in -lGL... " >&6; }
27864 if ${ac_cv_lib_GL_glBegin+:} false; then :
27865   $as_echo_n "(cached) " >&6
27866 else
27867   ac_check_lib_save_LIBS=$LIBS
27868 LIBS="-lGL  $LIBS"
27869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27870 /* end confdefs.h.  */
27871
27872 /* Override any GCC internal prototype to avoid an error.
27873    Use char because int might match the return type of a GCC
27874    builtin and then its argument prototype would still apply.  */
27875 #ifdef __cplusplus
27876 extern "C"
27877 #endif
27878 char glBegin ();
27879 int
27880 main ()
27881 {
27882 return glBegin ();
27883   ;
27884   return 0;
27885 }
27886 _ACEOF
27887 if ac_fn_c_try_link "$LINENO"; then :
27888   ac_cv_lib_GL_glBegin=yes
27889 else
27890   ac_cv_lib_GL_glBegin=no
27891 fi
27892 rm -f core conftest.err conftest.$ac_objext \
27893     conftest$ac_exeext conftest.$ac_ext
27894 LIBS=$ac_check_lib_save_LIBS
27895 fi
27896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glBegin" >&5
27897 $as_echo "$ac_cv_lib_GL_glBegin" >&6; }
27898 if test "x$ac_cv_lib_GL_glBegin" = xyes; then :
27899   ac_find_libraries="std"
27900 fi
27901
27902         fi
27903       fi
27904
27905       if test "x$ac_find_libraries" = "x"; then
27906                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27907 $as_echo_n "checking elsewhere... " >&6; }
27908
27909   ac_find_libraries=
27910   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
27911   do
27912     for ac_extension in a so sl dylib dll.a; do
27913       if test -f "$ac_dir/libGL.$ac_extension"; then
27914         ac_find_libraries=$ac_dir
27915         break 2
27916       fi
27917     done
27918   done
27919
27920         if test "x$ac_find_libraries" != "x"; then
27921           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27922 $as_echo "yes" >&6; }
27923         else
27924           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27925 $as_echo "no" >&6; }
27926         fi
27927       fi
27928
27929 elif test $pkg_failed = untried; then
27930
27931       if test "x$ac_find_libraries" = "x"; then
27932                 if test "xglBegin" != "x"; then
27933           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5
27934 $as_echo_n "checking for glBegin in -lGL... " >&6; }
27935 if ${ac_cv_lib_GL_glBegin+:} false; then :
27936   $as_echo_n "(cached) " >&6
27937 else
27938   ac_check_lib_save_LIBS=$LIBS
27939 LIBS="-lGL  $LIBS"
27940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27941 /* end confdefs.h.  */
27942
27943 /* Override any GCC internal prototype to avoid an error.
27944    Use char because int might match the return type of a GCC
27945    builtin and then its argument prototype would still apply.  */
27946 #ifdef __cplusplus
27947 extern "C"
27948 #endif
27949 char glBegin ();
27950 int
27951 main ()
27952 {
27953 return glBegin ();
27954   ;
27955   return 0;
27956 }
27957 _ACEOF
27958 if ac_fn_c_try_link "$LINENO"; then :
27959   ac_cv_lib_GL_glBegin=yes
27960 else
27961   ac_cv_lib_GL_glBegin=no
27962 fi
27963 rm -f core conftest.err conftest.$ac_objext \
27964     conftest$ac_exeext conftest.$ac_ext
27965 LIBS=$ac_check_lib_save_LIBS
27966 fi
27967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glBegin" >&5
27968 $as_echo "$ac_cv_lib_GL_glBegin" >&6; }
27969 if test "x$ac_cv_lib_GL_glBegin" = xyes; then :
27970   ac_find_libraries="std"
27971 fi
27972
27973         fi
27974       fi
27975
27976       if test "x$ac_find_libraries" = "x"; then
27977                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27978 $as_echo_n "checking elsewhere... " >&6; }
27979
27980   ac_find_libraries=
27981   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
27982   do
27983     for ac_extension in a so sl dylib dll.a; do
27984       if test -f "$ac_dir/libGL.$ac_extension"; then
27985         ac_find_libraries=$ac_dir
27986         break 2
27987       fi
27988     done
27989   done
27990
27991         if test "x$ac_find_libraries" != "x"; then
27992           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27993 $as_echo "yes" >&6; }
27994         else
27995           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27996 $as_echo "no" >&6; }
27997         fi
27998       fi
27999
28000 else
28001         GL_CFLAGS=$pkg_cv_GL_CFLAGS
28002         GL_LIBS=$pkg_cv_GL_LIBS
28003         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28004 $as_echo "yes" >&6; }
28005
28006             ac_find_libraries="std"
28007
28008                                                 eval ac_find_cflags=\$GL_CFLAGS
28009       eval fl_libs=\$GL_LIBS
28010
28011                   for fl_path in $fl_libs
28012       do
28013         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28014                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
28015         fi
28016       done
28017
28018 fi
28019
28020                 if test "$ac_find_libraries" != "" ; then
28021                     if test "$ac_find_libraries" != "std" ; then
28022
28023     if test "$ac_find_libraries" = "default location"; then
28024     ac_path_to_link=""
28025   else
28026     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
28027     result=$?
28028     if test $result = 0; then
28029       ac_path_to_link=""
28030     else
28031       ac_path_to_link=" -L$ac_find_libraries"
28032     fi
28033   fi
28034
28035                       if test "$ac_path_to_link" != " -L/usr/lib" ; then
28036                         LDFLAGS_GL="$ac_path_to_link"
28037                       fi
28038                     fi
28039
28040
28041   ac_find_libraries=
28042
28043     fl_pkgname=`echo "GLU" | tr [:upper:] [:lower:]`
28044
28045
28046 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
28047         if test -n "$ac_tool_prefix"; then
28048   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
28049 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
28050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28051 $as_echo_n "checking for $ac_word... " >&6; }
28052 if ${ac_cv_path_PKG_CONFIG+:} false; then :
28053   $as_echo_n "(cached) " >&6
28054 else
28055   case $PKG_CONFIG in
28056   [\\/]* | ?:[\\/]*)
28057   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28058   ;;
28059   *)
28060   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28061 for as_dir in $PATH
28062 do
28063   IFS=$as_save_IFS
28064   test -z "$as_dir" && as_dir=.
28065     for ac_exec_ext in '' $ac_executable_extensions; do
28066   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28067     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28068     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28069     break 2
28070   fi
28071 done
28072   done
28073 IFS=$as_save_IFS
28074
28075   ;;
28076 esac
28077 fi
28078 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28079 if test -n "$PKG_CONFIG"; then
28080   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
28081 $as_echo "$PKG_CONFIG" >&6; }
28082 else
28083   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28084 $as_echo "no" >&6; }
28085 fi
28086
28087
28088 fi
28089 if test -z "$ac_cv_path_PKG_CONFIG"; then
28090   ac_pt_PKG_CONFIG=$PKG_CONFIG
28091   # Extract the first word of "pkg-config", so it can be a program name with args.
28092 set dummy pkg-config; ac_word=$2
28093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28094 $as_echo_n "checking for $ac_word... " >&6; }
28095 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
28096   $as_echo_n "(cached) " >&6
28097 else
28098   case $ac_pt_PKG_CONFIG in
28099   [\\/]* | ?:[\\/]*)
28100   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
28101   ;;
28102   *)
28103   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28104 for as_dir in $PATH
28105 do
28106   IFS=$as_save_IFS
28107   test -z "$as_dir" && as_dir=.
28108     for ac_exec_ext in '' $ac_executable_extensions; do
28109   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28110     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28111     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28112     break 2
28113   fi
28114 done
28115   done
28116 IFS=$as_save_IFS
28117
28118   ;;
28119 esac
28120 fi
28121 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
28122 if test -n "$ac_pt_PKG_CONFIG"; then
28123   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
28124 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
28125 else
28126   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28127 $as_echo "no" >&6; }
28128 fi
28129
28130   if test "x$ac_pt_PKG_CONFIG" = x; then
28131     PKG_CONFIG=""
28132   else
28133     case $cross_compiling:$ac_tool_warned in
28134 yes:)
28135 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28136 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28137 ac_tool_warned=yes ;;
28138 esac
28139     PKG_CONFIG=$ac_pt_PKG_CONFIG
28140   fi
28141 else
28142   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
28143 fi
28144
28145 fi
28146 if test -n "$PKG_CONFIG"; then
28147         _pkg_min_version=0.9.0
28148         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
28149 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
28150         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
28151                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28152 $as_echo "yes" >&6; }
28153         else
28154                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28155 $as_echo "no" >&6; }
28156                 PKG_CONFIG=""
28157         fi
28158
28159 fi 6> /dev/null
28160
28161 pkg_failed=no
28162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLU" >&5
28163 $as_echo_n "checking for GLU... " >&6; }
28164
28165 if test -n "$PKG_CONFIG"; then
28166     if test -n "$GLU_CFLAGS"; then
28167         pkg_cv_GLU_CFLAGS="$GLU_CFLAGS"
28168     else
28169         if test -n "$PKG_CONFIG" && \
28170     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28171   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28172   ac_status=$?
28173   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28174   test $ac_status = 0; }; then
28175   pkg_cv_GLU_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28176 else
28177   pkg_failed=yes
28178 fi
28179     fi
28180 else
28181         pkg_failed=untried
28182 fi
28183 if test -n "$PKG_CONFIG"; then
28184     if test -n "$GLU_LIBS"; then
28185         pkg_cv_GLU_LIBS="$GLU_LIBS"
28186     else
28187         if test -n "$PKG_CONFIG" && \
28188     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28189   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28190   ac_status=$?
28191   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28192   test $ac_status = 0; }; then
28193   pkg_cv_GLU_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28194 else
28195   pkg_failed=yes
28196 fi
28197     fi
28198 else
28199         pkg_failed=untried
28200 fi
28201
28202
28203
28204 if test $pkg_failed = yes; then
28205
28206 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28207         _pkg_short_errors_supported=yes
28208 else
28209         _pkg_short_errors_supported=no
28210 fi
28211         if test $_pkg_short_errors_supported = yes; then
28212                 GLU_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28213         else
28214                 GLU_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28215         fi
28216         # Put the nasty error message in config.log where it belongs
28217         echo "$GLU_PKG_ERRORS" >&5
28218
28219
28220       if test "x$ac_find_libraries" = "x"; then
28221                 if test "xgluBeginCurve" != "x"; then
28222           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5
28223 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; }
28224 if ${ac_cv_lib_GLU_gluBeginCurve+:} false; then :
28225   $as_echo_n "(cached) " >&6
28226 else
28227   ac_check_lib_save_LIBS=$LIBS
28228 LIBS="-lGLU  $LIBS"
28229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28230 /* end confdefs.h.  */
28231
28232 /* Override any GCC internal prototype to avoid an error.
28233    Use char because int might match the return type of a GCC
28234    builtin and then its argument prototype would still apply.  */
28235 #ifdef __cplusplus
28236 extern "C"
28237 #endif
28238 char gluBeginCurve ();
28239 int
28240 main ()
28241 {
28242 return gluBeginCurve ();
28243   ;
28244   return 0;
28245 }
28246 _ACEOF
28247 if ac_fn_c_try_link "$LINENO"; then :
28248   ac_cv_lib_GLU_gluBeginCurve=yes
28249 else
28250   ac_cv_lib_GLU_gluBeginCurve=no
28251 fi
28252 rm -f core conftest.err conftest.$ac_objext \
28253     conftest$ac_exeext conftest.$ac_ext
28254 LIBS=$ac_check_lib_save_LIBS
28255 fi
28256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
28257 $as_echo "$ac_cv_lib_GLU_gluBeginCurve" >&6; }
28258 if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes; then :
28259   ac_find_libraries="std"
28260 fi
28261
28262         fi
28263       fi
28264
28265       if test "x$ac_find_libraries" = "x"; then
28266                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28267 $as_echo_n "checking elsewhere... " >&6; }
28268
28269   ac_find_libraries=
28270   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
28271   do
28272     for ac_extension in a so sl dylib dll.a; do
28273       if test -f "$ac_dir/libGLU.$ac_extension"; then
28274         ac_find_libraries=$ac_dir
28275         break 2
28276       fi
28277     done
28278   done
28279
28280         if test "x$ac_find_libraries" != "x"; then
28281           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28282 $as_echo "yes" >&6; }
28283         else
28284           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28285 $as_echo "no" >&6; }
28286         fi
28287       fi
28288
28289 elif test $pkg_failed = untried; then
28290
28291       if test "x$ac_find_libraries" = "x"; then
28292                 if test "xgluBeginCurve" != "x"; then
28293           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5
28294 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; }
28295 if ${ac_cv_lib_GLU_gluBeginCurve+:} false; then :
28296   $as_echo_n "(cached) " >&6
28297 else
28298   ac_check_lib_save_LIBS=$LIBS
28299 LIBS="-lGLU  $LIBS"
28300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28301 /* end confdefs.h.  */
28302
28303 /* Override any GCC internal prototype to avoid an error.
28304    Use char because int might match the return type of a GCC
28305    builtin and then its argument prototype would still apply.  */
28306 #ifdef __cplusplus
28307 extern "C"
28308 #endif
28309 char gluBeginCurve ();
28310 int
28311 main ()
28312 {
28313 return gluBeginCurve ();
28314   ;
28315   return 0;
28316 }
28317 _ACEOF
28318 if ac_fn_c_try_link "$LINENO"; then :
28319   ac_cv_lib_GLU_gluBeginCurve=yes
28320 else
28321   ac_cv_lib_GLU_gluBeginCurve=no
28322 fi
28323 rm -f core conftest.err conftest.$ac_objext \
28324     conftest$ac_exeext conftest.$ac_ext
28325 LIBS=$ac_check_lib_save_LIBS
28326 fi
28327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
28328 $as_echo "$ac_cv_lib_GLU_gluBeginCurve" >&6; }
28329 if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes; then :
28330   ac_find_libraries="std"
28331 fi
28332
28333         fi
28334       fi
28335
28336       if test "x$ac_find_libraries" = "x"; then
28337                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28338 $as_echo_n "checking elsewhere... " >&6; }
28339
28340   ac_find_libraries=
28341   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
28342   do
28343     for ac_extension in a so sl dylib dll.a; do
28344       if test -f "$ac_dir/libGLU.$ac_extension"; then
28345         ac_find_libraries=$ac_dir
28346         break 2
28347       fi
28348     done
28349   done
28350
28351         if test "x$ac_find_libraries" != "x"; then
28352           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28353 $as_echo "yes" >&6; }
28354         else
28355           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28356 $as_echo "no" >&6; }
28357         fi
28358       fi
28359
28360 else
28361         GLU_CFLAGS=$pkg_cv_GLU_CFLAGS
28362         GLU_LIBS=$pkg_cv_GLU_LIBS
28363         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28364 $as_echo "yes" >&6; }
28365
28366             ac_find_libraries="std"
28367
28368                                                 eval ac_find_cflags=\$GLU_CFLAGS
28369       eval fl_libs=\$GLU_LIBS
28370
28371                   for fl_path in $fl_libs
28372       do
28373         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28374                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
28375         fi
28376       done
28377
28378 fi
28379
28380                     if test "$ac_find_libraries" != "" ; then
28381                       if test "$ac_find_libraries" != "std" ; then
28382
28383     if test "$ac_find_libraries" = "default location"; then
28384     ac_path_to_link=""
28385   else
28386     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
28387     result=$?
28388     if test $result = 0; then
28389       ac_path_to_link=""
28390     else
28391       ac_path_to_link=" -L$ac_find_libraries"
28392     fi
28393   fi
28394
28395                         if test "$ac_path_to_link" != " -L/usr/lib" -a \
28396                                 "$ac_path_to_link" != "$LDFLAGS_GL" ; then
28397                           LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
28398                         fi
28399                       fi
28400
28401                         found_gl=1
28402                         OPENGL_LIBS="-lGL -lGLU"
28403                     fi
28404                 fi
28405
28406                 if test "$found_gl" != 1; then
28407
28408   ac_find_libraries=
28409
28410     fl_pkgname=`echo "MesaGL" | tr [:upper:] [:lower:]`
28411
28412
28413 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
28414         if test -n "$ac_tool_prefix"; then
28415   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
28416 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
28417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28418 $as_echo_n "checking for $ac_word... " >&6; }
28419 if ${ac_cv_path_PKG_CONFIG+:} false; then :
28420   $as_echo_n "(cached) " >&6
28421 else
28422   case $PKG_CONFIG in
28423   [\\/]* | ?:[\\/]*)
28424   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28425   ;;
28426   *)
28427   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28428 for as_dir in $PATH
28429 do
28430   IFS=$as_save_IFS
28431   test -z "$as_dir" && as_dir=.
28432     for ac_exec_ext in '' $ac_executable_extensions; do
28433   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28434     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28435     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28436     break 2
28437   fi
28438 done
28439   done
28440 IFS=$as_save_IFS
28441
28442   ;;
28443 esac
28444 fi
28445 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28446 if test -n "$PKG_CONFIG"; then
28447   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
28448 $as_echo "$PKG_CONFIG" >&6; }
28449 else
28450   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28451 $as_echo "no" >&6; }
28452 fi
28453
28454
28455 fi
28456 if test -z "$ac_cv_path_PKG_CONFIG"; then
28457   ac_pt_PKG_CONFIG=$PKG_CONFIG
28458   # Extract the first word of "pkg-config", so it can be a program name with args.
28459 set dummy pkg-config; ac_word=$2
28460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28461 $as_echo_n "checking for $ac_word... " >&6; }
28462 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
28463   $as_echo_n "(cached) " >&6
28464 else
28465   case $ac_pt_PKG_CONFIG in
28466   [\\/]* | ?:[\\/]*)
28467   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
28468   ;;
28469   *)
28470   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28471 for as_dir in $PATH
28472 do
28473   IFS=$as_save_IFS
28474   test -z "$as_dir" && as_dir=.
28475     for ac_exec_ext in '' $ac_executable_extensions; do
28476   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28477     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28478     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28479     break 2
28480   fi
28481 done
28482   done
28483 IFS=$as_save_IFS
28484
28485   ;;
28486 esac
28487 fi
28488 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
28489 if test -n "$ac_pt_PKG_CONFIG"; then
28490   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
28491 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
28492 else
28493   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28494 $as_echo "no" >&6; }
28495 fi
28496
28497   if test "x$ac_pt_PKG_CONFIG" = x; then
28498     PKG_CONFIG=""
28499   else
28500     case $cross_compiling:$ac_tool_warned in
28501 yes:)
28502 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28504 ac_tool_warned=yes ;;
28505 esac
28506     PKG_CONFIG=$ac_pt_PKG_CONFIG
28507   fi
28508 else
28509   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
28510 fi
28511
28512 fi
28513 if test -n "$PKG_CONFIG"; then
28514         _pkg_min_version=0.9.0
28515         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
28516 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
28517         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
28518                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28519 $as_echo "yes" >&6; }
28520         else
28521                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28522 $as_echo "no" >&6; }
28523                 PKG_CONFIG=""
28524         fi
28525
28526 fi 6> /dev/null
28527
28528 pkg_failed=no
28529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MesaGL" >&5
28530 $as_echo_n "checking for MesaGL... " >&6; }
28531
28532 if test -n "$PKG_CONFIG"; then
28533     if test -n "$MesaGL_CFLAGS"; then
28534         pkg_cv_MesaGL_CFLAGS="$MesaGL_CFLAGS"
28535     else
28536         if test -n "$PKG_CONFIG" && \
28537     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28538   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28539   ac_status=$?
28540   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28541   test $ac_status = 0; }; then
28542   pkg_cv_MesaGL_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28543 else
28544   pkg_failed=yes
28545 fi
28546     fi
28547 else
28548         pkg_failed=untried
28549 fi
28550 if test -n "$PKG_CONFIG"; then
28551     if test -n "$MesaGL_LIBS"; then
28552         pkg_cv_MesaGL_LIBS="$MesaGL_LIBS"
28553     else
28554         if test -n "$PKG_CONFIG" && \
28555     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28556   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28557   ac_status=$?
28558   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28559   test $ac_status = 0; }; then
28560   pkg_cv_MesaGL_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28561 else
28562   pkg_failed=yes
28563 fi
28564     fi
28565 else
28566         pkg_failed=untried
28567 fi
28568
28569
28570
28571 if test $pkg_failed = yes; then
28572
28573 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28574         _pkg_short_errors_supported=yes
28575 else
28576         _pkg_short_errors_supported=no
28577 fi
28578         if test $_pkg_short_errors_supported = yes; then
28579                 MesaGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28580         else
28581                 MesaGL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28582         fi
28583         # Put the nasty error message in config.log where it belongs
28584         echo "$MesaGL_PKG_ERRORS" >&5
28585
28586
28587       if test "x$ac_find_libraries" = "x"; then
28588                 if test "xglEnable" != "x"; then
28589           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glEnable in -lMesaGL" >&5
28590 $as_echo_n "checking for glEnable in -lMesaGL... " >&6; }
28591 if ${ac_cv_lib_MesaGL_glEnable+:} false; then :
28592   $as_echo_n "(cached) " >&6
28593 else
28594   ac_check_lib_save_LIBS=$LIBS
28595 LIBS="-lMesaGL  $LIBS"
28596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28597 /* end confdefs.h.  */
28598
28599 /* Override any GCC internal prototype to avoid an error.
28600    Use char because int might match the return type of a GCC
28601    builtin and then its argument prototype would still apply.  */
28602 #ifdef __cplusplus
28603 extern "C"
28604 #endif
28605 char glEnable ();
28606 int
28607 main ()
28608 {
28609 return glEnable ();
28610   ;
28611   return 0;
28612 }
28613 _ACEOF
28614 if ac_fn_c_try_link "$LINENO"; then :
28615   ac_cv_lib_MesaGL_glEnable=yes
28616 else
28617   ac_cv_lib_MesaGL_glEnable=no
28618 fi
28619 rm -f core conftest.err conftest.$ac_objext \
28620     conftest$ac_exeext conftest.$ac_ext
28621 LIBS=$ac_check_lib_save_LIBS
28622 fi
28623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_MesaGL_glEnable" >&5
28624 $as_echo "$ac_cv_lib_MesaGL_glEnable" >&6; }
28625 if test "x$ac_cv_lib_MesaGL_glEnable" = xyes; then :
28626   ac_find_libraries="std"
28627 fi
28628
28629         fi
28630       fi
28631
28632       if test "x$ac_find_libraries" = "x"; then
28633                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28634 $as_echo_n "checking elsewhere... " >&6; }
28635
28636   ac_find_libraries=
28637   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
28638   do
28639     for ac_extension in a so sl dylib dll.a; do
28640       if test -f "$ac_dir/libMesaGL.$ac_extension"; then
28641         ac_find_libraries=$ac_dir
28642         break 2
28643       fi
28644     done
28645   done
28646
28647         if test "x$ac_find_libraries" != "x"; then
28648           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28649 $as_echo "yes" >&6; }
28650         else
28651           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28652 $as_echo "no" >&6; }
28653         fi
28654       fi
28655
28656 elif test $pkg_failed = untried; then
28657
28658       if test "x$ac_find_libraries" = "x"; then
28659                 if test "xglEnable" != "x"; then
28660           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glEnable in -lMesaGL" >&5
28661 $as_echo_n "checking for glEnable in -lMesaGL... " >&6; }
28662 if ${ac_cv_lib_MesaGL_glEnable+:} false; then :
28663   $as_echo_n "(cached) " >&6
28664 else
28665   ac_check_lib_save_LIBS=$LIBS
28666 LIBS="-lMesaGL  $LIBS"
28667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28668 /* end confdefs.h.  */
28669
28670 /* Override any GCC internal prototype to avoid an error.
28671    Use char because int might match the return type of a GCC
28672    builtin and then its argument prototype would still apply.  */
28673 #ifdef __cplusplus
28674 extern "C"
28675 #endif
28676 char glEnable ();
28677 int
28678 main ()
28679 {
28680 return glEnable ();
28681   ;
28682   return 0;
28683 }
28684 _ACEOF
28685 if ac_fn_c_try_link "$LINENO"; then :
28686   ac_cv_lib_MesaGL_glEnable=yes
28687 else
28688   ac_cv_lib_MesaGL_glEnable=no
28689 fi
28690 rm -f core conftest.err conftest.$ac_objext \
28691     conftest$ac_exeext conftest.$ac_ext
28692 LIBS=$ac_check_lib_save_LIBS
28693 fi
28694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_MesaGL_glEnable" >&5
28695 $as_echo "$ac_cv_lib_MesaGL_glEnable" >&6; }
28696 if test "x$ac_cv_lib_MesaGL_glEnable" = xyes; then :
28697   ac_find_libraries="std"
28698 fi
28699
28700         fi
28701       fi
28702
28703       if test "x$ac_find_libraries" = "x"; then
28704                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28705 $as_echo_n "checking elsewhere... " >&6; }
28706
28707   ac_find_libraries=
28708   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
28709   do
28710     for ac_extension in a so sl dylib dll.a; do
28711       if test -f "$ac_dir/libMesaGL.$ac_extension"; then
28712         ac_find_libraries=$ac_dir
28713         break 2
28714       fi
28715     done
28716   done
28717
28718         if test "x$ac_find_libraries" != "x"; then
28719           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28720 $as_echo "yes" >&6; }
28721         else
28722           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28723 $as_echo "no" >&6; }
28724         fi
28725       fi
28726
28727 else
28728         MesaGL_CFLAGS=$pkg_cv_MesaGL_CFLAGS
28729         MesaGL_LIBS=$pkg_cv_MesaGL_LIBS
28730         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28731 $as_echo "yes" >&6; }
28732
28733             ac_find_libraries="std"
28734
28735                                                 eval ac_find_cflags=\$MesaGL_CFLAGS
28736       eval fl_libs=\$MesaGL_LIBS
28737
28738                   for fl_path in $fl_libs
28739       do
28740         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28741                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
28742         fi
28743       done
28744
28745 fi
28746
28747                     if test "$ac_find_libraries" != "" ; then
28748                       if test "$ac_find_libraries" != "std" ; then
28749
28750     if test "$ac_find_libraries" = "default location"; then
28751     ac_path_to_link=""
28752   else
28753     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
28754     result=$?
28755     if test $result = 0; then
28756       ac_path_to_link=""
28757     else
28758       ac_path_to_link=" -L$ac_find_libraries"
28759     fi
28760   fi
28761
28762                         if test "$ac_path_to_link" != " -L/usr/lib" ; then
28763                           LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
28764                         fi
28765                       fi
28766                       OPENGL_LIBS="-lMesaGL -lMesaGLU"
28767                     fi
28768                 fi
28769
28770 fi
28771
28772
28773
28774 fi
28775
28776
28777
28778         if test "x$OPENGL_LIBS" = "x"; then
28779             if test "$wxUSE_OPENGL" = "yes"; then
28780                 as_fn_error $? "OpenGL libraries not available" "$LINENO" 5
28781             else
28782                                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
28783 $as_echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
28784                 wxUSE_OPENGL=no
28785                 USE_OPENGL=0
28786             fi
28787         fi
28788     else
28789         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
28790 $as_echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
28791         wxUSE_OPENGL="no"
28792     fi
28793
28794     if test "$wxUSE_OPENGL" = "auto"; then
28795                                 wxUSE_OPENGL=yes
28796     fi
28797
28798     if test "$wxUSE_OPENGL" = "yes"; then
28799         USE_OPENGL=1
28800         $as_echo "#define wxUSE_OPENGL 1" >>confdefs.h
28801
28802         $as_echo "#define wxUSE_GLCANVAS 1" >>confdefs.h
28803
28804         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
28805     fi
28806 fi
28807
28808
28809 if test -n "$TOOLKIT" ; then
28810     TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
28811 fi
28812
28813
28814
28815 if test "$wxUSE_SHARED" = "yes"; then
28816     case "${host}" in
28817       *-pc-msdosdjgpp )
28818                 wxUSE_SHARED=no
28819         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Host system doesn't support shared libraries, disabling" >&5
28820 $as_echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
28821       ;;
28822     esac
28823 fi
28824
28825 if test "$wxUSE_SHARED" = "yes"; then
28826
28827
28828     case "${host}" in
28829         *-*-cygwin* | *-*-mingw* )
28830                                                                                                 wx_cv_version_script=no
28831             ;;
28832
28833         *)
28834             { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts --version-script" >&5
28835 $as_echo_n "checking if the linker accepts --version-script... " >&6; }
28836 if ${wx_cv_version_script+:} false; then :
28837   $as_echo_n "(cached) " >&6
28838 else
28839
28840                 echo "VER_1 { *; };" >conftest.sym
28841                 echo "int main() { return 0; }" >conftest.cpp
28842
28843                 if { ac_try='
28844                         $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28845                         -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
28846   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28847   (eval $ac_try) 2>&5
28848   ac_status=$?
28849   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28850   test $ac_status = 0; }; } ; then
28851                   if test -s conftest.stderr ; then
28852                       wx_cv_version_script=no
28853                   else
28854                       wx_cv_version_script=yes
28855                   fi
28856                 else
28857                   wx_cv_version_script=no
28858                 fi
28859
28860                                                                                                                                                                                                 if test $wx_cv_version_script = yes
28861                 then
28862                   echo "struct B { virtual ~B() { } }; \
28863                         struct D : public B { }; \
28864                         void F() { D d; }" > conftest.cpp
28865
28866                   if { ac_try='
28867                         $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28868                         -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
28869   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28870   (eval $ac_try) 2>&5
28871   ac_status=$?
28872   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28873   test $ac_status = 0; }; } &&
28874                      { ac_try='
28875                         $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28876                         -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
28877   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28878   (eval $ac_try) 2>&5
28879   ac_status=$?
28880   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28881   test $ac_status = 0; }; }
28882                   then
28883                     if { ac_try='
28884                           $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28885                           -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
28886   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28887   (eval $ac_try) 2>&5
28888   ac_status=$?
28889   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28890   test $ac_status = 0; }; }
28891                     then
28892                       wx_cv_version_script=yes
28893                     else
28894                       wx_cv_version_script=no
28895                     fi
28896                   fi
28897                 fi
28898
28899                 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
28900                 rm -f conftest1.output conftest2.output conftest3.output
28901
28902 fi
28903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_version_script" >&5
28904 $as_echo "$wx_cv_version_script" >&6; }
28905
28906             if test $wx_cv_version_script = yes ; then
28907                 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
28908             fi
28909             ;;
28910     esac
28911
28912
28913             if test "$wxUSE_VISIBILITY" != "no"; then
28914
28915
28916   if test -n "$GCC"; then
28917     CFLAGS_VISIBILITY="-fvisibility=hidden"
28918     CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
28919     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for symbols visibility support" >&5
28920 $as_echo_n "checking for symbols visibility support... " >&6; }
28921     if ${wx_cv_cc_visibility+:} false; then :
28922   $as_echo_n "(cached) " >&6
28923 else
28924
28925       wx_save_CXXFLAGS="$CXXFLAGS"
28926       CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
28927       ac_ext=cpp
28928 ac_cpp='$CXXCPP $CPPFLAGS'
28929 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28930 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28931 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28932
28933       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28934 /* end confdefs.h.  */
28935
28936          /* we need gcc >= 4.0, older versions with visibility support
28937             didn't have class visibility: */
28938          #if defined(__GNUC__) && __GNUC__ < 4
28939          error this gcc is too old;
28940          #endif
28941
28942          /* visibility only makes sense for ELF shared libs: */
28943          #if !defined(__ELF__) && !defined(__APPLE__)
28944          error this platform has no visibility;
28945          #endif
28946
28947          /* at the time of Xcode 4.1 / Clang 3, Clang++ still didn't have the bugs sorted out: */
28948          #if defined(__clang__)
28949          clang compiler is still broken w.r.t. visibility;
28950          #endif
28951
28952          extern __attribute__((__visibility__("hidden"))) int hiddenvar;
28953          extern __attribute__((__visibility__("default"))) int exportedvar;
28954          extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
28955          extern __attribute__((__visibility__("default"))) int exportedfunc (void);
28956          class __attribute__((__visibility__("default"))) Foo {
28957            Foo() {}
28958          };
28959
28960 int
28961 main ()
28962 {
28963
28964   ;
28965   return 0;
28966 }
28967 _ACEOF
28968 if ac_fn_cxx_try_compile "$LINENO"; then :
28969   wx_cv_cc_visibility=yes
28970 else
28971   wx_cv_cc_visibility=no
28972 fi
28973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28974       ac_ext=c
28975 ac_cpp='$CPP $CPPFLAGS'
28976 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28977 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28978 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28979
28980       CXXFLAGS="$wx_save_CXXFLAGS"
28981 fi
28982
28983     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_visibility" >&5
28984 $as_echo "$wx_cv_cc_visibility" >&6; }
28985     if test $wx_cv_cc_visibility = yes; then
28986                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken libstdc++ visibility" >&5
28987 $as_echo_n "checking for broken libstdc++ visibility... " >&6; }
28988       if ${wx_cv_cc_broken_libstdcxx_visibility+:} false; then :
28989   $as_echo_n "(cached) " >&6
28990 else
28991
28992         wx_save_CXXFLAGS="$CXXFLAGS"
28993         wx_save_LDFLAGS="$LDFLAGS"
28994         CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
28995         LDFLAGS="$LDFLAGS -shared -fPIC"
28996         ac_ext=cpp
28997 ac_cpp='$CXXCPP $CPPFLAGS'
28998 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28999 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29000 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29001
29002         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29003 /* end confdefs.h.  */
29004
29005             #include <string>
29006
29007 int
29008 main ()
29009 {
29010
29011             std::string s("hello");
29012             return s.length();
29013
29014   ;
29015   return 0;
29016 }
29017 _ACEOF
29018 if ac_fn_cxx_try_link "$LINENO"; then :
29019   wx_cv_cc_broken_libstdcxx_visibility=no
29020 else
29021   wx_cv_cc_broken_libstdcxx_visibility=yes
29022 fi
29023 rm -f core conftest.err conftest.$ac_objext \
29024     conftest$ac_exeext conftest.$ac_ext
29025         ac_ext=c
29026 ac_cpp='$CPP $CPPFLAGS'
29027 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29028 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29029 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29030
29031         CXXFLAGS="$wx_save_CXXFLAGS"
29032         LDFLAGS="$wx_save_LDFLAGS"
29033 fi
29034
29035       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
29036 $as_echo "$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
29037
29038       if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
29039         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can work around it" >&5
29040 $as_echo_n "checking whether we can work around it... " >&6; }
29041         if ${wx_cv_cc_visibility_workaround+:} false; then :
29042   $as_echo_n "(cached) " >&6
29043 else
29044
29045           ac_ext=cpp
29046 ac_cpp='$CXXCPP $CPPFLAGS'
29047 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29048 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29049 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29050
29051           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29052 /* end confdefs.h.  */
29053
29054               #pragma GCC visibility push(default)
29055               #include <string>
29056               #pragma GCC visibility pop
29057
29058 int
29059 main ()
29060 {
29061
29062               std::string s("hello");
29063               return s.length();
29064
29065   ;
29066   return 0;
29067 }
29068 _ACEOF
29069 if ac_fn_cxx_try_link "$LINENO"; then :
29070   wx_cv_cc_visibility_workaround=no
29071 else
29072   wx_cv_cc_visibility_workaround=yes
29073 fi
29074 rm -f core conftest.err conftest.$ac_objext \
29075     conftest$ac_exeext conftest.$ac_ext
29076           ac_ext=c
29077 ac_cpp='$CPP $CPPFLAGS'
29078 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29079 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29080 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29081
29082
29083 fi
29084
29085         { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_visibility_workaround" >&5
29086 $as_echo "$wx_cv_cc_visibility_workaround" >&6; }
29087
29088         if test $wx_cv_cc_visibility_workaround = no; then
29089                     wx_cv_cc_visibility=no
29090         fi
29091       fi
29092     fi
29093
29094     if test $wx_cv_cc_visibility = yes; then
29095       $as_echo "#define HAVE_VISIBILITY 1" >>confdefs.h
29096
29097       if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
29098         $as_echo "#define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1" >>confdefs.h
29099
29100       fi
29101     else
29102       CFLAGS_VISIBILITY=""
29103       CXXFLAGS_VISIBILITY=""
29104     fi
29105
29106
29107   fi
29108
29109     fi
29110
29111         if test "x$SUNCXX" = xyes; then
29112         SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"
29113         WXCONFIG_RPATH="-R\$libdir"
29114     else
29115     case "${host}" in
29116       *-*-linux* | *-*-gnu* )
29117         SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
29118         WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
29119         ;;
29120
29121       *-*-solaris2* )
29122
29123                         CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
29124
29125                         saveLdflags="$LDFLAGS"
29126         LDFLAGS="$saveLdflags -Wl,-rpath,/"
29127         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -rpath" >&5
29128 $as_echo_n "checking if the linker accepts -rpath... " >&6; }
29129         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29130 /* end confdefs.h.  */
29131
29132 int
29133 main ()
29134 {
29135
29136   ;
29137   return 0;
29138 }
29139 _ACEOF
29140 if ac_fn_c_try_link "$LINENO"; then :
29141
29142                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29143 $as_echo "yes" >&6; }
29144                 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
29145                 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
29146
29147 else
29148
29149                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29150 $as_echo "no" >&6; }
29151                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -R" >&5
29152 $as_echo_n "checking if the linker accepts -R... " >&6; }
29153                 LDFLAGS="$saveLdflags -Wl,-R,/"
29154                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29155 /* end confdefs.h.  */
29156
29157 int
29158 main ()
29159 {
29160
29161   ;
29162   return 0;
29163 }
29164 _ACEOF
29165 if ac_fn_c_try_link "$LINENO"; then :
29166
29167                         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29168 $as_echo "yes" >&6; }
29169                         SAMPLES_RPATH_FLAG="-Wl,-R,\$(wx_top_builddir)/lib"
29170                         WXCONFIG_RPATH="-Wl,-R,\$libdir"
29171
29172 else
29173
29174                         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29175 $as_echo "no" >&6; }
29176
29177 fi
29178 rm -f core conftest.err conftest.$ac_objext \
29179     conftest$ac_exeext conftest.$ac_ext
29180
29181 fi
29182 rm -f core conftest.err conftest.$ac_objext \
29183     conftest$ac_exeext conftest.$ac_ext
29184         LDFLAGS="$saveLdflags"
29185       ;;
29186
29187       *-*-darwin* )
29188         install_name_tool=`which ${HOST_PREFIX}install_name_tool`
29189         if test "$install_name_tool" -a -x "$install_name_tool"; then
29190             DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id \$@ \$@"
29191             cat <<EOF >change-install-names
29192 #!/bin/sh
29193 libnames=\`cd \${2} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
29194 for i in \${libnames} ; do
29195     ${HOST_PREFIX}install_name_tool -id \${3}/\${i} \${1}/\${i}
29196     for dep in \${libnames} ; do
29197         ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${3}/\${dep} \${1}/\${i}
29198     done
29199 done
29200 EOF
29201             chmod +x change-install-names
29202             DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \$(wx_top_builddir)/lib \${libdir}"
29203         fi
29204
29205                                         HEADER_PAD_OPTION="-headerpad_max_install_names"
29206       ;;
29207
29208       *-*-cygwin* | *-*-mingw32* )
29209         ;;
29210
29211       *-*-hpux* )
29212         SAMPLES_RPATH_FLAG="-Wl,+b,\$(wx_top_builddir)/lib"
29213         WXCONFIG_RPATH="-Wl,+b,\$libdir"
29214         ;;
29215
29216     esac
29217     fi
29218
29219             WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
29220
29221     if test $wxUSE_RPATH = "no"; then
29222         SAMPLES_RPATH_FLAG=''
29223         DYLIB_PATH_POSTLINK=''
29224         WXCONFIG_RPATH=''
29225     fi
29226
29227     SHARED=1
29228
29229 else
29230
29231     config_linkage_component="-static"
29232     SHARED=0
29233
29234 fi
29235
29236
29237 UNICODE=0
29238 lib_unicode_suffix=
29239 WX_CHARTYPE="ansi"
29240 if test "$wxUSE_UNICODE" = "yes"; then
29241     lib_unicode_suffix=u
29242     WX_CHARTYPE="unicode"
29243     UNICODE=1
29244 fi
29245
29246 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
29247 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
29248
29249 DEBUG_INFO=0
29250 if test "$wxUSE_DEBUG_INFO" = "yes"; then
29251     DEBUG_INFO=1
29252 fi
29253
29254 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
29255
29256 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
29257
29258 TOOLCHAIN_FULLNAME="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
29259
29260
29261 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
29262     WX_LIBRARY_BASENAME_NOGUI="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29263 else
29264     WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29265 fi
29266 if test "${TOOLKIT_DIR}" = "os2"; then
29267     WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29268 else
29269     WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29270 fi
29271
29272
29273
29274 if test "$wxUSE_OLD_COCOA" = 1; then
29275
29276     ac_ext=c
29277 ac_cpp='$CPP $CPPFLAGS'
29278 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29279 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29280 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29281
29282 ac_ext=m
29283
29284     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
29285 $as_echo_n "checking if AppKit/NSEvent.h conflicts with CoreFoundation... " >&6; }
29286     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29287 /* end confdefs.h.  */
29288 #include <AppKit/NSEvent.h>
29289 #include <CoreFoundation/CoreFoundation.h>
29290
29291 int
29292 main ()
29293 {
29294
29295   ;
29296   return 0;
29297 }
29298 _ACEOF
29299 if ac_fn_c_try_compile "$LINENO"; then :
29300   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29301 $as_echo "no" >&6; }
29302 else
29303   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29304 $as_echo "yes" >&6; }
29305         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if defining __Point__ will fix it" >&5
29306 $as_echo_n "checking if defining __Point__ will fix it... " >&6; }
29307         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29308 /* end confdefs.h.  */
29309 #define __Point__ 1
29310 #include <AppKit/NSEvent.h>
29311 #include <CoreFoundation/CoreFoundation.h>
29312
29313 int
29314 main ()
29315 {
29316
29317   ;
29318   return 0;
29319 }
29320 _ACEOF
29321 if ac_fn_c_try_compile "$LINENO"; then :
29322   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29323 $as_echo "yes" >&6; }
29324             $as_echo "#define __Point__ 1" >>confdefs.h
29325
29326
29327 else
29328   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
29329 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
29330 as_fn_error $? "no
29331 See \`config.log' for more details" "$LINENO" 5; }
29332
29333 fi
29334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29335
29336 fi
29337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29338     ac_ext=c
29339 ac_cpp='$CPP $CPPFLAGS'
29340 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29341 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29342 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29343
29344 fi
29345
29346
29347 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
29348 if test "x$ac_cv_type_mode_t" = xyes; then :
29349
29350 else
29351
29352 cat >>confdefs.h <<_ACEOF
29353 #define mode_t int
29354 _ACEOF
29355
29356 fi
29357
29358 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
29359 if test "x$ac_cv_type_off_t" = xyes; then :
29360
29361 else
29362
29363 cat >>confdefs.h <<_ACEOF
29364 #define off_t long int
29365 _ACEOF
29366
29367 fi
29368
29369 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
29370 if test "x$ac_cv_type_pid_t" = xyes; then :
29371
29372 else
29373
29374 cat >>confdefs.h <<_ACEOF
29375 #define pid_t int
29376 _ACEOF
29377
29378 fi
29379
29380 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
29381 if test "x$ac_cv_type_size_t" = xyes; then :
29382
29383 else
29384
29385 cat >>confdefs.h <<_ACEOF
29386 #define size_t unsigned int
29387 _ACEOF
29388
29389 fi
29390
29391
29392 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
29393 if test "x$ac_cv_type_ssize_t" = xyes; then :
29394
29395 cat >>confdefs.h <<_ACEOF
29396 #define HAVE_SSIZE_T 1
29397 _ACEOF
29398
29399
29400 fi
29401
29402
29403 ac_ext=cpp
29404 ac_cpp='$CXXCPP $CPPFLAGS'
29405 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29406 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29407 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29408  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if size_t is unsigned int" >&5
29409 $as_echo_n "checking if size_t is unsigned int... " >&6; }
29410 if ${wx_cv_size_t_is_uint+:} false; then :
29411   $as_echo_n "(cached) " >&6
29412 else
29413
29414                             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29415 /* end confdefs.h.  */
29416 #include <stddef.h>
29417 int
29418 main ()
29419 {
29420
29421             return 0; }
29422
29423             struct Foo { void foo(size_t); void foo(unsigned int); };
29424
29425             int bar() {
29426
29427   ;
29428   return 0;
29429 }
29430 _ACEOF
29431 if ac_fn_cxx_try_compile "$LINENO"; then :
29432   wx_cv_size_t_is_uint=no
29433 else
29434   wx_cv_size_t_is_uint=yes
29435
29436 fi
29437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29438
29439
29440 fi
29441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_size_t_is_uint" >&5
29442 $as_echo "$wx_cv_size_t_is_uint" >&6; }
29443
29444 if test "$wx_cv_size_t_is_uint" = "yes"; then
29445     $as_echo "#define wxSIZE_T_IS_UINT 1" >>confdefs.h
29446
29447 else
29448     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if size_t is unsigned long" >&5
29449 $as_echo_n "checking if size_t is unsigned long... " >&6; }
29450 if ${wx_cv_size_t_is_ulong+:} false; then :
29451   $as_echo_n "(cached) " >&6
29452 else
29453   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29454 /* end confdefs.h.  */
29455 #include <stddef.h>
29456 int
29457 main ()
29458 {
29459
29460                 return 0; }
29461
29462                 struct Foo { void foo(size_t); void foo(unsigned long); };
29463
29464                 int bar() {
29465
29466   ;
29467   return 0;
29468 }
29469 _ACEOF
29470 if ac_fn_cxx_try_compile "$LINENO"; then :
29471   wx_cv_size_t_is_ulong=no
29472 else
29473   wx_cv_size_t_is_ulong=yes
29474
29475 fi
29476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29477
29478 fi
29479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_size_t_is_ulong" >&5
29480 $as_echo "$wx_cv_size_t_is_ulong" >&6; }
29481
29482     if test "$wx_cv_size_t_is_ulong" = "yes"; then
29483         $as_echo "#define wxSIZE_T_IS_ULONG 1" >>confdefs.h
29484
29485     fi
29486 fi
29487
29488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if wchar_t is separate type" >&5
29489 $as_echo_n "checking if wchar_t is separate type... " >&6; }
29490 if ${wx_cv_wchar_t_is_separate_type+:} false; then :
29491   $as_echo_n "(cached) " >&6
29492 else
29493   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29494 /* end confdefs.h.  */
29495 #include <wchar.h>
29496 int
29497 main ()
29498 {
29499
29500             return 0; }
29501
29502             struct Foo { void foo(wchar_t);
29503                          void foo(unsigned short);
29504                          void foo(unsigned int);
29505                          void foo(unsigned long); };
29506
29507             int bar() {
29508
29509   ;
29510   return 0;
29511 }
29512 _ACEOF
29513 if ac_fn_cxx_try_compile "$LINENO"; then :
29514   wx_cv_wchar_t_is_separate_type=yes
29515 else
29516   wx_cv_wchar_t_is_separate_type=no
29517
29518 fi
29519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29520
29521 fi
29522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_wchar_t_is_separate_type" >&5
29523 $as_echo "$wx_cv_wchar_t_is_separate_type" >&6; }
29524
29525 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
29526     $as_echo "#define wxWCHAR_T_IS_REAL_TYPE 1" >>confdefs.h
29527
29528 else
29529     $as_echo "#define wxWCHAR_T_IS_REAL_TYPE 0" >>confdefs.h
29530
29531 fi
29532
29533 ac_ext=c
29534 ac_cpp='$CPP $CPPFLAGS'
29535 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29536 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29537 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29538
29539
29540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pw_gecos in struct passwd" >&5
29541 $as_echo_n "checking for pw_gecos in struct passwd... " >&6; }
29542 if ${wx_cv_struct_pw_gecos+:} false; then :
29543   $as_echo_n "(cached) " >&6
29544 else
29545
29546         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29547 /* end confdefs.h.  */
29548 #include <pwd.h>
29549 int
29550 main ()
29551 {
29552
29553                 char *p;
29554                 struct passwd *pw;
29555                 p = pw->pw_gecos;
29556
29557   ;
29558   return 0;
29559 }
29560 _ACEOF
29561 if ac_fn_c_try_compile "$LINENO"; then :
29562
29563                 wx_cv_struct_pw_gecos=yes
29564
29565 else
29566
29567                 wx_cv_struct_pw_gecos=no
29568
29569
29570 fi
29571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29572
29573
29574 fi
29575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_struct_pw_gecos" >&5
29576 $as_echo "$wx_cv_struct_pw_gecos" >&6; }
29577
29578 if test "$wx_cv_struct_pw_gecos" = "yes"; then
29579     $as_echo "#define HAVE_PW_GECOS 1" >>confdefs.h
29580
29581 fi
29582
29583
29584 WCSLEN_FOUND=0
29585 WCHAR_LINK=
29586 for ac_func in wcslen
29587 do :
29588   ac_fn_c_check_func "$LINENO" "wcslen" "ac_cv_func_wcslen"
29589 if test "x$ac_cv_func_wcslen" = xyes; then :
29590   cat >>confdefs.h <<_ACEOF
29591 #define HAVE_WCSLEN 1
29592 _ACEOF
29593  WCSLEN_FOUND=1
29594 fi
29595 done
29596
29597
29598 if test "$WCSLEN_FOUND" = 0; then
29599     if test "$TOOLKIT" = "MSW"; then
29600         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcslen in -lmsvcrt" >&5
29601 $as_echo_n "checking for wcslen in -lmsvcrt... " >&6; }
29602 if ${ac_cv_lib_msvcrt_wcslen+:} false; then :
29603   $as_echo_n "(cached) " >&6
29604 else
29605   ac_check_lib_save_LIBS=$LIBS
29606 LIBS="-lmsvcrt  $LIBS"
29607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29608 /* end confdefs.h.  */
29609
29610 /* Override any GCC internal prototype to avoid an error.
29611    Use char because int might match the return type of a GCC
29612    builtin and then its argument prototype would still apply.  */
29613 #ifdef __cplusplus
29614 extern "C"
29615 #endif
29616 char wcslen ();
29617 int
29618 main ()
29619 {
29620 return wcslen ();
29621   ;
29622   return 0;
29623 }
29624 _ACEOF
29625 if ac_fn_c_try_link "$LINENO"; then :
29626   ac_cv_lib_msvcrt_wcslen=yes
29627 else
29628   ac_cv_lib_msvcrt_wcslen=no
29629 fi
29630 rm -f core conftest.err conftest.$ac_objext \
29631     conftest$ac_exeext conftest.$ac_ext
29632 LIBS=$ac_check_lib_save_LIBS
29633 fi
29634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_msvcrt_wcslen" >&5
29635 $as_echo "$ac_cv_lib_msvcrt_wcslen" >&6; }
29636 if test "x$ac_cv_lib_msvcrt_wcslen" = xyes; then :
29637   WCHAR_OK=1
29638 fi
29639
29640     else
29641         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcslen in -lw" >&5
29642 $as_echo_n "checking for wcslen in -lw... " >&6; }
29643 if ${ac_cv_lib_w_wcslen+:} false; then :
29644   $as_echo_n "(cached) " >&6
29645 else
29646   ac_check_lib_save_LIBS=$LIBS
29647 LIBS="-lw  $LIBS"
29648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29649 /* end confdefs.h.  */
29650
29651 /* Override any GCC internal prototype to avoid an error.
29652    Use char because int might match the return type of a GCC
29653    builtin and then its argument prototype would still apply.  */
29654 #ifdef __cplusplus
29655 extern "C"
29656 #endif
29657 char wcslen ();
29658 int
29659 main ()
29660 {
29661 return wcslen ();
29662   ;
29663   return 0;
29664 }
29665 _ACEOF
29666 if ac_fn_c_try_link "$LINENO"; then :
29667   ac_cv_lib_w_wcslen=yes
29668 else
29669   ac_cv_lib_w_wcslen=no
29670 fi
29671 rm -f core conftest.err conftest.$ac_objext \
29672     conftest$ac_exeext conftest.$ac_ext
29673 LIBS=$ac_check_lib_save_LIBS
29674 fi
29675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wcslen" >&5
29676 $as_echo "$ac_cv_lib_w_wcslen" >&6; }
29677 if test "x$ac_cv_lib_w_wcslen" = xyes; then :
29678
29679                         WCHAR_LINK=" -lw"
29680                         WCSLEN_FOUND=1
29681
29682 fi
29683
29684     fi
29685 fi
29686
29687 if test "$WCSLEN_FOUND" = 1; then
29688     $as_echo "#define HAVE_WCSLEN 1" >>confdefs.h
29689
29690 fi
29691
29692 for ac_func in wcsdup wcsftime strnlen wcsnlen wcscasecmp wcsncasecmp
29693 do :
29694   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29695 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
29696 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
29697   cat >>confdefs.h <<_ACEOF
29698 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29699 _ACEOF
29700
29701 fi
29702 done
29703
29704
29705 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
29706     CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
29707 fi
29708
29709 ac_fn_c_check_type "$LINENO" "mbstate_t" "ac_cv_type_mbstate_t" "#include <wchar.h>
29710 "
29711 if test "x$ac_cv_type_mbstate_t" = xyes; then :
29712
29713 cat >>confdefs.h <<_ACEOF
29714 #define HAVE_MBSTATE_T 1
29715 _ACEOF
29716
29717 for ac_func in wcsrtombs
29718 do :
29719   ac_fn_c_check_func "$LINENO" "wcsrtombs" "ac_cv_func_wcsrtombs"
29720 if test "x$ac_cv_func_wcsrtombs" = xyes; then :
29721   cat >>confdefs.h <<_ACEOF
29722 #define HAVE_WCSRTOMBS 1
29723 _ACEOF
29724
29725 fi
29726 done
29727
29728 fi
29729
29730
29731 for ac_func in snprintf vsnprintf vsscanf
29732 do :
29733   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29734 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
29735 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
29736   cat >>confdefs.h <<_ACEOF
29737 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29738 _ACEOF
29739
29740 fi
29741 done
29742
29743
29744 ac_ext=cpp
29745 ac_cpp='$CXXCPP $CPPFLAGS'
29746 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29747 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29748 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29749
29750 if test "$ac_cv_func_vsnprintf" = "yes"; then
29751         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vsnprintf declaration" >&5
29752 $as_echo_n "checking for vsnprintf declaration... " >&6; }
29753 if ${wx_cv_func_vsnprintf_decl+:} false; then :
29754   $as_echo_n "(cached) " >&6
29755 else
29756
29757                                     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29758 /* end confdefs.h.  */
29759
29760                     #include <stdio.h>
29761                     #include <stdarg.h>
29762
29763 int
29764 main ()
29765 {
29766
29767                     char *buf;
29768                     va_list ap;
29769                     vsnprintf(buf, 10u, "%s", ap);
29770
29771   ;
29772   return 0;
29773 }
29774 _ACEOF
29775 if ac_fn_cxx_try_compile "$LINENO"; then :
29776   wx_cv_func_vsnprintf_decl=yes
29777 else
29778   wx_cv_func_vsnprintf_decl=no
29779
29780 fi
29781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29782
29783
29784 fi
29785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_vsnprintf_decl" >&5
29786 $as_echo "$wx_cv_func_vsnprintf_decl" >&6; }
29787
29788     if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
29789         $as_echo "#define HAVE_VSNPRINTF_DECL 1" >>confdefs.h
29790
29791
29792                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if vsnprintf declaration is broken" >&5
29793 $as_echo_n "checking if vsnprintf declaration is broken... " >&6; }
29794 if ${wx_cv_func_broken_vsnprintf_decl+:} false; then :
29795   $as_echo_n "(cached) " >&6
29796 else
29797
29798                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29799 /* end confdefs.h.  */
29800
29801                         #include <stdio.h>
29802                         #include <stdarg.h>
29803                         #ifdef __MSL__
29804                         #if __MSL__ >= 0x6000
29805                         namespace std {}
29806                         using namespace std;
29807                         #endif
29808                         #endif
29809
29810 int
29811 main ()
29812 {
29813
29814                         char *buf;
29815                         va_list ap;
29816                         const char *fmt = "%s";
29817                         vsnprintf(buf, 10u, fmt, ap);
29818
29819   ;
29820   return 0;
29821 }
29822 _ACEOF
29823 if ac_fn_cxx_try_compile "$LINENO"; then :
29824   wx_cv_func_broken_vsnprintf_decl=no
29825 else
29826   wx_cv_func_broken_vsnprintf_decl=yes
29827
29828 fi
29829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29830
29831
29832 fi
29833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_broken_vsnprintf_decl" >&5
29834 $as_echo "$wx_cv_func_broken_vsnprintf_decl" >&6; }
29835
29836         if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
29837             $as_echo "#define HAVE_BROKEN_VSNPRINTF_DECL 1" >>confdefs.h
29838
29839         fi
29840     fi
29841 fi
29842
29843 if test "$ac_cv_func_snprintf" = "yes"; then
29844     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snprintf declaration" >&5
29845 $as_echo_n "checking for snprintf declaration... " >&6; }
29846 if ${wx_cv_func_snprintf_decl+:} false; then :
29847   $as_echo_n "(cached) " >&6
29848 else
29849
29850             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29851 /* end confdefs.h.  */
29852
29853                     #include <stdio.h>
29854                     #include <stdarg.h>
29855                     #ifdef __MSL__
29856                     #if __MSL__ >= 0x6000
29857                     namespace std {}
29858                     using namespace std;
29859                     #endif
29860                     #endif
29861
29862 int
29863 main ()
29864 {
29865
29866                     char *buf;
29867                     snprintf(buf, 10u, "%s", "wx");
29868
29869   ;
29870   return 0;
29871 }
29872 _ACEOF
29873 if ac_fn_cxx_try_compile "$LINENO"; then :
29874   wx_cv_func_snprintf_decl=yes
29875 else
29876   wx_cv_func_snprintf_decl=no
29877
29878 fi
29879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29880
29881
29882 fi
29883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_snprintf_decl" >&5
29884 $as_echo "$wx_cv_func_snprintf_decl" >&6; }
29885
29886     if test "$wx_cv_func_snprintf_decl" = "yes"; then
29887         $as_echo "#define HAVE_SNPRINTF_DECL 1" >>confdefs.h
29888
29889     fi
29890
29891     if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
29892
29893                                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if snprintf supports positional arguments" >&5
29894 $as_echo_n "checking if snprintf supports positional arguments... " >&6; }
29895 if ${wx_cv_func_snprintf_pos_params+:} false; then :
29896   $as_echo_n "(cached) " >&6
29897 else
29898
29899                 if test "$cross_compiling" = yes; then :
29900
29901                         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming Unix98 printf() is not available,
29902 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
29903 $as_echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
29904 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
29905                         wx_cv_func_snprintf_pos_params=no
29906
29907
29908 else
29909   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29910 /* end confdefs.h.  */
29911
29912                         #include <stdio.h>
29913
29914                         int main (void)
29915                         {
29916                             char buffer[128];
29917                             snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
29918                             if (strcmp ("2 3 1", buffer) == 0)
29919                                 exit (0);
29920                             exit (1);
29921                         }
29922
29923 _ACEOF
29924 if ac_fn_cxx_try_run "$LINENO"; then :
29925   wx_cv_func_snprintf_pos_params=no
29926 else
29927   wx_cv_func_snprintf_pos_params=yes
29928 fi
29929 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
29930   conftest.$ac_objext conftest.beam conftest.$ac_ext
29931 fi
29932
29933
29934
29935 fi
29936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_snprintf_pos_params" >&5
29937 $as_echo "$wx_cv_func_snprintf_pos_params" >&6; }
29938
29939         if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
29940             $as_echo "#define HAVE_UNIX98_PRINTF 1" >>confdefs.h
29941
29942         fi
29943     fi
29944 fi
29945
29946 if test "$ac_cv_func_vsscanf" = "yes"; then
29947     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vsscanf declaration" >&5
29948 $as_echo_n "checking for vsscanf declaration... " >&6; }
29949 if ${wx_cv_func_vsscanf_decl+:} false; then :
29950   $as_echo_n "(cached) " >&6
29951 else
29952
29953             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29954 /* end confdefs.h.  */
29955
29956                     #include <stdio.h>
29957                     #include <stdarg.h>
29958                     #ifdef __MSL__
29959                     #if __MSL__ >= 0x6000
29960                     namespace std {}
29961                     using namespace std;
29962                     #endif
29963                     #endif
29964
29965 int
29966 main ()
29967 {
29968
29969                     char *buf;
29970                     va_list args;
29971                     vsscanf(buf, "%s", args);
29972
29973   ;
29974   return 0;
29975 }
29976 _ACEOF
29977 if ac_fn_cxx_try_compile "$LINENO"; then :
29978   wx_cv_func_vsscanf_decl=yes
29979 else
29980   wx_cv_func_vsscanf_decl=no
29981
29982 fi
29983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29984
29985
29986 fi
29987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_vsscanf_decl" >&5
29988 $as_echo "$wx_cv_func_vsscanf_decl" >&6; }
29989
29990     if test "$wx_cv_func_vsscanf_decl" = "yes"; then
29991         $as_echo "#define HAVE_VSSCANF_DECL 1" >>confdefs.h
29992
29993     fi
29994 fi
29995 ac_ext=c
29996 ac_cpp='$CPP $CPPFLAGS'
29997 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29998 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29999 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30000
30001
30002 if test "$wxUSE_UNICODE" = yes; then
30003
30004             wchar_headers="#include <stdio.h>
30005 #include <wchar.h>"
30006     case "${host}" in
30007         *-*-solaris2* )
30008             for ac_header in widec.h
30009 do :
30010   ac_fn_c_check_header_compile "$LINENO" "widec.h" "ac_cv_header_widec_h" "$ac_includes_default
30011 "
30012 if test "x$ac_cv_header_widec_h" = xyes; then :
30013   cat >>confdefs.h <<_ACEOF
30014 #define HAVE_WIDEC_H 1
30015 _ACEOF
30016
30017 fi
30018
30019 done
30020
30021             if test "$ac_cv_header_widec_h" = "yes"; then
30022                 wchar_headers="$wchar_headers
30023 #include <widec.h>"
30024             fi
30025     esac
30026
30027
30028   for wx_func in putws fputws wprintf vswprintf vswscanf
30029   do
30030     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30031 $as_echo_n "checking for $wx_func... " >&6; }
30032 if eval \${wx_cv_func_$wx_func+:} false; then :
30033   $as_echo_n "(cached) " >&6
30034 else
30035
30036         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30037 /* end confdefs.h.  */
30038
30039
30040                 $wchar_headers
30041                 $ac_includes_default
30042
30043 int
30044 main ()
30045 {
30046
30047                 #ifndef $wx_func
30048                   &$wx_func;
30049                 #endif
30050
30051
30052   ;
30053   return 0;
30054 }
30055
30056 _ACEOF
30057 if ac_fn_c_try_link "$LINENO"; then :
30058   eval wx_cv_func_$wx_func=yes
30059 else
30060   eval wx_cv_func_$wx_func=no
30061 fi
30062 rm -f core conftest.err conftest.$ac_objext \
30063     conftest$ac_exeext conftest.$ac_ext
30064
30065 fi
30066 eval ac_res=\$wx_cv_func_$wx_func
30067                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30068 $as_echo "$ac_res" >&6; }
30069
30070     if eval test \$wx_cv_func_$wx_func = yes
30071     then
30072       cat >>confdefs.h <<_ACEOF
30073 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30074 _ACEOF
30075
30076
30077     else
30078       :
30079
30080     fi
30081   done
30082
30083
30084                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _vsnwprintf" >&5
30085 $as_echo_n "checking for _vsnwprintf... " >&6; }
30086     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30087 /* end confdefs.h.  */
30088 #include <wchar.h>
30089 int
30090 main ()
30091 {
30092 &_vsnwprintf;
30093   ;
30094   return 0;
30095 }
30096 _ACEOF
30097 if ac_fn_c_try_compile "$LINENO"; then :
30098   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30099 $as_echo "yes" >&6; }
30100                     $as_echo "#define HAVE__VSNWPRINTF 1" >>confdefs.h
30101
30102 else
30103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30104 $as_echo "no" >&6; }
30105 fi
30106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
30107 fi
30108
30109 if test "$wxUSE_FILE" = "yes"; then
30110
30111   for wx_func in fsync
30112   do
30113     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30114 $as_echo_n "checking for $wx_func... " >&6; }
30115 if eval \${wx_cv_func_$wx_func+:} false; then :
30116   $as_echo_n "(cached) " >&6
30117 else
30118
30119         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30120 /* end confdefs.h.  */
30121
30122
30123
30124                 $ac_includes_default
30125
30126 int
30127 main ()
30128 {
30129
30130                 #ifndef $wx_func
30131                   &$wx_func;
30132                 #endif
30133
30134
30135   ;
30136   return 0;
30137 }
30138
30139 _ACEOF
30140 if ac_fn_c_try_link "$LINENO"; then :
30141   eval wx_cv_func_$wx_func=yes
30142 else
30143   eval wx_cv_func_$wx_func=no
30144 fi
30145 rm -f core conftest.err conftest.$ac_objext \
30146     conftest$ac_exeext conftest.$ac_ext
30147
30148 fi
30149 eval ac_res=\$wx_cv_func_$wx_func
30150                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30151 $as_echo "$ac_res" >&6; }
30152
30153     if eval test \$wx_cv_func_$wx_func = yes
30154     then
30155       cat >>confdefs.h <<_ACEOF
30156 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30157 _ACEOF
30158
30159
30160     else
30161       :
30162
30163     fi
30164   done
30165
30166 fi
30167
30168 ac_ext=cpp
30169 ac_cpp='$CXXCPP $CPPFLAGS'
30170 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30171 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30172 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30173
30174
30175   for wx_func in round
30176   do
30177     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30178 $as_echo_n "checking for $wx_func... " >&6; }
30179 if eval \${wx_cv_func_$wx_func+:} false; then :
30180   $as_echo_n "(cached) " >&6
30181 else
30182
30183         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30184 /* end confdefs.h.  */
30185
30186
30187                 #include <math.h>
30188                 $ac_includes_default
30189
30190 int
30191 main ()
30192 {
30193
30194                 #ifndef $wx_func
30195                   &$wx_func;
30196                 #endif
30197
30198
30199   ;
30200   return 0;
30201 }
30202
30203 _ACEOF
30204 if ac_fn_cxx_try_link "$LINENO"; then :
30205   eval wx_cv_func_$wx_func=yes
30206 else
30207   eval wx_cv_func_$wx_func=no
30208 fi
30209 rm -f core conftest.err conftest.$ac_objext \
30210     conftest$ac_exeext conftest.$ac_ext
30211
30212 fi
30213 eval ac_res=\$wx_cv_func_$wx_func
30214                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30215 $as_echo "$ac_res" >&6; }
30216
30217     if eval test \$wx_cv_func_$wx_func = yes
30218     then
30219       cat >>confdefs.h <<_ACEOF
30220 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30221 _ACEOF
30222
30223
30224     else
30225       :
30226
30227     fi
30228   done
30229
30230 ac_ext=c
30231 ac_cpp='$CPP $CPPFLAGS'
30232 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30233 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30234 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30235
30236
30237 if test "$TOOLKIT" != "MSW"; then
30238
30239 if test "$wxUSE_LIBICONV" != "no" ; then
30240
30241
30242
30243 # Check whether --with-libiconv-prefix was given.
30244 if test "${with_libiconv_prefix+set}" = set; then :
30245   withval=$with_libiconv_prefix;
30246     for dir in `echo "$withval" | tr : ' '`; do
30247       if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
30248       if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
30249     done
30250
30251 fi
30252
30253
30254   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
30255 $as_echo_n "checking for iconv... " >&6; }
30256 if ${am_cv_func_iconv+:} false; then :
30257   $as_echo_n "(cached) " >&6
30258 else
30259
30260     am_cv_func_iconv="no, consider installing GNU libiconv"
30261     am_cv_lib_iconv=no
30262     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30263 /* end confdefs.h.  */
30264 #include <stdlib.h>
30265 #include <iconv.h>
30266 int
30267 main ()
30268 {
30269 iconv_t cd = iconv_open("","");
30270        iconv(cd,NULL,NULL,NULL,NULL);
30271        iconv_close(cd);
30272   ;
30273   return 0;
30274 }
30275 _ACEOF
30276 if ac_fn_c_try_link "$LINENO"; then :
30277   am_cv_func_iconv=yes
30278 fi
30279 rm -f core conftest.err conftest.$ac_objext \
30280     conftest$ac_exeext conftest.$ac_ext
30281     if test "$am_cv_func_iconv" != yes; then
30282       am_save_LIBS="$LIBS"
30283       LIBS="$LIBS -liconv"
30284       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30285 /* end confdefs.h.  */
30286 #include <stdlib.h>
30287 #include <iconv.h>
30288 int
30289 main ()
30290 {
30291 iconv_t cd = iconv_open("","");
30292          iconv(cd,NULL,NULL,NULL,NULL);
30293          iconv_close(cd);
30294   ;
30295   return 0;
30296 }
30297 _ACEOF
30298 if ac_fn_c_try_link "$LINENO"; then :
30299   am_cv_lib_iconv=yes
30300         am_cv_func_iconv=yes
30301 fi
30302 rm -f core conftest.err conftest.$ac_objext \
30303     conftest$ac_exeext conftest.$ac_ext
30304       LIBS="$am_save_LIBS"
30305     fi
30306
30307 fi
30308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
30309 $as_echo "$am_cv_func_iconv" >&6; }
30310   if test "$am_cv_func_iconv" = yes; then
30311
30312 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
30313
30314     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if iconv needs const" >&5
30315 $as_echo_n "checking if iconv needs const... " >&6; }
30316 if ${wx_cv_func_iconv_const+:} false; then :
30317   $as_echo_n "(cached) " >&6
30318 else
30319   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30320 /* end confdefs.h.  */
30321
30322 #include <stdlib.h>
30323 #include <iconv.h>
30324 extern
30325 #ifdef __cplusplus
30326 "C"
30327 #endif
30328 #if defined(__STDC__) || defined(__cplusplus)
30329 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
30330 #else
30331 size_t iconv();
30332 #endif
30333
30334 int
30335 main ()
30336 {
30337
30338   ;
30339   return 0;
30340 }
30341 _ACEOF
30342 if ac_fn_c_try_compile "$LINENO"; then :
30343   wx_cv_func_iconv_const="no"
30344 else
30345   wx_cv_func_iconv_const="yes"
30346
30347 fi
30348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30349
30350 fi
30351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_iconv_const" >&5
30352 $as_echo "$wx_cv_func_iconv_const" >&6; }
30353
30354     iconv_const=
30355     if test "x$wx_cv_func_iconv_const" = "xyes"; then
30356         iconv_const="const"
30357     fi
30358
30359
30360 cat >>confdefs.h <<_ACEOF
30361 #define ICONV_CONST $iconv_const
30362 _ACEOF
30363
30364   fi
30365   LIBICONV=
30366   if test "$am_cv_lib_iconv" = yes; then
30367     LIBICONV="-liconv"
30368   fi
30369
30370
30371     LIBS="$LIBICONV $LIBS"
30372 fi
30373
30374 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
30375     for ac_func in sigaction
30376 do :
30377   ac_fn_c_check_func "$LINENO" "sigaction" "ac_cv_func_sigaction"
30378 if test "x$ac_cv_func_sigaction" = xyes; then :
30379   cat >>confdefs.h <<_ACEOF
30380 #define HAVE_SIGACTION 1
30381 _ACEOF
30382
30383 fi
30384 done
30385
30386
30387     if test "$ac_cv_func_sigaction" = "no"; then
30388         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
30389 $as_echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
30390         wxUSE_ON_FATAL_EXCEPTION=no
30391     fi
30392
30393     if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30394       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sa_handler type" >&5
30395 $as_echo_n "checking for sa_handler type... " >&6; }
30396 if ${wx_cv_type_sa_handler+:} false; then :
30397   $as_echo_n "(cached) " >&6
30398 else
30399
30400                 ac_ext=cpp
30401 ac_cpp='$CXXCPP $CPPFLAGS'
30402 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30403 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30404 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30405
30406         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30407 /* end confdefs.h.  */
30408 #include <signal.h>
30409 int
30410 main ()
30411 {
30412
30413                         extern void testSigHandler(int);
30414
30415                         struct sigaction sa;
30416                         sa.sa_handler = testSigHandler;
30417
30418   ;
30419   return 0;
30420 }
30421 _ACEOF
30422 if ac_fn_cxx_try_compile "$LINENO"; then :
30423
30424                         wx_cv_type_sa_handler=int
30425
30426 else
30427
30428                         wx_cv_type_sa_handler=void
30429
30430 fi
30431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30432         ac_ext=c
30433 ac_cpp='$CPP $CPPFLAGS'
30434 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30435 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30436 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30437
30438
30439 fi
30440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_sa_handler" >&5
30441 $as_echo "$wx_cv_type_sa_handler" >&6; }
30442
30443       cat >>confdefs.h <<_ACEOF
30444 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
30445 _ACEOF
30446
30447     fi
30448 fi
30449
30450 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
30451     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for backtrace() in <execinfo.h>" >&5
30452 $as_echo_n "checking for backtrace() in <execinfo.h>... " >&6; }
30453 if ${wx_cv_func_backtrace+:} false; then :
30454   $as_echo_n "(cached) " >&6
30455 else
30456
30457             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing backtrace" >&5
30458 $as_echo_n "checking for library containing backtrace... " >&6; }
30459 if ${ac_cv_search_backtrace+:} false; then :
30460   $as_echo_n "(cached) " >&6
30461 else
30462   ac_func_search_save_LIBS=$LIBS
30463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30464 /* end confdefs.h.  */
30465
30466 /* Override any GCC internal prototype to avoid an error.
30467    Use char because int might match the return type of a GCC
30468    builtin and then its argument prototype would still apply.  */
30469 #ifdef __cplusplus
30470 extern "C"
30471 #endif
30472 char backtrace ();
30473 int
30474 main ()
30475 {
30476 return backtrace ();
30477   ;
30478   return 0;
30479 }
30480 _ACEOF
30481 for ac_lib in '' execinfo; do
30482   if test -z "$ac_lib"; then
30483     ac_res="none required"
30484   else
30485     ac_res=-l$ac_lib
30486     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
30487   fi
30488   if ac_fn_c_try_link "$LINENO"; then :
30489   ac_cv_search_backtrace=$ac_res
30490 fi
30491 rm -f core conftest.err conftest.$ac_objext \
30492     conftest$ac_exeext
30493   if ${ac_cv_search_backtrace+:} false; then :
30494   break
30495 fi
30496 done
30497 if ${ac_cv_search_backtrace+:} false; then :
30498
30499 else
30500   ac_cv_search_backtrace=no
30501 fi
30502 rm conftest.$ac_ext
30503 LIBS=$ac_func_search_save_LIBS
30504 fi
30505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_backtrace" >&5
30506 $as_echo "$ac_cv_search_backtrace" >&6; }
30507 ac_res=$ac_cv_search_backtrace
30508 if test "$ac_res" != no; then :
30509   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
30510
30511                     ac_ext=cpp
30512 ac_cpp='$CXXCPP $CPPFLAGS'
30513 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30514 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30515 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30516
30517                     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30518 /* end confdefs.h.  */
30519 #include <execinfo.h>
30520 int
30521 main ()
30522 {
30523
30524                             void *trace[1];
30525                             char **messages;
30526                             backtrace(trace, 1);
30527                             messages = backtrace_symbols(trace, 1);
30528
30529   ;
30530   return 0;
30531 }
30532 _ACEOF
30533 if ac_fn_cxx_try_link "$LINENO"; then :
30534   wx_cv_func_backtrace=yes
30535 else
30536   wx_cv_func_backtrace=no
30537
30538 fi
30539 rm -f core conftest.err conftest.$ac_objext \
30540     conftest$ac_exeext conftest.$ac_ext
30541                     ac_ext=c
30542 ac_cpp='$CPP $CPPFLAGS'
30543 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30544 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30545 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30546
30547
30548 else
30549   wx_cv_func_backtrace=no
30550
30551 fi
30552
30553
30554
30555 fi
30556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_backtrace" >&5
30557 $as_echo "$wx_cv_func_backtrace" >&6; }
30558
30559     if test "$wx_cv_func_backtrace" = "no"; then
30560         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
30561 $as_echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
30562         wxUSE_STACKWALKER=no
30563     else
30564         if test "$ac_cv_header_cxxabi_h" = "yes"; then
30565             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __cxa_demangle() in <cxxabi.h>" >&5
30566 $as_echo_n "checking for __cxa_demangle() in <cxxabi.h>... " >&6; }
30567 if ${wx_cv_func_cxa_demangle+:} false; then :
30568   $as_echo_n "(cached) " >&6
30569 else
30570
30571                     ac_ext=cpp
30572 ac_cpp='$CXXCPP $CPPFLAGS'
30573 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30574 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30575 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30576
30577                     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30578 /* end confdefs.h.  */
30579 #include <cxxabi.h>
30580 int
30581 main ()
30582 {
30583
30584                             int rc;
30585                             __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
30586
30587   ;
30588   return 0;
30589 }
30590 _ACEOF
30591 if ac_fn_cxx_try_link "$LINENO"; then :
30592   wx_cv_func_cxa_demangle=yes
30593 else
30594   wx_cv_func_cxa_demangle=no
30595
30596 fi
30597 rm -f core conftest.err conftest.$ac_objext \
30598     conftest$ac_exeext conftest.$ac_ext
30599                     ac_ext=c
30600 ac_cpp='$CPP $CPPFLAGS'
30601 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30602 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30603 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30604
30605
30606
30607 fi
30608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_cxa_demangle" >&5
30609 $as_echo "$wx_cv_func_cxa_demangle" >&6; }
30610         else
30611             wx_cv_func_cxa_demangle=no
30612         fi
30613
30614         if test "$wx_cv_func_cxa_demangle" = "yes"; then
30615             $as_echo "#define HAVE_CXA_DEMANGLE 1" >>confdefs.h
30616
30617         fi
30618     fi
30619 fi
30620
30621 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
30622     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
30623 $as_echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
30624     wxUSE_STACKWALKER=no
30625 fi
30626
30627
30628 for ac_func in mkstemp mktemp
30629 do :
30630   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30631 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
30632 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
30633   cat >>confdefs.h <<_ACEOF
30634 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30635 _ACEOF
30636  break
30637 fi
30638 done
30639
30640
30641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statfs" >&5
30642 $as_echo_n "checking for statfs... " >&6; }
30643 if ${wx_cv_func_statfs+:} false; then :
30644   $as_echo_n "(cached) " >&6
30645 else
30646   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30647 /* end confdefs.h.  */
30648
30649              #if defined(__BSD__)
30650              #include <sys/param.h>
30651              #include <sys/mount.h>
30652              #else
30653              #include <sys/vfs.h>
30654              #endif
30655
30656 int
30657 main ()
30658 {
30659
30660              long l;
30661              struct statfs fs;
30662              statfs("/", &fs);
30663              l = fs.f_bsize;
30664              l += fs.f_blocks;
30665              l += fs.f_bavail;
30666
30667   ;
30668   return 0;
30669 }
30670 _ACEOF
30671 if ac_fn_c_try_compile "$LINENO"; then :
30672   wx_cv_func_statfs=yes
30673 else
30674   wx_cv_func_statfs=no
30675
30676 fi
30677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30678
30679 fi
30680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statfs" >&5
30681 $as_echo "$wx_cv_func_statfs" >&6; }
30682
30683 if test "$wx_cv_func_statfs" = "yes"; then
30684         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statfs declaration" >&5
30685 $as_echo_n "checking for statfs declaration... " >&6; }
30686 if ${wx_cv_func_statfs_decl+:} false; then :
30687   $as_echo_n "(cached) " >&6
30688 else
30689   ac_ext=cpp
30690 ac_cpp='$CXXCPP $CPPFLAGS'
30691 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30692 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30693 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30694
30695         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30696 /* end confdefs.h.  */
30697
30698                  #if defined(__BSD__)
30699                  #include <sys/param.h>
30700                  #include <sys/mount.h>
30701                  #else
30702                  #include <sys/vfs.h>
30703                  #endif
30704
30705 int
30706 main ()
30707 {
30708
30709                 struct statfs fs;
30710                 statfs("", &fs);
30711
30712   ;
30713   return 0;
30714 }
30715 _ACEOF
30716 if ac_fn_cxx_try_compile "$LINENO"; then :
30717   wx_cv_func_statfs_decl=yes
30718 else
30719   wx_cv_func_statfs_decl=no
30720
30721 fi
30722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30723         ac_ext=c
30724 ac_cpp='$CPP $CPPFLAGS'
30725 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30726 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30727 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30728
30729
30730 fi
30731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statfs_decl" >&5
30732 $as_echo "$wx_cv_func_statfs_decl" >&6; }
30733
30734     if test "$wx_cv_func_statfs_decl" = "yes"; then
30735         $as_echo "#define HAVE_STATFS_DECL 1" >>confdefs.h
30736
30737     fi
30738
30739     wx_cv_type_statvfs_t="struct statfs"
30740     $as_echo "#define HAVE_STATFS 1" >>confdefs.h
30741
30742 else
30743     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statvfs" >&5
30744 $as_echo_n "checking for statvfs... " >&6; }
30745 if ${wx_cv_func_statvfs+:} false; then :
30746   $as_echo_n "(cached) " >&6
30747 else
30748   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30749 /* end confdefs.h.  */
30750
30751                 #include <stddef.h>
30752                 #include <sys/statvfs.h>
30753
30754 int
30755 main ()
30756 {
30757
30758                 statvfs("/", NULL);
30759
30760   ;
30761   return 0;
30762 }
30763 _ACEOF
30764 if ac_fn_c_try_compile "$LINENO"; then :
30765   wx_cv_func_statvfs=yes
30766 else
30767   wx_cv_func_statvfs=no
30768
30769 fi
30770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30771
30772 fi
30773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statvfs" >&5
30774 $as_echo "$wx_cv_func_statvfs" >&6; }
30775
30776     if test "$wx_cv_func_statvfs" = "yes"; then
30777                                                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statvfs argument type" >&5
30778 $as_echo_n "checking for statvfs argument type... " >&6; }
30779 if ${wx_cv_type_statvfs_t+:} false; then :
30780   $as_echo_n "(cached) " >&6
30781 else
30782   ac_ext=cpp
30783 ac_cpp='$CXXCPP $CPPFLAGS'
30784 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30785 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30786 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30787
30788             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30789 /* end confdefs.h.  */
30790
30791                     #include <sys/statvfs.h>
30792
30793 int
30794 main ()
30795 {
30796
30797                     long l;
30798                     statvfs_t fs;
30799                     statvfs("/", &fs);
30800                     l = fs.f_bsize;
30801                     l += fs.f_blocks;
30802                     l += fs.f_bavail;
30803
30804   ;
30805   return 0;
30806 }
30807 _ACEOF
30808 if ac_fn_cxx_try_compile "$LINENO"; then :
30809   wx_cv_type_statvfs_t=statvfs_t
30810 else
30811
30812                     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30813 /* end confdefs.h.  */
30814
30815                             #include <sys/statvfs.h>
30816
30817 int
30818 main ()
30819 {
30820
30821                             long l;
30822                             struct statvfs fs;
30823                             statvfs("/", &fs);
30824                             l = fs.f_bsize;
30825                             l += fs.f_blocks;
30826                             l += fs.f_bavail;
30827
30828   ;
30829   return 0;
30830 }
30831 _ACEOF
30832 if ac_fn_cxx_try_compile "$LINENO"; then :
30833   wx_cv_type_statvfs_t="struct statvfs"
30834 else
30835   wx_cv_type_statvfs_t="unknown"
30836
30837 fi
30838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30839
30840
30841 fi
30842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30843             ac_ext=c
30844 ac_cpp='$CPP $CPPFLAGS'
30845 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30846 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30847 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30848
30849
30850 fi
30851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_statvfs_t" >&5
30852 $as_echo "$wx_cv_type_statvfs_t" >&6; }
30853
30854         if test "$wx_cv_type_statvfs_t" != "unknown"; then
30855             $as_echo "#define HAVE_STATVFS 1" >>confdefs.h
30856
30857         fi
30858     else
30859                 wx_cv_type_statvfs_t="unknown"
30860     fi
30861 fi
30862
30863 if test "$wx_cv_type_statvfs_t" != "unknown"; then
30864     cat >>confdefs.h <<_ACEOF
30865 #define WX_STATFS_T $wx_cv_type_statvfs_t
30866 _ACEOF
30867
30868 else
30869     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
30870 $as_echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
30871 fi
30872
30873 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30874     for ac_func in fcntl flock
30875 do :
30876   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30877 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
30878 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
30879   cat >>confdefs.h <<_ACEOF
30880 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30881 _ACEOF
30882  break
30883 fi
30884 done
30885
30886
30887     if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
30888         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxSingleInstanceChecker not available" >&5
30889 $as_echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
30890         wxUSE_SNGLINST_CHECKER=no
30891     fi
30892 fi
30893
30894 for ac_func in setenv putenv
30895 do :
30896   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30897 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
30898 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
30899   cat >>confdefs.h <<_ACEOF
30900 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30901 _ACEOF
30902  break
30903 fi
30904 done
30905
30906 if test "$ac_cv_func_setenv" = "yes"; then
30907     for ac_func in unsetenv
30908 do :
30909   ac_fn_c_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv"
30910 if test "x$ac_cv_func_unsetenv" = xyes; then :
30911   cat >>confdefs.h <<_ACEOF
30912 #define HAVE_UNSETENV 1
30913 _ACEOF
30914
30915 fi
30916 done
30917
30918 fi
30919
30920 HAVE_SOME_SLEEP_FUNC=0
30921 if test "$USE_BEOS" = 1; then
30922             $as_echo "#define HAVE_SLEEP 1" >>confdefs.h
30923
30924     HAVE_SOME_SLEEP_FUNC=1
30925 fi
30926
30927 if test "$USE_DARWIN" = 1; then
30928             $as_echo "#define HAVE_USLEEP 1" >>confdefs.h
30929
30930     HAVE_SOME_SLEEP_FUNC=1
30931 fi
30932
30933 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
30934         POSIX4_LINK=
30935     for ac_func in nanosleep
30936 do :
30937   ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
30938 if test "x$ac_cv_func_nanosleep" = xyes; then :
30939   cat >>confdefs.h <<_ACEOF
30940 #define HAVE_NANOSLEEP 1
30941 _ACEOF
30942  $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
30943
30944 else
30945
30946             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lposix4" >&5
30947 $as_echo_n "checking for nanosleep in -lposix4... " >&6; }
30948 if ${ac_cv_lib_posix4_nanosleep+:} false; then :
30949   $as_echo_n "(cached) " >&6
30950 else
30951   ac_check_lib_save_LIBS=$LIBS
30952 LIBS="-lposix4  $LIBS"
30953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30954 /* end confdefs.h.  */
30955
30956 /* Override any GCC internal prototype to avoid an error.
30957    Use char because int might match the return type of a GCC
30958    builtin and then its argument prototype would still apply.  */
30959 #ifdef __cplusplus
30960 extern "C"
30961 #endif
30962 char nanosleep ();
30963 int
30964 main ()
30965 {
30966 return nanosleep ();
30967   ;
30968   return 0;
30969 }
30970 _ACEOF
30971 if ac_fn_c_try_link "$LINENO"; then :
30972   ac_cv_lib_posix4_nanosleep=yes
30973 else
30974   ac_cv_lib_posix4_nanosleep=no
30975 fi
30976 rm -f core conftest.err conftest.$ac_objext \
30977     conftest$ac_exeext conftest.$ac_ext
30978 LIBS=$ac_check_lib_save_LIBS
30979 fi
30980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_nanosleep" >&5
30981 $as_echo "$ac_cv_lib_posix4_nanosleep" >&6; }
30982 if test "x$ac_cv_lib_posix4_nanosleep" = xyes; then :
30983
30984                     $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
30985
30986                     POSIX4_LINK=" -lposix4"
30987
30988 else
30989
30990
30991   for wx_func in usleep
30992   do
30993     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30994 $as_echo_n "checking for $wx_func... " >&6; }
30995 if eval \${wx_cv_func_$wx_func+:} false; then :
30996   $as_echo_n "(cached) " >&6
30997 else
30998
30999         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31000 /* end confdefs.h.  */
31001
31002
31003
31004                 $ac_includes_default
31005
31006 int
31007 main ()
31008 {
31009
31010                 #ifndef $wx_func
31011                   &$wx_func;
31012                 #endif
31013
31014
31015   ;
31016   return 0;
31017 }
31018
31019 _ACEOF
31020 if ac_fn_c_try_link "$LINENO"; then :
31021   eval wx_cv_func_$wx_func=yes
31022 else
31023   eval wx_cv_func_$wx_func=no
31024 fi
31025 rm -f core conftest.err conftest.$ac_objext \
31026     conftest$ac_exeext conftest.$ac_ext
31027
31028 fi
31029 eval ac_res=\$wx_cv_func_$wx_func
31030                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31031 $as_echo "$ac_res" >&6; }
31032
31033     if eval test \$wx_cv_func_$wx_func = yes
31034     then
31035       cat >>confdefs.h <<_ACEOF
31036 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31037 _ACEOF
31038
31039
31040     else
31041       :
31042       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxSleep() function will not work" >&5
31043 $as_echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
31044
31045     fi
31046   done
31047
31048
31049
31050 fi
31051
31052
31053
31054 fi
31055 done
31056
31057 fi
31058
31059
31060   for wx_func in uname
31061   do
31062     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31063 $as_echo_n "checking for $wx_func... " >&6; }
31064 if eval \${wx_cv_func_$wx_func+:} false; then :
31065   $as_echo_n "(cached) " >&6
31066 else
31067
31068         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31069 /* end confdefs.h.  */
31070
31071
31072                 #include <sys/utsname.h>
31073                 $ac_includes_default
31074
31075 int
31076 main ()
31077 {
31078
31079                 #ifndef $wx_func
31080                   &$wx_func;
31081                 #endif
31082
31083
31084   ;
31085   return 0;
31086 }
31087
31088 _ACEOF
31089 if ac_fn_c_try_link "$LINENO"; then :
31090   eval wx_cv_func_$wx_func=yes
31091 else
31092   eval wx_cv_func_$wx_func=no
31093 fi
31094 rm -f core conftest.err conftest.$ac_objext \
31095     conftest$ac_exeext conftest.$ac_ext
31096
31097 fi
31098 eval ac_res=\$wx_cv_func_$wx_func
31099                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31100 $as_echo "$ac_res" >&6; }
31101
31102     if eval test \$wx_cv_func_$wx_func = yes
31103     then
31104       cat >>confdefs.h <<_ACEOF
31105 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31106 _ACEOF
31107
31108
31109     else
31110       :
31111
31112     fi
31113   done
31114
31115 if test "$wx_cv_func_uname" != yes; then
31116
31117   for wx_func in gethostname
31118   do
31119     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31120 $as_echo_n "checking for $wx_func... " >&6; }
31121 if eval \${wx_cv_func_$wx_func+:} false; then :
31122   $as_echo_n "(cached) " >&6
31123 else
31124
31125         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31126 /* end confdefs.h.  */
31127
31128
31129
31130                 $ac_includes_default
31131
31132 int
31133 main ()
31134 {
31135
31136                 #ifndef $wx_func
31137                   &$wx_func;
31138                 #endif
31139
31140
31141   ;
31142   return 0;
31143 }
31144
31145 _ACEOF
31146 if ac_fn_c_try_link "$LINENO"; then :
31147   eval wx_cv_func_$wx_func=yes
31148 else
31149   eval wx_cv_func_$wx_func=no
31150 fi
31151 rm -f core conftest.err conftest.$ac_objext \
31152     conftest$ac_exeext conftest.$ac_ext
31153
31154 fi
31155 eval ac_res=\$wx_cv_func_$wx_func
31156                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31157 $as_echo "$ac_res" >&6; }
31158
31159     if eval test \$wx_cv_func_$wx_func = yes
31160     then
31161       cat >>confdefs.h <<_ACEOF
31162 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31163 _ACEOF
31164
31165
31166     else
31167       :
31168
31169     fi
31170   done
31171
31172 fi
31173
31174
31175   for wx_func in strtok_r
31176   do
31177     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31178 $as_echo_n "checking for $wx_func... " >&6; }
31179 if eval \${wx_cv_func_$wx_func+:} false; then :
31180   $as_echo_n "(cached) " >&6
31181 else
31182
31183         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31184 /* end confdefs.h.  */
31185
31186
31187                 #define _REENTRANT
31188                 $ac_includes_default
31189
31190 int
31191 main ()
31192 {
31193
31194                 #ifndef $wx_func
31195                   &$wx_func;
31196                 #endif
31197
31198
31199   ;
31200   return 0;
31201 }
31202
31203 _ACEOF
31204 if ac_fn_c_try_link "$LINENO"; then :
31205   eval wx_cv_func_$wx_func=yes
31206 else
31207   eval wx_cv_func_$wx_func=no
31208 fi
31209 rm -f core conftest.err conftest.$ac_objext \
31210     conftest$ac_exeext conftest.$ac_ext
31211
31212 fi
31213 eval ac_res=\$wx_cv_func_$wx_func
31214                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31215 $as_echo "$ac_res" >&6; }
31216
31217     if eval test \$wx_cv_func_$wx_func = yes
31218     then
31219       cat >>confdefs.h <<_ACEOF
31220 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31221 _ACEOF
31222
31223
31224     else
31225       :
31226
31227     fi
31228   done
31229
31230
31231 INET_LINK=
31232 for ac_func in inet_addr
31233 do :
31234   ac_fn_c_check_func "$LINENO" "inet_addr" "ac_cv_func_inet_addr"
31235 if test "x$ac_cv_func_inet_addr" = xyes; then :
31236   cat >>confdefs.h <<_ACEOF
31237 #define HAVE_INET_ADDR 1
31238 _ACEOF
31239  $as_echo "#define HAVE_INET_ADDR 1" >>confdefs.h
31240
31241 else
31242
31243         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lnsl" >&5
31244 $as_echo_n "checking for inet_addr in -lnsl... " >&6; }
31245 if ${ac_cv_lib_nsl_inet_addr+:} false; then :
31246   $as_echo_n "(cached) " >&6
31247 else
31248   ac_check_lib_save_LIBS=$LIBS
31249 LIBS="-lnsl  $LIBS"
31250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31251 /* end confdefs.h.  */
31252
31253 /* Override any GCC internal prototype to avoid an error.
31254    Use char because int might match the return type of a GCC
31255    builtin and then its argument prototype would still apply.  */
31256 #ifdef __cplusplus
31257 extern "C"
31258 #endif
31259 char inet_addr ();
31260 int
31261 main ()
31262 {
31263 return inet_addr ();
31264   ;
31265   return 0;
31266 }
31267 _ACEOF
31268 if ac_fn_c_try_link "$LINENO"; then :
31269   ac_cv_lib_nsl_inet_addr=yes
31270 else
31271   ac_cv_lib_nsl_inet_addr=no
31272 fi
31273 rm -f core conftest.err conftest.$ac_objext \
31274     conftest$ac_exeext conftest.$ac_ext
31275 LIBS=$ac_check_lib_save_LIBS
31276 fi
31277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_addr" >&5
31278 $as_echo "$ac_cv_lib_nsl_inet_addr" >&6; }
31279 if test "x$ac_cv_lib_nsl_inet_addr" = xyes; then :
31280   INET_LINK="nsl"
31281 else
31282
31283                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lresolv" >&5
31284 $as_echo_n "checking for inet_addr in -lresolv... " >&6; }
31285 if ${ac_cv_lib_resolv_inet_addr+:} false; then :
31286   $as_echo_n "(cached) " >&6
31287 else
31288   ac_check_lib_save_LIBS=$LIBS
31289 LIBS="-lresolv  $LIBS"
31290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31291 /* end confdefs.h.  */
31292
31293 /* Override any GCC internal prototype to avoid an error.
31294    Use char because int might match the return type of a GCC
31295    builtin and then its argument prototype would still apply.  */
31296 #ifdef __cplusplus
31297 extern "C"
31298 #endif
31299 char inet_addr ();
31300 int
31301 main ()
31302 {
31303 return inet_addr ();
31304   ;
31305   return 0;
31306 }
31307 _ACEOF
31308 if ac_fn_c_try_link "$LINENO"; then :
31309   ac_cv_lib_resolv_inet_addr=yes
31310 else
31311   ac_cv_lib_resolv_inet_addr=no
31312 fi
31313 rm -f core conftest.err conftest.$ac_objext \
31314     conftest$ac_exeext conftest.$ac_ext
31315 LIBS=$ac_check_lib_save_LIBS
31316 fi
31317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_inet_addr" >&5
31318 $as_echo "$ac_cv_lib_resolv_inet_addr" >&6; }
31319 if test "x$ac_cv_lib_resolv_inet_addr" = xyes; then :
31320   INET_LINK="resolv"
31321 else
31322
31323                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lsocket" >&5
31324 $as_echo_n "checking for inet_addr in -lsocket... " >&6; }
31325 if ${ac_cv_lib_socket_inet_addr+:} false; then :
31326   $as_echo_n "(cached) " >&6
31327 else
31328   ac_check_lib_save_LIBS=$LIBS
31329 LIBS="-lsocket  $LIBS"
31330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31331 /* end confdefs.h.  */
31332
31333 /* Override any GCC internal prototype to avoid an error.
31334    Use char because int might match the return type of a GCC
31335    builtin and then its argument prototype would still apply.  */
31336 #ifdef __cplusplus
31337 extern "C"
31338 #endif
31339 char inet_addr ();
31340 int
31341 main ()
31342 {
31343 return inet_addr ();
31344   ;
31345   return 0;
31346 }
31347 _ACEOF
31348 if ac_fn_c_try_link "$LINENO"; then :
31349   ac_cv_lib_socket_inet_addr=yes
31350 else
31351   ac_cv_lib_socket_inet_addr=no
31352 fi
31353 rm -f core conftest.err conftest.$ac_objext \
31354     conftest$ac_exeext conftest.$ac_ext
31355 LIBS=$ac_check_lib_save_LIBS
31356 fi
31357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_inet_addr" >&5
31358 $as_echo "$ac_cv_lib_socket_inet_addr" >&6; }
31359 if test "x$ac_cv_lib_socket_inet_addr" = xyes; then :
31360   INET_LINK="socket"
31361
31362 fi
31363
31364
31365
31366 fi
31367
31368
31369
31370 fi
31371
31372
31373
31374 fi
31375 done
31376
31377
31378 for ac_func in inet_aton
31379 do :
31380   ac_fn_c_check_func "$LINENO" "inet_aton" "ac_cv_func_inet_aton"
31381 if test "x$ac_cv_func_inet_aton" = xyes; then :
31382   cat >>confdefs.h <<_ACEOF
31383 #define HAVE_INET_ATON 1
31384 _ACEOF
31385  $as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
31386
31387 else
31388
31389                         as_ac_Lib=`$as_echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
31390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton in -l$INET_LINK" >&5
31391 $as_echo_n "checking for inet_aton in -l$INET_LINK... " >&6; }
31392 if eval \${$as_ac_Lib+:} false; then :
31393   $as_echo_n "(cached) " >&6
31394 else
31395   ac_check_lib_save_LIBS=$LIBS
31396 LIBS="-l$INET_LINK  $LIBS"
31397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31398 /* end confdefs.h.  */
31399
31400 /* Override any GCC internal prototype to avoid an error.
31401    Use char because int might match the return type of a GCC
31402    builtin and then its argument prototype would still apply.  */
31403 #ifdef __cplusplus
31404 extern "C"
31405 #endif
31406 char inet_aton ();
31407 int
31408 main ()
31409 {
31410 return inet_aton ();
31411   ;
31412   return 0;
31413 }
31414 _ACEOF
31415 if ac_fn_c_try_link "$LINENO"; then :
31416   eval "$as_ac_Lib=yes"
31417 else
31418   eval "$as_ac_Lib=no"
31419 fi
31420 rm -f core conftest.err conftest.$ac_objext \
31421     conftest$ac_exeext conftest.$ac_ext
31422 LIBS=$ac_check_lib_save_LIBS
31423 fi
31424 eval ac_res=\$$as_ac_Lib
31425                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31426 $as_echo "$ac_res" >&6; }
31427 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
31428   $as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
31429
31430 fi
31431
31432
31433 fi
31434 done
31435
31436
31437 if test "x$INET_LINK" != "x"; then
31438     $as_echo "#define HAVE_INET_ADDR 1" >>confdefs.h
31439
31440     INET_LINK=" -l$INET_LINK"
31441 fi
31442
31443
31444   for wx_func in fdopen
31445   do
31446     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31447 $as_echo_n "checking for $wx_func... " >&6; }
31448 if eval \${wx_cv_func_$wx_func+:} false; then :
31449   $as_echo_n "(cached) " >&6
31450 else
31451
31452         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31453 /* end confdefs.h.  */
31454
31455
31456
31457                 $ac_includes_default
31458
31459 int
31460 main ()
31461 {
31462
31463                 #ifndef $wx_func
31464                   &$wx_func;
31465                 #endif
31466
31467
31468   ;
31469   return 0;
31470 }
31471
31472 _ACEOF
31473 if ac_fn_c_try_link "$LINENO"; then :
31474   eval wx_cv_func_$wx_func=yes
31475 else
31476   eval wx_cv_func_$wx_func=no
31477 fi
31478 rm -f core conftest.err conftest.$ac_objext \
31479     conftest$ac_exeext conftest.$ac_ext
31480
31481 fi
31482 eval ac_res=\$wx_cv_func_$wx_func
31483                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31484 $as_echo "$ac_res" >&6; }
31485
31486     if eval test \$wx_cv_func_$wx_func = yes
31487     then
31488       cat >>confdefs.h <<_ACEOF
31489 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31490 _ACEOF
31491
31492
31493     else
31494       :
31495
31496     fi
31497   done
31498
31499
31500 if test "$wxUSE_TARSTREAM" = "yes"; then
31501
31502   for wx_func in sysconf
31503   do
31504     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31505 $as_echo_n "checking for $wx_func... " >&6; }
31506 if eval \${wx_cv_func_$wx_func+:} false; then :
31507   $as_echo_n "(cached) " >&6
31508 else
31509
31510         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31511 /* end confdefs.h.  */
31512
31513
31514
31515                 $ac_includes_default
31516
31517 int
31518 main ()
31519 {
31520
31521                 #ifndef $wx_func
31522                   &$wx_func;
31523                 #endif
31524
31525
31526   ;
31527   return 0;
31528 }
31529
31530 _ACEOF
31531 if ac_fn_c_try_link "$LINENO"; then :
31532   eval wx_cv_func_$wx_func=yes
31533 else
31534   eval wx_cv_func_$wx_func=no
31535 fi
31536 rm -f core conftest.err conftest.$ac_objext \
31537     conftest$ac_exeext conftest.$ac_ext
31538
31539 fi
31540 eval ac_res=\$wx_cv_func_$wx_func
31541                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31542 $as_echo "$ac_res" >&6; }
31543
31544     if eval test \$wx_cv_func_$wx_func = yes
31545     then
31546       cat >>confdefs.h <<_ACEOF
31547 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31548 _ACEOF
31549
31550
31551     else
31552       :
31553
31554     fi
31555   done
31556
31557
31558
31559   for wx_func in getpwuid_r
31560   do
31561     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31562 $as_echo_n "checking for $wx_func... " >&6; }
31563 if eval \${wx_cv_func_$wx_func+:} false; then :
31564   $as_echo_n "(cached) " >&6
31565 else
31566
31567         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31568 /* end confdefs.h.  */
31569
31570
31571
31572                     #define _REENTRANT
31573                     #include <pwd.h>
31574
31575                 $ac_includes_default
31576
31577 int
31578 main ()
31579 {
31580
31581                 #ifndef $wx_func
31582                   &$wx_func;
31583                 #endif
31584
31585                     struct passwd pw, *ppw;
31586                     char buf[1024];
31587                     getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
31588
31589
31590   ;
31591   return 0;
31592 }
31593
31594 _ACEOF
31595 if ac_fn_c_try_link "$LINENO"; then :
31596   eval wx_cv_func_$wx_func=yes
31597 else
31598   eval wx_cv_func_$wx_func=no
31599 fi
31600 rm -f core conftest.err conftest.$ac_objext \
31601     conftest$ac_exeext conftest.$ac_ext
31602
31603 fi
31604 eval ac_res=\$wx_cv_func_$wx_func
31605                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31606 $as_echo "$ac_res" >&6; }
31607
31608     if eval test \$wx_cv_func_$wx_func = yes
31609     then
31610       cat >>confdefs.h <<_ACEOF
31611 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31612 _ACEOF
31613
31614
31615     else
31616       :
31617
31618     fi
31619   done
31620
31621
31622
31623   for wx_func in getgrgid_r
31624   do
31625     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31626 $as_echo_n "checking for $wx_func... " >&6; }
31627 if eval \${wx_cv_func_$wx_func+:} false; then :
31628   $as_echo_n "(cached) " >&6
31629 else
31630
31631         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31632 /* end confdefs.h.  */
31633
31634
31635
31636                     #define _REENTRANT
31637                     #include <grp.h>
31638
31639                 $ac_includes_default
31640
31641 int
31642 main ()
31643 {
31644
31645                 #ifndef $wx_func
31646                   &$wx_func;
31647                 #endif
31648
31649                     struct group grp, *pgrp;
31650                     char buf[1024];
31651                     getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
31652
31653
31654   ;
31655   return 0;
31656 }
31657
31658 _ACEOF
31659 if ac_fn_c_try_link "$LINENO"; then :
31660   eval wx_cv_func_$wx_func=yes
31661 else
31662   eval wx_cv_func_$wx_func=no
31663 fi
31664 rm -f core conftest.err conftest.$ac_objext \
31665     conftest$ac_exeext conftest.$ac_ext
31666
31667 fi
31668 eval ac_res=\$wx_cv_func_$wx_func
31669                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31670 $as_echo "$ac_res" >&6; }
31671
31672     if eval test \$wx_cv_func_$wx_func = yes
31673     then
31674       cat >>confdefs.h <<_ACEOF
31675 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31676 _ACEOF
31677
31678
31679     else
31680       :
31681
31682     fi
31683   done
31684
31685 fi
31686
31687 fi
31688
31689
31690
31691 cat >confcache <<\_ACEOF
31692 # This file is a shell script that caches the results of configure
31693 # tests run on this system so they can be shared between configure
31694 # scripts and configure runs, see configure's option --config-cache.
31695 # It is not useful on other systems.  If it contains results you don't
31696 # want to keep, you may remove or edit it.
31697 #
31698 # config.status only pays attention to the cache file if you give it
31699 # the --recheck option to rerun configure.
31700 #
31701 # `ac_cv_env_foo' variables (set or unset) will be overridden when
31702 # loading this file, other *unset* `ac_cv_foo' will be assigned the
31703 # following values.
31704
31705 _ACEOF
31706
31707 # The following way of writing the cache mishandles newlines in values,
31708 # but we know of no workaround that is simple, portable, and efficient.
31709 # So, we kill variables containing newlines.
31710 # Ultrix sh set writes to stderr and can't be redirected directly,
31711 # and sets the high bit in the cache file unless we assign to the vars.
31712 (
31713   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
31714     eval ac_val=\$$ac_var
31715     case $ac_val in #(
31716     *${as_nl}*)
31717       case $ac_var in #(
31718       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
31719 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
31720       esac
31721       case $ac_var in #(
31722       _ | IFS | as_nl) ;; #(
31723       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
31724       *) { eval $ac_var=; unset $ac_var;} ;;
31725       esac ;;
31726     esac
31727   done
31728
31729   (set) 2>&1 |
31730     case $as_nl`(ac_space=' '; set) 2>&1` in #(
31731     *${as_nl}ac_space=\ *)
31732       # `set' does not quote correctly, so add quotes: double-quote
31733       # substitution turns \\\\ into \\, and sed turns \\ into \.
31734       sed -n \
31735         "s/'/'\\\\''/g;
31736           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
31737       ;; #(
31738     *)
31739       # `set' quotes correctly as required by POSIX, so do not add quotes.
31740       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
31741       ;;
31742     esac |
31743     sort
31744 ) |
31745   sed '
31746      /^ac_cv_env_/b end
31747      t clear
31748      :clear
31749      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
31750      t end
31751      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
31752      :end' >>confcache
31753 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
31754   if test -w "$cache_file"; then
31755     if test "x$cache_file" != "x/dev/null"; then
31756       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
31757 $as_echo "$as_me: updating cache $cache_file" >&6;}
31758       if test ! -f "$cache_file" || test -h "$cache_file"; then
31759         cat confcache >"$cache_file"
31760       else
31761         case $cache_file in #(
31762         */* | ?:*)
31763           mv -f confcache "$cache_file"$$ &&
31764           mv -f "$cache_file"$$ "$cache_file" ;; #(
31765         *)
31766           mv -f confcache "$cache_file" ;;
31767         esac
31768       fi
31769     fi
31770   else
31771     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
31772 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
31773   fi
31774 fi
31775 rm -f confcache
31776
31777
31778 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
31779
31780
31781     THREADS_LINK=
31782     THREADS_CFLAGS=
31783
31784     if test "$wxUSE_THREADS" = "yes" ; then
31785         if test "$USE_BEOS" = 1; then
31786             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: BeOS threads are not yet supported... disabled" >&5
31787 $as_echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
31788             wxUSE_THREADS="no"
31789         fi
31790     fi
31791
31792     if test "$wxUSE_THREADS" = "yes" ; then
31793
31794
31795                                 THREAD_OPTS="-pthread"
31796         if test "x$SUNCXX" = xyes; then
31797             THREAD_OPTS="-mt lthread $THREAD_OPTS"
31798         fi
31799
31800         case "${host}" in
31801           *-*-solaris2* | *-*-sunos4* )
31802                 if test "x$GCC" = "xyes"; then
31803                                         THREAD_OPTS="-pthreads $THREAD_OPTS"
31804                 fi
31805                 ;;
31806           *-*-freebsd*)
31807                                                 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
31808                 ;;
31809           *-*-darwin* | *-*-cygwin* )
31810                                                 THREAD_OPTS=""
31811                 ;;
31812           *-*-aix*)
31813                                 THREAD_OPTS="pthreads"
31814                 ;;
31815           *-hp-hpux* )
31816                 if test "x$GCC" = "xyes"; then
31817                                         $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
31818                         THREAD_OPTS=""
31819                 else
31820                                                             THREAD_OPTS="-mt"
31821                 fi
31822                 ;;
31823
31824           *-*-irix* )
31825                                                                 if test "x$GCC" = "xyes"; then
31826                     THREAD_OPTS=""
31827                 fi
31828                 ;;
31829
31830           *-*-qnx*)
31831                                                 THREAD_OPTS=""
31832                 ;;
31833
31834           *-*-*UnixWare*)
31835                                 if test "x$GCC" != "xyes"; then
31836                     THREAD_OPTS="-Ethread"
31837                 fi
31838                 ;;
31839         esac
31840
31841         case "${host}" in
31842             *-*-qnx*)
31843                                                                 THREAD_OPTS="none pthread"
31844                 ;;
31845
31846             *)
31847                                                                                 THREAD_OPTS="$THREAD_OPTS pthread none"
31848                 ;;
31849         esac
31850
31851                 THREADS_OK=no
31852         for flag in $THREAD_OPTS; do
31853             case $flag in
31854                 none)
31855                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5
31856 $as_echo_n "checking whether pthreads work without any flags... " >&6; }
31857                     ;;
31858
31859                 -*)
31860                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5
31861 $as_echo_n "checking whether pthreads work with $flag... " >&6; }
31862                     THREADS_CFLAGS="$flag"
31863                     ;;
31864
31865                 *)
31866                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5
31867 $as_echo_n "checking for the pthreads library -l$flag... " >&6; }
31868                     THREADS_LINK="-l$flag"
31869                     ;;
31870               esac
31871
31872               save_LIBS="$LIBS"
31873               save_CFLAGS="$CFLAGS"
31874               LIBS="$THREADS_LINK $LIBS"
31875               CFLAGS="$THREADS_CFLAGS $CFLAGS"
31876
31877               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31878 /* end confdefs.h.  */
31879 #include <pthread.h>
31880 int
31881 main ()
31882 {
31883 pthread_create(0,0,0,0);
31884   ;
31885   return 0;
31886 }
31887 _ACEOF
31888 if ac_fn_c_try_link "$LINENO"; then :
31889   THREADS_OK=yes
31890 fi
31891 rm -f core conftest.err conftest.$ac_objext \
31892     conftest$ac_exeext conftest.$ac_ext
31893
31894               LIBS="$save_LIBS"
31895               CFLAGS="$save_CFLAGS"
31896
31897               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THREADS_OK" >&5
31898 $as_echo "$THREADS_OK" >&6; }
31899               if test "x$THREADS_OK" = "xyes"; then
31900                       break;
31901               fi
31902
31903               THREADS_LINK=""
31904               THREADS_CFLAGS=""
31905       done
31906
31907       if test "x$THREADS_OK" != "xyes"; then
31908           wxUSE_THREADS=no
31909           { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No thread support on this system... disabled" >&5
31910 $as_echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
31911       else
31912                                                                                           LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
31913           WXCONFIG_LDFLAGS="$THREADS_CFLAGS $WXCONFIG_LDFLAGS"
31914           LIBS="$THREADS_LINK $LIBS"
31915
31916           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5
31917 $as_echo_n "checking if more special flags are required for pthreads... " >&6; }
31918           flag=no
31919           case "${host}" in
31920             *-aix*)
31921                                                                                                                 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
31922                 WXCONFIG_LDFLAGS="-L/usr/lib/threads $WXCONFIG_LDFLAGS"
31923                 flag="-D_THREAD_SAFE"
31924                 ;;
31925             *-freebsd*)
31926                 flag="-D_THREAD_SAFE"
31927                 ;;
31928             *-hp-hpux* )
31929                 flag="-D_REENTRANT"
31930                 if test "x$GCC" != "xyes"; then
31931                                         flag="$flag -D_RWSTD_MULTI_THREAD"
31932                 fi
31933                 ;;
31934             *solaris* | alpha*-osf*)
31935                 flag="-D_REENTRANT"
31936                 ;;
31937           esac
31938           { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5
31939 $as_echo "${flag}" >&6; }
31940           if test "x$flag" != xno; then
31941               THREADS_CFLAGS="$THREADS_CFLAGS $flag"
31942           fi
31943
31944                     WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
31945       fi
31946     fi
31947
31948         if test "$wxUSE_THREADS" = "yes" ; then
31949         for ac_func in pthread_setconcurrency
31950 do :
31951   ac_fn_c_check_func "$LINENO" "pthread_setconcurrency" "ac_cv_func_pthread_setconcurrency"
31952 if test "x$ac_cv_func_pthread_setconcurrency" = xyes; then :
31953   cat >>confdefs.h <<_ACEOF
31954 #define HAVE_PTHREAD_SETCONCURRENCY 1
31955 _ACEOF
31956  $as_echo "#define HAVE_PTHREAD_SET_CONCURRENCY 1" >>confdefs.h
31957
31958 else
31959
31960                 for ac_func in thr_setconcurrency
31961 do :
31962   ac_fn_c_check_func "$LINENO" "thr_setconcurrency" "ac_cv_func_thr_setconcurrency"
31963 if test "x$ac_cv_func_thr_setconcurrency" = xyes; then :
31964   cat >>confdefs.h <<_ACEOF
31965 #define HAVE_THR_SETCONCURRENCY 1
31966 _ACEOF
31967  $as_echo "#define HAVE_THR_SETCONCURRENCY 1" >>confdefs.h
31968
31969 else
31970   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Setting thread concurrency will not work properly" >&5
31971 $as_echo "$as_me: WARNING: Setting thread concurrency will not work properly" >&2;}
31972 fi
31973 done
31974
31975
31976 fi
31977 done
31978
31979
31980                   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_cleanup_push/pop" >&5
31981 $as_echo_n "checking for pthread_cleanup_push/pop... " >&6; }
31982 if ${wx_cv_func_pthread_cleanup+:} false; then :
31983   $as_echo_n "(cached) " >&6
31984 else
31985
31986                                 ac_ext=cpp
31987 ac_cpp='$CXXCPP $CPPFLAGS'
31988 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31989 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31990 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31991
31992         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31993 /* end confdefs.h.  */
31994 #include <pthread.h>
31995                void ThreadCleanupFunc(void *p);
31996
31997 int
31998 main ()
31999 {
32000
32001                 void *p;
32002                 pthread_cleanup_push(ThreadCleanupFunc, p);
32003                 pthread_cleanup_pop(0);
32004
32005   ;
32006   return 0;
32007 }
32008 _ACEOF
32009 if ac_fn_cxx_try_compile "$LINENO"; then :
32010
32011                wx_cv_func_pthread_cleanup=yes
32012
32013 else
32014
32015                wx_cv_func_pthread_cleanup=no
32016
32017
32018 fi
32019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32020         ac_ext=c
32021 ac_cpp='$CPP $CPPFLAGS'
32022 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32023 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32024 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32025
32026
32027 fi
32028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_pthread_cleanup" >&5
32029 $as_echo "$wx_cv_func_pthread_cleanup" >&6; }
32030       if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
32031         $as_echo "#define wxHAVE_PTHREAD_CLEANUP 1" >>confdefs.h
32032
32033       fi
32034
32035       for ac_header in sched.h
32036 do :
32037   ac_fn_c_check_header_compile "$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default
32038 "
32039 if test "x$ac_cv_header_sched_h" = xyes; then :
32040   cat >>confdefs.h <<_ACEOF
32041 #define HAVE_SCHED_H 1
32042 _ACEOF
32043
32044 fi
32045
32046 done
32047
32048       if test "$ac_cv_header_sched_h" = "yes"; then
32049           ac_fn_c_check_func "$LINENO" "sched_yield" "ac_cv_func_sched_yield"
32050 if test "x$ac_cv_func_sched_yield" = xyes; then :
32051   $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
32052
32053 else
32054
32055                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5
32056 $as_echo_n "checking for sched_yield in -lposix4... " >&6; }
32057 if ${ac_cv_lib_posix4_sched_yield+:} false; then :
32058   $as_echo_n "(cached) " >&6
32059 else
32060   ac_check_lib_save_LIBS=$LIBS
32061 LIBS="-lposix4  $LIBS"
32062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32063 /* end confdefs.h.  */
32064
32065 /* Override any GCC internal prototype to avoid an error.
32066    Use char because int might match the return type of a GCC
32067    builtin and then its argument prototype would still apply.  */
32068 #ifdef __cplusplus
32069 extern "C"
32070 #endif
32071 char sched_yield ();
32072 int
32073 main ()
32074 {
32075 return sched_yield ();
32076   ;
32077   return 0;
32078 }
32079 _ACEOF
32080 if ac_fn_c_try_link "$LINENO"; then :
32081   ac_cv_lib_posix4_sched_yield=yes
32082 else
32083   ac_cv_lib_posix4_sched_yield=no
32084 fi
32085 rm -f core conftest.err conftest.$ac_objext \
32086     conftest$ac_exeext conftest.$ac_ext
32087 LIBS=$ac_check_lib_save_LIBS
32088 fi
32089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5
32090 $as_echo "$ac_cv_lib_posix4_sched_yield" >&6; }
32091 if test "x$ac_cv_lib_posix4_sched_yield" = xyes; then :
32092   $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
32093  POSIX4_LINK=" -lposix4"
32094 else
32095   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxThread::Yield will not work properly" >&5
32096 $as_echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
32097
32098 fi
32099
32100
32101
32102 fi
32103
32104       fi
32105
32106                                           HAVE_PRIOR_FUNCS=0
32107       ac_fn_c_check_func "$LINENO" "pthread_attr_getschedpolicy" "ac_cv_func_pthread_attr_getschedpolicy"
32108 if test "x$ac_cv_func_pthread_attr_getschedpolicy" = xyes; then :
32109   ac_fn_c_check_func "$LINENO" "pthread_attr_setschedparam" "ac_cv_func_pthread_attr_setschedparam"
32110 if test "x$ac_cv_func_pthread_attr_setschedparam" = xyes; then :
32111   ac_fn_c_check_func "$LINENO" "sched_get_priority_max" "ac_cv_func_sched_get_priority_max"
32112 if test "x$ac_cv_func_sched_get_priority_max" = xyes; then :
32113   HAVE_PRIOR_FUNCS=1
32114 else
32115   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_get_priority_max in -lposix4" >&5
32116 $as_echo_n "checking for sched_get_priority_max in -lposix4... " >&6; }
32117 if ${ac_cv_lib_posix4_sched_get_priority_max+:} false; then :
32118   $as_echo_n "(cached) " >&6
32119 else
32120   ac_check_lib_save_LIBS=$LIBS
32121 LIBS="-lposix4  $LIBS"
32122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32123 /* end confdefs.h.  */
32124
32125 /* Override any GCC internal prototype to avoid an error.
32126    Use char because int might match the return type of a GCC
32127    builtin and then its argument prototype would still apply.  */
32128 #ifdef __cplusplus
32129 extern "C"
32130 #endif
32131 char sched_get_priority_max ();
32132 int
32133 main ()
32134 {
32135 return sched_get_priority_max ();
32136   ;
32137   return 0;
32138 }
32139 _ACEOF
32140 if ac_fn_c_try_link "$LINENO"; then :
32141   ac_cv_lib_posix4_sched_get_priority_max=yes
32142 else
32143   ac_cv_lib_posix4_sched_get_priority_max=no
32144 fi
32145 rm -f core conftest.err conftest.$ac_objext \
32146     conftest$ac_exeext conftest.$ac_ext
32147 LIBS=$ac_check_lib_save_LIBS
32148 fi
32149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
32150 $as_echo "$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
32151 if test "x$ac_cv_lib_posix4_sched_get_priority_max" = xyes; then :
32152
32153                                 HAVE_PRIOR_FUNCS=1
32154                                 POSIX4_LINK=" -lposix4"
32155
32156 fi
32157
32158
32159 fi
32160
32161
32162 fi
32163
32164
32165 fi
32166
32167
32168       if test "$HAVE_PRIOR_FUNCS" = 1; then
32169         $as_echo "#define HAVE_THREAD_PRIORITY_FUNCTIONS 1" >>confdefs.h
32170
32171       else
32172         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Setting thread priority will not work" >&5
32173 $as_echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
32174       fi
32175
32176       ac_fn_c_check_func "$LINENO" "pthread_cancel" "ac_cv_func_pthread_cancel"
32177 if test "x$ac_cv_func_pthread_cancel" = xyes; then :
32178   $as_echo "#define HAVE_PTHREAD_CANCEL 1" >>confdefs.h
32179
32180 else
32181   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxThread::Kill() will not work properly" >&5
32182 $as_echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
32183 fi
32184
32185
32186       ac_fn_c_check_func "$LINENO" "pthread_mutex_timedlock" "ac_cv_func_pthread_mutex_timedlock"
32187 if test "x$ac_cv_func_pthread_mutex_timedlock" = xyes; then :
32188   $as_echo "#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1" >>confdefs.h
32189
32190 else
32191   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMutex::LockTimeout() will not work" >&5
32192 $as_echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
32193 fi
32194
32195
32196       ac_fn_c_check_func "$LINENO" "pthread_attr_setstacksize" "ac_cv_func_pthread_attr_setstacksize"
32197 if test "x$ac_cv_func_pthread_attr_setstacksize" = xyes; then :
32198   $as_echo "#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1" >>confdefs.h
32199
32200 fi
32201
32202
32203
32204       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_t" >&5
32205 $as_echo_n "checking for pthread_mutexattr_t... " >&6; }
32206 if ${wx_cv_type_pthread_mutexattr_t+:} false; then :
32207   $as_echo_n "(cached) " >&6
32208 else
32209
32210         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32211 /* end confdefs.h.  */
32212 #include <pthread.h>
32213 int
32214 main ()
32215 {
32216
32217                pthread_mutexattr_t attr;
32218                pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32219
32220   ;
32221   return 0;
32222 }
32223 _ACEOF
32224 if ac_fn_c_try_compile "$LINENO"; then :
32225   wx_cv_type_pthread_mutexattr_t=yes
32226 else
32227   wx_cv_type_pthread_mutexattr_t=no
32228
32229 fi
32230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32231
32232 fi
32233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_pthread_mutexattr_t" >&5
32234 $as_echo "$wx_cv_type_pthread_mutexattr_t" >&6; }
32235
32236       if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
32237         $as_echo "#define HAVE_PTHREAD_MUTEXATTR_T 1" >>confdefs.h
32238
32239
32240                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_settype declaration" >&5
32241 $as_echo_n "checking for pthread_mutexattr_settype declaration... " >&6; }
32242 if ${wx_cv_func_pthread_mutexattr_settype_decl+:} false; then :
32243   $as_echo_n "(cached) " >&6
32244 else
32245
32246                        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32247 /* end confdefs.h.  */
32248 #include <pthread.h>
32249 int
32250 main ()
32251 {
32252
32253                                pthread_mutexattr_t attr;
32254                                pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32255
32256   ;
32257   return 0;
32258 }
32259 _ACEOF
32260 if ac_fn_c_try_compile "$LINENO"; then :
32261   wx_cv_func_pthread_mutexattr_settype_decl=yes
32262 else
32263   wx_cv_func_pthread_mutexattr_settype_decl=no
32264
32265 fi
32266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32267
32268 fi
32269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
32270 $as_echo "$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
32271         if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
32272             $as_echo "#define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1" >>confdefs.h
32273
32274         fi
32275       else
32276                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
32277 $as_echo_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... " >&6; }
32278 if ${wx_cv_type_pthread_rec_mutex_init+:} false; then :
32279   $as_echo_n "(cached) " >&6
32280 else
32281
32282             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32283 /* end confdefs.h.  */
32284 #include <pthread.h>
32285 int
32286 main ()
32287 {
32288
32289                     pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
32290
32291   ;
32292   return 0;
32293 }
32294 _ACEOF
32295 if ac_fn_c_try_compile "$LINENO"; then :
32296
32297                     wx_cv_type_pthread_rec_mutex_init=yes
32298
32299 else
32300
32301                     wx_cv_type_pthread_rec_mutex_init=no
32302
32303
32304 fi
32305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32306
32307 fi
32308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_pthread_rec_mutex_init" >&5
32309 $as_echo "$wx_cv_type_pthread_rec_mutex_init" >&6; }
32310         if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
32311           $as_echo "#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1" >>confdefs.h
32312
32313         else
32314                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMutex won't be recursive on this platform" >&5
32315 $as_echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
32316         fi
32317       fi
32318
32319       if test "$wxUSE_COMPILER_TLS" = "auto"; then
32320           if test "$USE_NETBSD" = 1; then
32321               { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
32322 $as_echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
32323               wxUSE_COMPILER_TLS=no
32324           else
32325               wxUSE_COMPILER_TLS=yes
32326           fi
32327       fi
32328
32329       if test "$wxUSE_COMPILER_TLS" = "yes"; then
32330                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __thread keyword" >&5
32331 $as_echo_n "checking for __thread keyword... " >&6; }
32332 if ${wx_cv_cc___thread+:} false; then :
32333   $as_echo_n "(cached) " >&6
32334 else
32335
32336                   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32337 /* end confdefs.h.  */
32338 #include <pthread.h>
32339 int
32340 main ()
32341 {
32342
32343                           static __thread int n = 0;
32344                           static __thread int *p = 0;
32345
32346   ;
32347   return 0;
32348 }
32349 _ACEOF
32350 if ac_fn_c_try_compile "$LINENO"; then :
32351   wx_cv_cc___thread=yes
32352 else
32353   wx_cv_cc___thread=no
32354
32355 fi
32356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32357
32358
32359 fi
32360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc___thread" >&5
32361 $as_echo "$wx_cv_cc___thread" >&6; }
32362
32363           if test "$wx_cv_cc___thread" = "yes"; then
32364
32365   GXX_VERSION=""
32366
32367
32368
32369   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -dumpversion option" >&5
32370 $as_echo_n "checking if gcc accepts -dumpversion option... " >&6; }
32371
32372   if  test "x$GCC" = "xyes" ; then :
32373
32374     if  test -z "" ; then :
32375
32376       ax_gcc_option_test="int main()
32377 {
32378         return 0;
32379 }"
32380
32381 else
32382
32383       ax_gcc_option_test=""
32384
32385 fi
32386
32387     # Dump the test program to file
32388     cat <<EOF > conftest.c
32389 $ax_gcc_option_test
32390 EOF
32391
32392     # Dump back the file to the log, useful for debugging purposes
32393     { ac_try='cat conftest.c 1>&5'
32394   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32395   (eval $ac_try) 2>&5
32396   ac_status=$?
32397   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32398   test $ac_status = 0; }; }
32399
32400     if  { ac_try='$CC  -dumpversion -c conftest.c 1>&5'
32401   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32402   (eval $ac_try) 2>&5
32403   ac_status=$?
32404   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32405   test $ac_status = 0; }; } ; then :
32406
32407                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32408 $as_echo "yes" >&6; }
32409
32410     ax_gcc_version_option=yes
32411
32412
32413 else
32414
32415                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32416 $as_echo "no" >&6; }
32417
32418     ax_gcc_version_option=no
32419
32420
32421 fi
32422
32423 else
32424
32425     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no gcc available" >&5
32426 $as_echo "no gcc available" >&6; }
32427
32428 fi
32429
32430   if test "x$GXX" = "xyes"; then :
32431
32432     if test "x$ax_gxx_version_option" != "no"; then :
32433
32434       { $as_echo "$as_me:${as_lineno-$LINENO}: checking gxx version" >&5
32435 $as_echo_n "checking gxx version... " >&6; }
32436 if ${ax_cv_gxx_version+:} false; then :
32437   $as_echo_n "(cached) " >&6
32438 else
32439
32440         ax_cv_gxx_version="`$CXX -dumpversion`"
32441         if test "x$ax_cv_gxx_version" = "x"; then :
32442
32443           ax_cv_gxx_version=""
32444
32445 fi
32446
32447 fi
32448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gxx_version" >&5
32449 $as_echo "$ax_cv_gxx_version" >&6; }
32450       GXX_VERSION=$ax_cv_gxx_version
32451
32452 fi
32453
32454 fi
32455
32456
32457               if test -n "$ax_cv_gxx_version"; then
32458                                                                                                                                                                   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __thread support in g++ is usable" >&5
32459 $as_echo_n "checking whether __thread support in g++ is usable... " >&6; }
32460                   case "$ax_cv_gxx_version" in
32461                     1.* | 2.* | 3.* )
32462                         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, it's broken" >&5
32463 $as_echo "no, it's broken" >&6; }
32464                         wx_cv_cc___thread=no
32465                         ;;
32466                     *)
32467                         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, it works" >&5
32468 $as_echo "yes, it works" >&6; }
32469                         ;;
32470                   esac
32471               fi
32472           fi
32473
32474           if test "$wx_cv_cc___thread" = "yes"; then
32475             $as_echo "#define HAVE___THREAD_KEYWORD 1" >>confdefs.h
32476
32477           fi
32478         fi
32479
32480         if test "$ac_cv_header_cxxabi_h" = "yes"; then
32481             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for abi::__forced_unwind() in <cxxabi.h>" >&5
32482 $as_echo_n "checking for abi::__forced_unwind() in <cxxabi.h>... " >&6; }
32483 if ${wx_cv_type_abi_forced_unwind+:} false; then :
32484   $as_echo_n "(cached) " >&6
32485 else
32486
32487                     ac_ext=cpp
32488 ac_cpp='$CXXCPP $CPPFLAGS'
32489 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32490 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32491 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32492
32493                     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32494 /* end confdefs.h.  */
32495 #include <cxxabi.h>
32496 int
32497 main ()
32498 {
32499
32500                             void foo(abi::__forced_unwind&);
32501
32502   ;
32503   return 0;
32504 }
32505 _ACEOF
32506 if ac_fn_cxx_try_compile "$LINENO"; then :
32507   wx_cv_type_abi_forced_unwind=yes
32508 else
32509   wx_cv_type_abi_forced_unwind=no
32510
32511 fi
32512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32513                     ac_ext=c
32514 ac_cpp='$CPP $CPPFLAGS'
32515 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32516 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32517 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32518
32519
32520
32521 fi
32522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_abi_forced_unwind" >&5
32523 $as_echo "$wx_cv_type_abi_forced_unwind" >&6; }
32524         else
32525             wx_cv_type_abi_forced_unwind=no
32526         fi
32527
32528         if test "$wx_cv_type_abi_forced_unwind" = "yes"; then
32529             $as_echo "#define HAVE_ABI_FORCEDUNWIND 1" >>confdefs.h
32530
32531         fi
32532     fi
32533
32534 else
32535     if test "$wxUSE_THREADS" = "yes" ; then
32536       case "${host}" in
32537         x86_64-*-mingw32* )
32538         ;;
32539         *-*-mingw32* )
32540                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports -mthreads" >&5
32541 $as_echo_n "checking if compiler supports -mthreads... " >&6; }
32542 if ${wx_cv_cflags_mthread+:} false; then :
32543   $as_echo_n "(cached) " >&6
32544 else
32545
32546                     CFLAGS_OLD="$CFLAGS"
32547                     CFLAGS="-mthreads $CFLAGS"
32548                     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32549 /* end confdefs.h.  */
32550
32551 int
32552 main ()
32553 {
32554
32555   ;
32556   return 0;
32557 }
32558 _ACEOF
32559 if ac_fn_c_try_compile "$LINENO"; then :
32560   wx_cv_cflags_mthread=yes
32561 else
32562   wx_cv_cflags_mthread=no
32563
32564 fi
32565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32566
32567
32568 fi
32569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cflags_mthread" >&5
32570 $as_echo "$wx_cv_cflags_mthread" >&6; }
32571
32572             if test "$wx_cv_cflags_mthread" = "yes"; then
32573                                 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
32574                 LDFLAGS="$LDFLAGS -mthreads"
32575             else
32576                                 CFLAGS="$CFLAGS_OLD"
32577             fi
32578         ;;
32579         *-pc-os2*emx )
32580             WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
32581             LDFLAGS="$LDFLAGS -Zmt"
32582         ;;
32583       esac
32584     fi
32585 fi
32586
32587 ac_fn_c_check_func "$LINENO" "localtime_r" "ac_cv_func_localtime_r"
32588 if test "x$ac_cv_func_localtime_r" = xyes; then :
32589    $as_echo "#define HAVE_LOCALTIME_R 1" >>confdefs.h
32590
32591 fi
32592
32593 ac_fn_c_check_func "$LINENO" "gmtime_r" "ac_cv_func_gmtime_r"
32594 if test "x$ac_cv_func_gmtime_r" = xyes; then :
32595    $as_echo "#define HAVE_GMTIME_R 1" >>confdefs.h
32596
32597 fi
32598
32599
32600
32601
32602     ac_ext=c
32603 ac_cpp='$CPP $CPPFLAGS'
32604 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32605 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32606 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32607
32608     { $as_echo "$as_me:${as_lineno-$LINENO}: checking how many arguments gethostbyname_r() takes" >&5
32609 $as_echo_n "checking how many arguments gethostbyname_r() takes... " >&6; }
32610
32611     if ${ac_cv_func_which_gethostbyname_r+:} false; then :
32612   $as_echo_n "(cached) " >&6
32613 else
32614
32615
32616 ################################################################
32617
32618 ac_cv_func_which_gethostbyname_r=unknown
32619
32620 #
32621 # ONE ARGUMENT (sanity check)
32622 #
32623
32624 # This should fail, as there is no variant of gethostbyname_r() that takes
32625 # a single argument. If it actually compiles, then we can assume that
32626 # netdb.h is not declaring the function, and the compiler is thereby
32627 # assuming an implicit prototype. In which case, we're out of luck.
32628 #
32629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32630 /* end confdefs.h.  */
32631 #include <netdb.h>
32632 int
32633 main ()
32634 {
32635
32636             char *name = "www.gnu.org";
32637             (void)gethostbyname_r(name) /* ; */
32638
32639
32640   ;
32641   return 0;
32642 }
32643 _ACEOF
32644 if ac_fn_c_try_compile "$LINENO"; then :
32645   ac_cv_func_which_gethostbyname_r=no
32646
32647 fi
32648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32649
32650 #
32651 # SIX ARGUMENTS
32652 # (e.g. Linux)
32653 #
32654
32655 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32656
32657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32658 /* end confdefs.h.  */
32659 #include <netdb.h>
32660 int
32661 main ()
32662 {
32663
32664             char *name = "www.gnu.org";
32665             struct hostent ret, *retp;
32666             char buf[1024];
32667             int buflen = 1024;
32668             int my_h_errno;
32669             (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
32670
32671
32672   ;
32673   return 0;
32674 }
32675 _ACEOF
32676 if ac_fn_c_try_compile "$LINENO"; then :
32677   ac_cv_func_which_gethostbyname_r=six
32678
32679 fi
32680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32681
32682 fi
32683
32684 #
32685 # FIVE ARGUMENTS
32686 # (e.g. Solaris)
32687 #
32688
32689 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32690
32691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32692 /* end confdefs.h.  */
32693 #include <netdb.h>
32694 int
32695 main ()
32696 {
32697
32698             char *name = "www.gnu.org";
32699             struct hostent ret;
32700             char buf[1024];
32701             int buflen = 1024;
32702             int my_h_errno;
32703             (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
32704
32705
32706   ;
32707   return 0;
32708 }
32709 _ACEOF
32710 if ac_fn_c_try_compile "$LINENO"; then :
32711   ac_cv_func_which_gethostbyname_r=five
32712
32713 fi
32714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32715
32716 fi
32717
32718 #
32719 # THREE ARGUMENTS
32720 # (e.g. AIX, HP-UX, Tru64)
32721 #
32722
32723 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32724
32725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32726 /* end confdefs.h.  */
32727 #include <netdb.h>
32728 int
32729 main ()
32730 {
32731
32732             char *name = "www.gnu.org";
32733             struct hostent ret;
32734             struct hostent_data data;
32735             (void)gethostbyname_r(name, &ret, &data) /* ; */
32736
32737
32738   ;
32739   return 0;
32740 }
32741 _ACEOF
32742 if ac_fn_c_try_compile "$LINENO"; then :
32743   ac_cv_func_which_gethostbyname_r=three
32744
32745 fi
32746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32747
32748 fi
32749
32750 ################################################################
32751
32752
32753 fi
32754
32755 case "$ac_cv_func_which_gethostbyname_r" in
32756     three)
32757     { $as_echo "$as_me:${as_lineno-$LINENO}: result: three" >&5
32758 $as_echo "three" >&6; }
32759     $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_3 1" >>confdefs.h
32760
32761     ;;
32762
32763     five)
32764     { $as_echo "$as_me:${as_lineno-$LINENO}: result: five" >&5
32765 $as_echo "five" >&6; }
32766     $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_5 1" >>confdefs.h
32767
32768     ;;
32769
32770     six)
32771     { $as_echo "$as_me:${as_lineno-$LINENO}: result: six" >&5
32772 $as_echo "six" >&6; }
32773     $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_6 1" >>confdefs.h
32774
32775     ;;
32776
32777     no)
32778     { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find function declaration in netdb.h" >&5
32779 $as_echo "cannot find function declaration in netdb.h" >&6; }
32780     ;;
32781
32782     unknown)
32783     { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't tell" >&5
32784 $as_echo "can't tell" >&6; }
32785     ;;
32786
32787     *)
32788     as_fn_error $? "internal error" "$LINENO" 5
32789     ;;
32790 esac
32791
32792 ac_ext=c
32793 ac_cpp='$CPP $CPPFLAGS'
32794 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32795 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32796 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32797
32798
32799
32800       if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
32801               "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
32802           ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
32803 if test "x$ac_cv_func_gethostbyname" = xyes; then :
32804    $as_echo "#define HAVE_GETHOSTBYNAME 1" >>confdefs.h
32805
32806 fi
32807
32808       fi
32809
32810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how many arguments getservbyname_r() takes" >&5
32811 $as_echo_n "checking how many arguments getservbyname_r() takes... " >&6; }
32812 if ${ac_cv_func_which_getservbyname_r+:} false; then :
32813   $as_echo_n "(cached) " >&6
32814 else
32815
32816                 ac_ext=cpp
32817 ac_cpp='$CXXCPP $CPPFLAGS'
32818 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32819 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32820 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32821
32822
32823         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32824 /* end confdefs.h.  */
32825 #include <netdb.h>
32826 int
32827 main ()
32828 {
32829
32830                 char *name;
32831                 char *proto;
32832                 struct servent *se, *res;
32833                 char buffer[2048];
32834                 int buflen = 2048;
32835                 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
32836
32837   ;
32838   return 0;
32839 }
32840 _ACEOF
32841 if ac_fn_cxx_try_compile "$LINENO"; then :
32842   ac_cv_func_which_getservbyname_r=six
32843 else
32844
32845                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32846 /* end confdefs.h.  */
32847 #include <netdb.h>
32848 int
32849 main ()
32850 {
32851
32852                         char *name;
32853                         char *proto;
32854                         struct servent *se;
32855                         char buffer[2048];
32856                         int buflen = 2048;
32857                         (void) getservbyname_r(name, proto, se, buffer, buflen)
32858
32859   ;
32860   return 0;
32861 }
32862 _ACEOF
32863 if ac_fn_cxx_try_compile "$LINENO"; then :
32864   ac_cv_func_which_getservbyname_r=five
32865 else
32866
32867                         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32868 /* end confdefs.h.  */
32869 #include <netdb.h>
32870 int
32871 main ()
32872 {
32873
32874                                 char *name;
32875                                 char *proto;
32876                                 struct servent *se;
32877                                 struct servent_data data;
32878                                 (void) getservbyname_r(name, proto, se, &data);
32879
32880   ;
32881   return 0;
32882 }
32883 _ACEOF
32884 if ac_fn_cxx_try_compile "$LINENO"; then :
32885   ac_cv_func_which_getservbyname_r=four
32886 else
32887   ac_cv_func_which_getservbyname_r=no
32888
32889 fi
32890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32891
32892
32893 fi
32894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32895
32896
32897 fi
32898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32899         ac_ext=c
32900 ac_cpp='$CPP $CPPFLAGS'
32901 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32902 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32903 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32904
32905
32906
32907 fi
32908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_which_getservbyname_r" >&5
32909 $as_echo "$ac_cv_func_which_getservbyname_r" >&6; }
32910
32911 if test $ac_cv_func_which_getservbyname_r = six; then
32912   $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_6 1" >>confdefs.h
32913
32914 elif test $ac_cv_func_which_getservbyname_r = five; then
32915   $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_5 1" >>confdefs.h
32916
32917 elif test $ac_cv_func_which_getservbyname_r = four; then
32918   $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_4 1" >>confdefs.h
32919
32920 fi
32921
32922
32923       if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
32924               "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
32925           for ac_func in getservbyname
32926 do :
32927   ac_fn_c_check_func "$LINENO" "getservbyname" "ac_cv_func_getservbyname"
32928 if test "x$ac_cv_func_getservbyname" = xyes; then :
32929   cat >>confdefs.h <<_ACEOF
32930 #define HAVE_GETSERVBYNAME 1
32931 _ACEOF
32932   $as_echo "#define HAVE_GETSERVBYNAME 1" >>confdefs.h
32933
32934 fi
32935 done
32936
32937       fi
32938
32939 $as_echo "#define wxUSE_COMPILER_TLS 1" >>confdefs.h
32940
32941
32942 if test "$wxUSE_THREADS" = "yes"; then
32943   $as_echo "#define wxUSE_THREADS 1" >>confdefs.h
32944
32945
32946   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
32947 else
32948       if test "$wx_cv_func_strtok_r" = "yes"; then
32949     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -D_REENTRANT is needed" >&5
32950 $as_echo_n "checking if -D_REENTRANT is needed... " >&6; }
32951     if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
32952         WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
32953         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32954 $as_echo "yes" >&6; }
32955     else
32956         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32957 $as_echo "no" >&6; }
32958     fi
32959   fi
32960 fi
32961
32962 if test "$WXGTK3" = 1 ; then
32963     cat >>confdefs.h <<_ACEOF
32964 #define __WXGTK3__ 1
32965 _ACEOF
32966
32967     WXGTK2=1
32968 fi
32969 if test "$WXGTK2" = 1 ; then
32970   cat >>confdefs.h <<_ACEOF
32971 #define __WXGTK20__ $WXGTK2
32972 _ACEOF
32973
32974 fi
32975
32976 if test "$WXGTK127" = 1 ; then
32977   cat >>confdefs.h <<_ACEOF
32978 #define __WXGTK127__ $WXGTK127
32979 _ACEOF
32980
32981 fi
32982
32983 if test "$WXGPE" = 1 ; then
32984   cat >>confdefs.h <<_ACEOF
32985 #define __WXGPE__ $WXGPE
32986 _ACEOF
32987
32988 fi
32989
32990 DEBUG_CFLAGS=
32991 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
32992                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
32993 $as_echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
32994 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
32995     DEBUG_CFLAGS="-g"
32996 fi
32997
32998 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
32999     wxUSE_DEBUG_INFO=yes
33000     if test "$GCC" = yes; then
33001         DEBUG_CFLAGS="-ggdb"
33002     fi
33003 fi
33004
33005 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
33006     WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=0"
33007
33008     if test "$wxUSE_GTK" = 1 ; then
33009         if test "$WXGTK2" = 1 ; then
33010             CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS"
33011         else
33012             CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
33013         fi
33014     fi
33015 fi
33016
33017 if test "$wxUSE_MEM_TRACING" = "yes" ; then
33018     $as_echo "#define wxUSE_MEMORY_TRACING 1" >>confdefs.h
33019
33020     $as_echo "#define wxUSE_GLOBAL_MEMORY_OPERATORS 1" >>confdefs.h
33021
33022     $as_echo "#define wxUSE_DEBUG_NEW_ALWAYS 1" >>confdefs.h
33023
33024     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
33025 fi
33026
33027 if test "$wxUSE_DMALLOC" = "yes" ; then
33028     DMALLOC_LIBS="-ldmallocthcxx"
33029 fi
33030
33031 PROFILE_FLAGS=
33032 if test "$wxUSE_PROFILE" = "yes" ; then
33033     PROFILE_FLAGS=" -pg"
33034 fi
33035
33036 if test "$GCC" = "yes" ; then
33037     if test "$wxUSE_NO_RTTI" = "yes" ; then
33038                                 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -DwxNO_RTTI -fno-rtti"
33039     fi
33040     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
33041         WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
33042     fi
33043     if test "$wxUSE_PERMISSIVE" = "yes" ; then
33044         WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
33045     fi
33046
33047                                                 case "${host}" in
33048       powerpc*-*-aix* )
33049         WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
33050         ;;
33051       *-hppa* )
33052         WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
33053         ;;
33054     esac
33055 fi
33056
33057 OPTIMISE_CFLAGS=
33058 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
33059                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
33060 $as_echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
33061 else
33062     if test "$wxUSE_OPTIMISE" = "no" ; then
33063         if test "$GCC" = yes ; then
33064                                     OPTIMISE_CFLAGS="-O0"
33065         fi
33066     else
33067         if test "$GCC" = yes ; then
33068             case "${host}" in
33069                 *-pc-os2_emx | *-pc-os2-emx )
33070                                                             OPTIMISE_CFLAGS="-O2"
33071                 ;;
33072                 *)
33073                                                                                 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
33074                 ;;
33075             esac
33076         else
33077             OPTIMISE_CFLAGS="-O"
33078         fi
33079     fi
33080 fi
33081
33082
33083 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
33084     $as_echo "#define WXWIN_COMPATIBILITY_2_6 1" >>confdefs.h
33085
33086
33087     WXWIN_COMPATIBILITY_2_8="yes"
33088 fi
33089
33090 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
33091     $as_echo "#define WXWIN_COMPATIBILITY_2_8 1" >>confdefs.h
33092
33093 fi
33094
33095
33096 if test "$wxUSE_GUI" = "yes"; then
33097     $as_echo "#define wxUSE_GUI 1" >>confdefs.h
33098
33099
33100                                             fi
33101
33102
33103 if test "$wxUSE_UNIX" = "yes"; then
33104   $as_echo "#define wxUSE_UNIX 1" >>confdefs.h
33105
33106 fi
33107
33108
33109 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
33110
33111     HAVE_DL_FUNCS=0
33112     HAVE_SHL_FUNCS=0
33113     if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33114         if test "$USE_DOS" = 1; then
33115             HAVE_DL_FUNCS=0
33116         else
33117                                                 for ac_func in dlopen
33118 do :
33119   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
33120 if test "x$ac_cv_func_dlopen" = xyes; then :
33121   cat >>confdefs.h <<_ACEOF
33122 #define HAVE_DLOPEN 1
33123 _ACEOF
33124
33125                 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
33126
33127                 HAVE_DL_FUNCS=1
33128
33129 else
33130
33131                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
33132 $as_echo_n "checking for dlopen in -ldl... " >&6; }
33133 if ${ac_cv_lib_dl_dlopen+:} false; then :
33134   $as_echo_n "(cached) " >&6
33135 else
33136   ac_check_lib_save_LIBS=$LIBS
33137 LIBS="-ldl  $LIBS"
33138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33139 /* end confdefs.h.  */
33140
33141 /* Override any GCC internal prototype to avoid an error.
33142    Use char because int might match the return type of a GCC
33143    builtin and then its argument prototype would still apply.  */
33144 #ifdef __cplusplus
33145 extern "C"
33146 #endif
33147 char dlopen ();
33148 int
33149 main ()
33150 {
33151 return dlopen ();
33152   ;
33153   return 0;
33154 }
33155 _ACEOF
33156 if ac_fn_c_try_link "$LINENO"; then :
33157   ac_cv_lib_dl_dlopen=yes
33158 else
33159   ac_cv_lib_dl_dlopen=no
33160 fi
33161 rm -f core conftest.err conftest.$ac_objext \
33162     conftest$ac_exeext conftest.$ac_ext
33163 LIBS=$ac_check_lib_save_LIBS
33164 fi
33165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
33166 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
33167 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
33168
33169                                 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
33170
33171                                 HAVE_DL_FUNCS=1
33172                                 DL_LINK=" -ldl$DL_LINK"
33173
33174 else
33175
33176                                 for ac_func in shl_load
33177 do :
33178   ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
33179 if test "x$ac_cv_func_shl_load" = xyes; then :
33180   cat >>confdefs.h <<_ACEOF
33181 #define HAVE_SHL_LOAD 1
33182 _ACEOF
33183
33184                                                 $as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
33185
33186                                                 HAVE_SHL_FUNCS=1
33187
33188 else
33189
33190                                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld in -lshl_load" >&5
33191 $as_echo_n "checking for dld in -lshl_load... " >&6; }
33192 if ${ac_cv_lib_shl_load_dld+:} false; then :
33193   $as_echo_n "(cached) " >&6
33194 else
33195   ac_check_lib_save_LIBS=$LIBS
33196 LIBS="-lshl_load  $LIBS"
33197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33198 /* end confdefs.h.  */
33199
33200 /* Override any GCC internal prototype to avoid an error.
33201    Use char because int might match the return type of a GCC
33202    builtin and then its argument prototype would still apply.  */
33203 #ifdef __cplusplus
33204 extern "C"
33205 #endif
33206 char dld ();
33207 int
33208 main ()
33209 {
33210 return dld ();
33211   ;
33212   return 0;
33213 }
33214 _ACEOF
33215 if ac_fn_c_try_link "$LINENO"; then :
33216   ac_cv_lib_shl_load_dld=yes
33217 else
33218   ac_cv_lib_shl_load_dld=no
33219 fi
33220 rm -f core conftest.err conftest.$ac_objext \
33221     conftest$ac_exeext conftest.$ac_ext
33222 LIBS=$ac_check_lib_save_LIBS
33223 fi
33224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_shl_load_dld" >&5
33225 $as_echo "$ac_cv_lib_shl_load_dld" >&6; }
33226 if test "x$ac_cv_lib_shl_load_dld" = xyes; then :
33227
33228                                                                 HAVE_SHL_FUNCS=1
33229                                                                 DL_LINK=" -ldld$DL_LINK"
33230
33231 fi
33232
33233
33234 fi
33235 done
33236
33237
33238 fi
33239
33240
33241 fi
33242 done
33243
33244
33245                         if test "$HAVE_DL_FUNCS" = 1; then
33246                 for ac_func in dlerror
33247 do :
33248   ac_fn_c_check_func "$LINENO" "dlerror" "ac_cv_func_dlerror"
33249 if test "x$ac_cv_func_dlerror" = xyes; then :
33250   cat >>confdefs.h <<_ACEOF
33251 #define HAVE_DLERROR 1
33252 _ACEOF
33253  $as_echo "#define HAVE_DLERROR 1" >>confdefs.h
33254
33255 else
33256
33257                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlerror in -ldl" >&5
33258 $as_echo_n "checking for dlerror in -ldl... " >&6; }
33259 if ${ac_cv_lib_dl_dlerror+:} false; then :
33260   $as_echo_n "(cached) " >&6
33261 else
33262   ac_check_lib_save_LIBS=$LIBS
33263 LIBS="-ldl  $LIBS"
33264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33265 /* end confdefs.h.  */
33266
33267 /* Override any GCC internal prototype to avoid an error.
33268    Use char because int might match the return type of a GCC
33269    builtin and then its argument prototype would still apply.  */
33270 #ifdef __cplusplus
33271 extern "C"
33272 #endif
33273 char dlerror ();
33274 int
33275 main ()
33276 {
33277 return dlerror ();
33278   ;
33279   return 0;
33280 }
33281 _ACEOF
33282 if ac_fn_c_try_link "$LINENO"; then :
33283   ac_cv_lib_dl_dlerror=yes
33284 else
33285   ac_cv_lib_dl_dlerror=no
33286 fi
33287 rm -f core conftest.err conftest.$ac_objext \
33288     conftest$ac_exeext conftest.$ac_ext
33289 LIBS=$ac_check_lib_save_LIBS
33290 fi
33291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlerror" >&5
33292 $as_echo "$ac_cv_lib_dl_dlerror" >&6; }
33293 if test "x$ac_cv_lib_dl_dlerror" = xyes; then :
33294   $as_echo "#define HAVE_DLERROR 1" >>confdefs.h
33295
33296 fi
33297
33298
33299
33300 fi
33301 done
33302
33303             fi
33304         fi
33305
33306                 if test "$USE_DARWIN" = 1; then
33307                         HAVE_DL_FUNCS=1
33308         fi
33309
33310         if test "$HAVE_DL_FUNCS" = 0; then
33311             if test "$HAVE_SHL_FUNCS" = 0; then
33312               if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
33313                   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Missing dynamic loading support, several features will be disabled" >&5
33314 $as_echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
33315                   wxUSE_DYNAMIC_LOADER=no
33316                   wxUSE_DYNLIB_CLASS=no
33317               else
33318                   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming wxLibrary class works on this platform" >&5
33319 $as_echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
33320               fi
33321             fi
33322         fi
33323     fi
33324 fi
33325
33326 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
33327     $as_echo "#define wxUSE_DYNAMIC_LOADER 1" >>confdefs.h
33328
33329 fi
33330 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33331     $as_echo "#define wxUSE_DYNLIB_CLASS 1" >>confdefs.h
33332
33333 fi
33334
33335
33336
33337 if test "$wxUSE_PLUGINS" = "yes" ; then
33338     if test "$wxUSE_SHARED" = "no" ; then
33339         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins supported only in shared build, disabling" >&5
33340 $as_echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
33341         wxUSE_PLUGINS=no
33342     fi
33343     if test "$wxUSE_MONOLITHIC" = "yes" ; then
33344         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins not supported monolithic build, disabling" >&5
33345 $as_echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
33346         wxUSE_PLUGINS=no
33347     fi
33348     if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
33349         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins require wxDynamicLibrary, disabling" >&5
33350 $as_echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
33351         wxUSE_PLUGINS=no
33352     fi
33353     if test "$wxUSE_PLUGINS" = "yes" ; then
33354         $as_echo "#define wxUSE_PLUGINS 1" >>confdefs.h
33355
33356     fi
33357 fi
33358
33359
33360 if test "$wxUSE_FSWATCHER" = "yes"; then
33361                 if test "$wxUSE_MSW" != "1"; then
33362         if test "$wxUSE_UNIX" = "yes"; then
33363             for ac_header in sys/inotify.h
33364 do :
33365   ac_fn_c_check_header_compile "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default
33366 "
33367 if test "x$ac_cv_header_sys_inotify_h" = xyes; then :
33368   cat >>confdefs.h <<_ACEOF
33369 #define HAVE_SYS_INOTIFY_H 1
33370 _ACEOF
33371
33372 fi
33373
33374 done
33375
33376             if test "$ac_cv_header_sys_inotify_h" = "yes"; then
33377                 $as_echo "#define wxHAS_INOTIFY 1" >>confdefs.h
33378
33379             else
33380                 for ac_header in sys/event.h
33381 do :
33382   ac_fn_c_check_header_compile "$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default
33383 "
33384 if test "x$ac_cv_header_sys_event_h" = xyes; then :
33385   cat >>confdefs.h <<_ACEOF
33386 #define HAVE_SYS_EVENT_H 1
33387 _ACEOF
33388
33389 fi
33390
33391 done
33392
33393                 if test "$ac_cv_header_sys_event_h" = "yes"; then
33394                     $as_echo "#define wxHAS_KQUEUE 1" >>confdefs.h
33395
33396                 else
33397                     wxUSE_FSWATCHER=no
33398                 fi
33399             fi
33400         else
33401             wxUSE_FSWATCHER=no
33402         fi
33403     else
33404         if test "$wxUSE_THREADS" != "yes"; then
33405             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&5
33406 $as_echo "$as_me: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&2;}
33407             wxUSE_FSWATCHER=no
33408         fi
33409     fi
33410
33411     if test "$wxUSE_FSWATCHER" = "yes"; then
33412         $as_echo "#define wxUSE_FSWATCHER 1" >>confdefs.h
33413
33414         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS fswatcher"
33415     else
33416         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystemWatcher won't be available on this platform" >&5
33417 $as_echo "$as_me: WARNING: wxFileSystemWatcher won't be available on this platform" >&2;}
33418     fi
33419 fi
33420
33421
33422 if test "$wxUSE_STL" = "yes"; then
33423   $as_echo "#define wxUSE_STL 1" >>confdefs.h
33424
33425 fi
33426
33427 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
33428   $as_echo "#define wxUSE_EXTENDED_RTTI 1" >>confdefs.h
33429
33430 fi
33431
33432 if test "$wxUSE_ANY" = "yes"; then
33433     $as_echo "#define wxUSE_ANY 1" >>confdefs.h
33434
33435 fi
33436
33437 if test "$wxUSE_APPLE_IEEE" = "yes"; then
33438   $as_echo "#define wxUSE_APPLE_IEEE 1" >>confdefs.h
33439
33440 fi
33441
33442 if test "$wxUSE_TIMER" = "yes"; then
33443   $as_echo "#define wxUSE_TIMER 1" >>confdefs.h
33444
33445 fi
33446
33447 if test "$USE_UNIX" = 1 ; then
33448                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
33449 $as_echo_n "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... " >&6; }
33450 if ${ac_cv_header_sys_soundcard+:} false; then :
33451   $as_echo_n "(cached) " >&6
33452 else
33453
33454         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33455 /* end confdefs.h.  */
33456
33457                 #include <sys/ioctl.h>
33458                 #include <sys/soundcard.h>
33459
33460 int
33461 main ()
33462 {
33463
33464                 ioctl(0, SNDCTL_DSP_SPEED, 0);
33465
33466   ;
33467   return 0;
33468 }
33469 _ACEOF
33470 if ac_fn_c_try_link "$LINENO"; then :
33471   ac_cv_header_sys_soundcard=yes
33472 else
33473
33474                 saveLibs="$LIBS"
33475                 LIBS="$saveLibs -lossaudio"
33476                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33477 /* end confdefs.h.  */
33478
33479                         #include <sys/ioctl.h>
33480                         #include <sys/soundcard.h>
33481
33482 int
33483 main ()
33484 {
33485
33486                         ioctl(0, SNDCTL_DSP_SPEED, 0);
33487
33488   ;
33489   return 0;
33490 }
33491 _ACEOF
33492 if ac_fn_c_try_link "$LINENO"; then :
33493   ac_cv_header_sys_soundcard=yes
33494 else
33495
33496                         LIBS="$saveLibs"
33497                         ac_cv_header_sys_soundcard=no
33498
33499
33500 fi
33501 rm -f core conftest.err conftest.$ac_objext \
33502     conftest$ac_exeext conftest.$ac_ext
33503
33504
33505 fi
33506 rm -f core conftest.err conftest.$ac_objext \
33507     conftest$ac_exeext conftest.$ac_ext
33508
33509 fi
33510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_soundcard" >&5
33511 $as_echo "$ac_cv_header_sys_soundcard" >&6; }
33512
33513     if test "$ac_cv_header_sys_soundcard" = "yes"; then
33514         $as_echo "#define HAVE_SYS_SOUNDCARD_H 1" >>confdefs.h
33515
33516     fi
33517 fi
33518
33519 WITH_PLUGIN_SDL=0
33520 if test "$wxUSE_SOUND" = "yes"; then
33521   if test "$USE_UNIX" = 1 ; then
33522     if test "$wxUSE_LIBSDL" != "no"; then
33523
33524 # Check whether --with-sdl-prefix was given.
33525 if test "${with_sdl_prefix+set}" = set; then :
33526   withval=$with_sdl_prefix; sdl_prefix="$withval"
33527 else
33528   sdl_prefix=""
33529 fi
33530
33531
33532 # Check whether --with-sdl-exec-prefix was given.
33533 if test "${with_sdl_exec_prefix+set}" = set; then :
33534   withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
33535 else
33536   sdl_exec_prefix=""
33537 fi
33538
33539 # Check whether --enable-sdltest was given.
33540 if test "${enable_sdltest+set}" = set; then :
33541   enableval=$enable_sdltest;
33542 else
33543   enable_sdltest=yes
33544 fi
33545
33546
33547   if test x$sdl_exec_prefix != x ; then
33548     sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
33549     if test x${SDL_CONFIG+set} != xset ; then
33550       SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
33551     fi
33552   fi
33553   if test x$sdl_prefix != x ; then
33554     sdl_args="$sdl_args --prefix=$sdl_prefix"
33555     if test x${SDL_CONFIG+set} != xset ; then
33556       SDL_CONFIG=$sdl_prefix/bin/sdl-config
33557     fi
33558   fi
33559
33560   if test "x$prefix" != xNONE; then
33561     PATH="$prefix/bin:$prefix/usr/bin:$PATH"
33562   fi
33563   # Extract the first word of "sdl-config", so it can be a program name with args.
33564 set dummy sdl-config; ac_word=$2
33565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33566 $as_echo_n "checking for $ac_word... " >&6; }
33567 if ${ac_cv_path_SDL_CONFIG+:} false; then :
33568   $as_echo_n "(cached) " >&6
33569 else
33570   case $SDL_CONFIG in
33571   [\\/]* | ?:[\\/]*)
33572   ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
33573   ;;
33574   *)
33575   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33576 for as_dir in $PATH
33577 do
33578   IFS=$as_save_IFS
33579   test -z "$as_dir" && as_dir=.
33580     for ac_exec_ext in '' $ac_executable_extensions; do
33581   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33582     ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33583     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33584     break 2
33585   fi
33586 done
33587   done
33588 IFS=$as_save_IFS
33589
33590   test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
33591   ;;
33592 esac
33593 fi
33594 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
33595 if test -n "$SDL_CONFIG"; then
33596   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL_CONFIG" >&5
33597 $as_echo "$SDL_CONFIG" >&6; }
33598 else
33599   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33600 $as_echo "no" >&6; }
33601 fi
33602
33603
33604   min_sdl_version=1.2.0
33605   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL - version >= $min_sdl_version" >&5
33606 $as_echo_n "checking for SDL - version >= $min_sdl_version... " >&6; }
33607   no_sdl=""
33608   if test "$SDL_CONFIG" = "no" ; then
33609     no_sdl=yes
33610   else
33611     SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
33612     SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
33613
33614     sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
33615            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
33616     sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
33617            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
33618     sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
33619            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
33620     if test "x$enable_sdltest" = "xyes" ; then
33621       ac_save_CFLAGS="$CFLAGS"
33622       ac_save_CXXFLAGS="$CXXFLAGS"
33623       ac_save_LIBS="$LIBS"
33624       CFLAGS="$CFLAGS $SDL_CFLAGS"
33625       CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
33626       LIBS="$LIBS $SDL_LIBS"
33627       rm -f conf.sdltest
33628       if test "$cross_compiling" = yes; then :
33629   echo $ac_n "cross compiling; assumed OK... $ac_c"
33630 else
33631   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33632 /* end confdefs.h.  */
33633
33634 #include <stdio.h>
33635 #include <stdlib.h>
33636 #include <string.h>
33637 #include "SDL.h"
33638
33639 char*
33640 my_strdup (char *str)
33641 {
33642   char *new_str;
33643
33644   if (str)
33645     {
33646       new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
33647       strcpy (new_str, str);
33648     }
33649   else
33650     new_str = NULL;
33651
33652   return new_str;
33653 }
33654
33655 int main (int argc, char *argv[])
33656 {
33657   int major, minor, micro;
33658   char *tmp_version;
33659
33660   /* This hangs on some systems (?)
33661   system ("touch conf.sdltest");
33662   */
33663   { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
33664
33665   /* HP/UX 9 (%@#!) writes to sscanf strings */
33666   tmp_version = my_strdup("$min_sdl_version");
33667   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
33668      printf("%s, bad version string\n", "$min_sdl_version");
33669      exit(1);
33670    }
33671
33672    if (($sdl_major_version > major) ||
33673       (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
33674       (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
33675     {
33676       return 0;
33677     }
33678   else
33679     {
33680       printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
33681       printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
33682       printf("*** best to upgrade to the required version.\n");
33683       printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
33684       printf("*** to point to the correct copy of sdl-config, and remove the file\n");
33685       printf("*** config.cache before re-running configure\n");
33686       return 1;
33687     }
33688 }
33689
33690
33691 _ACEOF
33692 if ac_fn_c_try_run "$LINENO"; then :
33693
33694 else
33695   no_sdl=yes
33696 fi
33697 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
33698   conftest.$ac_objext conftest.beam conftest.$ac_ext
33699 fi
33700
33701        CFLAGS="$ac_save_CFLAGS"
33702        CXXFLAGS="$ac_save_CXXFLAGS"
33703        LIBS="$ac_save_LIBS"
33704      fi
33705   fi
33706   if test "x$no_sdl" = x ; then
33707      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33708 $as_echo "yes" >&6; }
33709
33710                     EXTRALIBS_SDL="$SDL_LIBS"
33711                     CFLAGS="$SDL_CFLAGS $CFLAGS"
33712                     CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
33713                     $as_echo "#define wxUSE_LIBSDL 1" >>confdefs.h
33714
33715
33716   else
33717      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33718 $as_echo "no" >&6; }
33719      if test "$SDL_CONFIG" = "no" ; then
33720        echo "*** The sdl-config script installed by SDL could not be found"
33721        echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
33722        echo "*** your path, or set the SDL_CONFIG environment variable to the"
33723        echo "*** full path to sdl-config."
33724      else
33725        if test -f conf.sdltest ; then
33726         :
33727        else
33728           echo "*** Could not run SDL test program, checking why..."
33729           CFLAGS="$CFLAGS $SDL_CFLAGS"
33730           CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
33731           LIBS="$LIBS $SDL_LIBS"
33732           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33733 /* end confdefs.h.  */
33734
33735 #include <stdio.h>
33736 #include "SDL.h"
33737
33738 int main(int argc, char *argv[])
33739 { return 0; }
33740 #undef  main
33741 #define main K_and_R_C_main
33742
33743 int
33744 main ()
33745 {
33746  return 0;
33747   ;
33748   return 0;
33749 }
33750 _ACEOF
33751 if ac_fn_c_try_link "$LINENO"; then :
33752    echo "*** The test program compiled, but did not run. This usually means"
33753           echo "*** that the run-time linker is not finding SDL or finding the wrong"
33754           echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
33755           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
33756           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
33757           echo "*** is required on your system"
33758           echo "***"
33759           echo "*** If you have an old version installed, it is best to remove it, although"
33760           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
33761 else
33762    echo "*** The test program failed to compile or link. See the file config.log for the"
33763           echo "*** exact error that occurred. This usually means SDL was incorrectly installed"
33764           echo "*** or that you have moved SDL since it was installed. In the latter case, you"
33765           echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
33766 fi
33767 rm -f core conftest.err conftest.$ac_objext \
33768     conftest$ac_exeext conftest.$ac_ext
33769           CFLAGS="$ac_save_CFLAGS"
33770           CXXFLAGS="$ac_save_CXXFLAGS"
33771           LIBS="$ac_save_LIBS"
33772        fi
33773      fi
33774      SDL_CFLAGS=""
33775      SDL_LIBS=""
33776      wxUSE_LIBSDL="no"
33777   fi
33778
33779
33780   rm -f conf.sdltest
33781
33782       if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
33783         WITH_PLUGIN_SDL=1
33784       fi
33785     fi
33786   fi
33787 fi
33788
33789 if test "$wxUSE_SOUND" = "yes"; then
33790   $as_echo "#define wxUSE_SOUND 1" >>confdefs.h
33791
33792   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
33793 fi
33794
33795 if test "$WXGTK2" = 1; then
33796
33797
33798 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33799         if test -n "$ac_tool_prefix"; then
33800   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
33801 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
33802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33803 $as_echo_n "checking for $ac_word... " >&6; }
33804 if ${ac_cv_path_PKG_CONFIG+:} false; then :
33805   $as_echo_n "(cached) " >&6
33806 else
33807   case $PKG_CONFIG in
33808   [\\/]* | ?:[\\/]*)
33809   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
33810   ;;
33811   *)
33812   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33813 for as_dir in $PATH
33814 do
33815   IFS=$as_save_IFS
33816   test -z "$as_dir" && as_dir=.
33817     for ac_exec_ext in '' $ac_executable_extensions; do
33818   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33819     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33820     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33821     break 2
33822   fi
33823 done
33824   done
33825 IFS=$as_save_IFS
33826
33827   ;;
33828 esac
33829 fi
33830 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
33831 if test -n "$PKG_CONFIG"; then
33832   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
33833 $as_echo "$PKG_CONFIG" >&6; }
33834 else
33835   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33836 $as_echo "no" >&6; }
33837 fi
33838
33839
33840 fi
33841 if test -z "$ac_cv_path_PKG_CONFIG"; then
33842   ac_pt_PKG_CONFIG=$PKG_CONFIG
33843   # Extract the first word of "pkg-config", so it can be a program name with args.
33844 set dummy pkg-config; ac_word=$2
33845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33846 $as_echo_n "checking for $ac_word... " >&6; }
33847 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
33848   $as_echo_n "(cached) " >&6
33849 else
33850   case $ac_pt_PKG_CONFIG in
33851   [\\/]* | ?:[\\/]*)
33852   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
33853   ;;
33854   *)
33855   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33856 for as_dir in $PATH
33857 do
33858   IFS=$as_save_IFS
33859   test -z "$as_dir" && as_dir=.
33860     for ac_exec_ext in '' $ac_executable_extensions; do
33861   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33862     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33863     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33864     break 2
33865   fi
33866 done
33867   done
33868 IFS=$as_save_IFS
33869
33870   ;;
33871 esac
33872 fi
33873 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
33874 if test -n "$ac_pt_PKG_CONFIG"; then
33875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
33876 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
33877 else
33878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33879 $as_echo "no" >&6; }
33880 fi
33881
33882   if test "x$ac_pt_PKG_CONFIG" = x; then
33883     PKG_CONFIG=""
33884   else
33885     case $cross_compiling:$ac_tool_warned in
33886 yes:)
33887 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
33888 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
33889 ac_tool_warned=yes ;;
33890 esac
33891     PKG_CONFIG=$ac_pt_PKG_CONFIG
33892   fi
33893 else
33894   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
33895 fi
33896
33897 fi
33898 if test -n "$PKG_CONFIG"; then
33899         _pkg_min_version=0.9.0
33900         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
33901 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
33902         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
33903                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33904 $as_echo "yes" >&6; }
33905         else
33906                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33907 $as_echo "no" >&6; }
33908                 PKG_CONFIG=""
33909         fi
33910
33911 fi
33912
33913     if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
33914
33915         if test "$wxUSE_GTKPRINT" = "yes" ; then
33916             if test "$WXGTK3" = 1; then
33917                 gtk_unix_print="gtk+-unix-print-3.0"
33918             else
33919                 gtk_unix_print="gtk+-unix-print-2.0 >= 2.10"
33920             fi
33921
33922 pkg_failed=no
33923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKPRINT" >&5
33924 $as_echo_n "checking for GTKPRINT... " >&6; }
33925
33926 if test -n "$PKG_CONFIG"; then
33927     if test -n "$GTKPRINT_CFLAGS"; then
33928         pkg_cv_GTKPRINT_CFLAGS="$GTKPRINT_CFLAGS"
33929     else
33930         if test -n "$PKG_CONFIG" && \
33931     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_unix_print\""; } >&5
33932   ($PKG_CONFIG --exists --print-errors "$gtk_unix_print") 2>&5
33933   ac_status=$?
33934   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33935   test $ac_status = 0; }; then
33936   pkg_cv_GTKPRINT_CFLAGS=`$PKG_CONFIG --cflags "$gtk_unix_print" 2>/dev/null`
33937 else
33938   pkg_failed=yes
33939 fi
33940     fi
33941 else
33942         pkg_failed=untried
33943 fi
33944 if test -n "$PKG_CONFIG"; then
33945     if test -n "$GTKPRINT_LIBS"; then
33946         pkg_cv_GTKPRINT_LIBS="$GTKPRINT_LIBS"
33947     else
33948         if test -n "$PKG_CONFIG" && \
33949     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_unix_print\""; } >&5
33950   ($PKG_CONFIG --exists --print-errors "$gtk_unix_print") 2>&5
33951   ac_status=$?
33952   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33953   test $ac_status = 0; }; then
33954   pkg_cv_GTKPRINT_LIBS=`$PKG_CONFIG --libs "$gtk_unix_print" 2>/dev/null`
33955 else
33956   pkg_failed=yes
33957 fi
33958     fi
33959 else
33960         pkg_failed=untried
33961 fi
33962
33963
33964
33965 if test $pkg_failed = yes; then
33966
33967 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33968         _pkg_short_errors_supported=yes
33969 else
33970         _pkg_short_errors_supported=no
33971 fi
33972         if test $_pkg_short_errors_supported = yes; then
33973                 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gtk_unix_print"`
33974         else
33975                 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gtk_unix_print"`
33976         fi
33977         # Put the nasty error message in config.log where it belongs
33978         echo "$GTKPRINT_PKG_ERRORS" >&5
33979
33980
33981                         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
33982 $as_echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
33983                         wxUSE_GTKPRINT="no"
33984
33985
33986 elif test $pkg_failed = untried; then
33987
33988                         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
33989 $as_echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
33990                         wxUSE_GTKPRINT="no"
33991
33992
33993 else
33994         GTKPRINT_CFLAGS=$pkg_cv_GTKPRINT_CFLAGS
33995         GTKPRINT_LIBS=$pkg_cv_GTKPRINT_LIBS
33996         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33997 $as_echo "yes" >&6; }
33998
33999                         GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GTKPRINT_LIBS"
34000                         CFLAGS="$GTKPRINT_CFLAGS $CFLAGS"
34001                         CXXFLAGS="$GTKPRINT_CFLAGS $CXXFLAGS"
34002                         $as_echo "#define wxUSE_GTKPRINT 1" >>confdefs.h
34003
34004
34005 fi
34006         fi
34007
34008         if test "$WXGTK3" = 1; then
34009             wxUSE_LIBGNOMEPRINT=no
34010         fi
34011
34012         if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
34013
34014
34015 pkg_failed=no
34016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGNOMEPRINTUI" >&5
34017 $as_echo_n "checking for LIBGNOMEPRINTUI... " >&6; }
34018
34019 if test -n "$PKG_CONFIG"; then
34020     if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
34021         pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
34022     else
34023         if test -n "$PKG_CONFIG" && \
34024     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\""; } >&5
34025   ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
34026   ac_status=$?
34027   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34028   test $ac_status = 0; }; then
34029   pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
34030 else
34031   pkg_failed=yes
34032 fi
34033     fi
34034 else
34035         pkg_failed=untried
34036 fi
34037 if test -n "$PKG_CONFIG"; then
34038     if test -n "$LIBGNOMEPRINTUI_LIBS"; then
34039         pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
34040     else
34041         if test -n "$PKG_CONFIG" && \
34042     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\""; } >&5
34043   ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
34044   ac_status=$?
34045   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34046   test $ac_status = 0; }; then
34047   pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
34048 else
34049   pkg_failed=yes
34050 fi
34051     fi
34052 else
34053         pkg_failed=untried
34054 fi
34055
34056
34057
34058 if test $pkg_failed = yes; then
34059
34060 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34061         _pkg_short_errors_supported=yes
34062 else
34063         _pkg_short_errors_supported=no
34064 fi
34065         if test $_pkg_short_errors_supported = yes; then
34066                 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
34067         else
34068                 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
34069         fi
34070         # Put the nasty error message in config.log where it belongs
34071         echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
34072
34073
34074                         if test "$wxUSE_GTKPRINT" = yes; then
34075                             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34076 $as_echo "no" >&6; }
34077                         else
34078                             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
34079 $as_echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
34080                         fi
34081                         wxUSE_LIBGNOMEPRINT="no"
34082
34083
34084 elif test $pkg_failed = untried; then
34085
34086                         if test "$wxUSE_GTKPRINT" = yes; then
34087                             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34088 $as_echo "no" >&6; }
34089                         else
34090                             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
34091 $as_echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
34092                         fi
34093                         wxUSE_LIBGNOMEPRINT="no"
34094
34095
34096 else
34097         LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
34098         LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
34099         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34100 $as_echo "yes" >&6; }
34101
34102                         GUI_TK_LIBRARY="$GUI_TK_LIBRARY $LIBGNOMEPRINTUI_LIBS"
34103                         CFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
34104                         CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
34105                         $as_echo "#define wxUSE_LIBGNOMEPRINT 1" >>confdefs.h
34106
34107
34108 fi
34109         fi
34110     fi
34111
34112     if test "$wxUSE_MIMETYPE" = "yes" ; then
34113         if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
34114
34115
34116 pkg_failed=no
34117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOMEVFS" >&5
34118 $as_echo_n "checking for GNOMEVFS... " >&6; }
34119
34120 if test -n "$PKG_CONFIG"; then
34121     if test -n "$GNOMEVFS_CFLAGS"; then
34122         pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
34123     else
34124         if test -n "$PKG_CONFIG" && \
34125     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\""; } >&5
34126   ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
34127   ac_status=$?
34128   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34129   test $ac_status = 0; }; then
34130   pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
34131 else
34132   pkg_failed=yes
34133 fi
34134     fi
34135 else
34136         pkg_failed=untried
34137 fi
34138 if test -n "$PKG_CONFIG"; then
34139     if test -n "$GNOMEVFS_LIBS"; then
34140         pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
34141     else
34142         if test -n "$PKG_CONFIG" && \
34143     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\""; } >&5
34144   ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
34145   ac_status=$?
34146   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34147   test $ac_status = 0; }; then
34148   pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
34149 else
34150   pkg_failed=yes
34151 fi
34152     fi
34153 else
34154         pkg_failed=untried
34155 fi
34156
34157
34158
34159 if test $pkg_failed = yes; then
34160
34161 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34162         _pkg_short_errors_supported=yes
34163 else
34164         _pkg_short_errors_supported=no
34165 fi
34166         if test $_pkg_short_errors_supported = yes; then
34167                 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
34168         else
34169                 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
34170         fi
34171         # Put the nasty error message in config.log where it belongs
34172         echo "$GNOMEVFS_PKG_ERRORS" >&5
34173
34174
34175                         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
34176 $as_echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
34177                         wxUSE_LIBGNOMEVFS="no"
34178
34179
34180 elif test $pkg_failed = untried; then
34181
34182                         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
34183 $as_echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
34184                         wxUSE_LIBGNOMEVFS="no"
34185
34186
34187 else
34188         GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
34189         GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
34190         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34191 $as_echo "yes" >&6; }
34192
34193                         GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GNOMEVFS_LIBS"
34194                         CFLAGS="$GNOMEVFS_CFLAGS $CFLAGS"
34195                         CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
34196                         $as_echo "#define wxUSE_LIBGNOMEVFS 1" >>confdefs.h
34197
34198
34199 fi
34200         fi
34201     fi
34202
34203     if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes" ; then
34204         if test "$wxUSE_LIBNOTIFY" = "yes" ; then
34205             HAVE_LIBNOTIFY=0
34206
34207 pkg_failed=no
34208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34209 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34210
34211 if test -n "$PKG_CONFIG"; then
34212     if test -n "$LIBNOTIFY_CFLAGS"; then
34213         pkg_cv_LIBNOTIFY_CFLAGS="$LIBNOTIFY_CFLAGS"
34214     else
34215         if test -n "$PKG_CONFIG" && \
34216     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.7\""; } >&5
34217   ($PKG_CONFIG --exists --print-errors "libnotify >= 0.7") 2>&5
34218   ac_status=$?
34219   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34220   test $ac_status = 0; }; then
34221   pkg_cv_LIBNOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify >= 0.7" 2>/dev/null`
34222 else
34223   pkg_failed=yes
34224 fi
34225     fi
34226 else
34227         pkg_failed=untried
34228 fi
34229 if test -n "$PKG_CONFIG"; then
34230     if test -n "$LIBNOTIFY_LIBS"; then
34231         pkg_cv_LIBNOTIFY_LIBS="$LIBNOTIFY_LIBS"
34232     else
34233         if test -n "$PKG_CONFIG" && \
34234     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.7\""; } >&5
34235   ($PKG_CONFIG --exists --print-errors "libnotify >= 0.7") 2>&5
34236   ac_status=$?
34237   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34238   test $ac_status = 0; }; then
34239   pkg_cv_LIBNOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify >= 0.7" 2>/dev/null`
34240 else
34241   pkg_failed=yes
34242 fi
34243     fi
34244 else
34245         pkg_failed=untried
34246 fi
34247
34248
34249
34250 if test $pkg_failed = yes; then
34251
34252 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34253         _pkg_short_errors_supported=yes
34254 else
34255         _pkg_short_errors_supported=no
34256 fi
34257         if test $_pkg_short_errors_supported = yes; then
34258                 LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.7"`
34259         else
34260                 LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.7"`
34261         fi
34262         # Put the nasty error message in config.log where it belongs
34263         echo "$LIBNOTIFY_PKG_ERRORS" >&5
34264
34265
34266
34267 pkg_failed=no
34268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34269 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34270
34271 if test -n "$PKG_CONFIG"; then
34272     if test -n "$LIBNOTIFY_CFLAGS"; then
34273         pkg_cv_LIBNOTIFY_CFLAGS="$LIBNOTIFY_CFLAGS"
34274     else
34275         if test -n "$PKG_CONFIG" && \
34276     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34277   ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34278   ac_status=$?
34279   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34280   test $ac_status = 0; }; then
34281   pkg_cv_LIBNOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify >= 0.4" 2>/dev/null`
34282 else
34283   pkg_failed=yes
34284 fi
34285     fi
34286 else
34287         pkg_failed=untried
34288 fi
34289 if test -n "$PKG_CONFIG"; then
34290     if test -n "$LIBNOTIFY_LIBS"; then
34291         pkg_cv_LIBNOTIFY_LIBS="$LIBNOTIFY_LIBS"
34292     else
34293         if test -n "$PKG_CONFIG" && \
34294     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34295   ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34296   ac_status=$?
34297   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34298   test $ac_status = 0; }; then
34299   pkg_cv_LIBNOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify >= 0.4" 2>/dev/null`
34300 else
34301   pkg_failed=yes
34302 fi
34303     fi
34304 else
34305         pkg_failed=untried
34306 fi
34307
34308
34309
34310 if test $pkg_failed = yes; then
34311
34312 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34313         _pkg_short_errors_supported=yes
34314 else
34315         _pkg_short_errors_supported=no
34316 fi
34317         if test $_pkg_short_errors_supported = yes; then
34318                 LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.4"`
34319         else
34320                 LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.4"`
34321         fi
34322         # Put the nasty error message in config.log where it belongs
34323         echo "$LIBNOTIFY_PKG_ERRORS" >&5
34324
34325         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34326 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34327
34328 elif test $pkg_failed = untried; then
34329         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34330 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34331
34332 else
34333         LIBNOTIFY_CFLAGS=$pkg_cv_LIBNOTIFY_CFLAGS
34334         LIBNOTIFY_LIBS=$pkg_cv_LIBNOTIFY_LIBS
34335         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34336 $as_echo "yes" >&6; }
34337         HAVE_LIBNOTIFY=1
34338 fi
34339
34340
34341 elif test $pkg_failed = untried; then
34342
34343
34344 pkg_failed=no
34345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34346 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34347
34348 if test -n "$PKG_CONFIG"; then
34349     if test -n "$LIBNOTIFY_CFLAGS"; then
34350         pkg_cv_LIBNOTIFY_CFLAGS="$LIBNOTIFY_CFLAGS"
34351     else
34352         if test -n "$PKG_CONFIG" && \
34353     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34354   ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34355   ac_status=$?
34356   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34357   test $ac_status = 0; }; then
34358   pkg_cv_LIBNOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify >= 0.4" 2>/dev/null`
34359 else
34360   pkg_failed=yes
34361 fi
34362     fi
34363 else
34364         pkg_failed=untried
34365 fi
34366 if test -n "$PKG_CONFIG"; then
34367     if test -n "$LIBNOTIFY_LIBS"; then
34368         pkg_cv_LIBNOTIFY_LIBS="$LIBNOTIFY_LIBS"
34369     else
34370         if test -n "$PKG_CONFIG" && \
34371     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34372   ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34373   ac_status=$?
34374   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34375   test $ac_status = 0; }; then
34376   pkg_cv_LIBNOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify >= 0.4" 2>/dev/null`
34377 else
34378   pkg_failed=yes
34379 fi
34380     fi
34381 else
34382         pkg_failed=untried
34383 fi
34384
34385
34386
34387 if test $pkg_failed = yes; then
34388
34389 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34390         _pkg_short_errors_supported=yes
34391 else
34392         _pkg_short_errors_supported=no
34393 fi
34394         if test $_pkg_short_errors_supported = yes; then
34395                 LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.4"`
34396         else
34397                 LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.4"`
34398         fi
34399         # Put the nasty error message in config.log where it belongs
34400         echo "$LIBNOTIFY_PKG_ERRORS" >&5
34401
34402         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34403 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34404
34405 elif test $pkg_failed = untried; then
34406         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34407 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34408
34409 else
34410         LIBNOTIFY_CFLAGS=$pkg_cv_LIBNOTIFY_CFLAGS
34411         LIBNOTIFY_LIBS=$pkg_cv_LIBNOTIFY_LIBS
34412         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34413 $as_echo "yes" >&6; }
34414         HAVE_LIBNOTIFY=1
34415 fi
34416
34417
34418 else
34419         LIBNOTIFY_CFLAGS=$pkg_cv_LIBNOTIFY_CFLAGS
34420         LIBNOTIFY_LIBS=$pkg_cv_LIBNOTIFY_LIBS
34421         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34422 $as_echo "yes" >&6; }
34423
34424                     HAVE_LIBNOTIFY=1
34425                     $as_echo "#define wxUSE_LIBNOTIFY_0_7 1" >>confdefs.h
34426
34427
34428 fi
34429
34430             if test "$HAVE_LIBNOTIFY" = "1" ; then
34431                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $LIBNOTIFY_LIBS"
34432                 CFLAGS="$LIBNOTIFY_CFLAGS $CFLAGS"
34433                 CXXFLAGS="$LIBNOTIFY_CFLAGS $CXXFLAGS"
34434                 $as_echo "#define wxUSE_LIBNOTIFY 1" >>confdefs.h
34435
34436             fi
34437         fi
34438     fi
34439
34440     if test "$wxUSE_LIBHILDON" = "yes" ; then
34441
34442 pkg_failed=no
34443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON" >&5
34444 $as_echo_n "checking for HILDON... " >&6; }
34445
34446 if test -n "$PKG_CONFIG"; then
34447     if test -n "$HILDON_CFLAGS"; then
34448         pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
34449     else
34450         if test -n "$PKG_CONFIG" && \
34451     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\""; } >&5
34452   ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
34453   ac_status=$?
34454   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34455   test $ac_status = 0; }; then
34456   pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
34457 else
34458   pkg_failed=yes
34459 fi
34460     fi
34461 else
34462         pkg_failed=untried
34463 fi
34464 if test -n "$PKG_CONFIG"; then
34465     if test -n "$HILDON_LIBS"; then
34466         pkg_cv_HILDON_LIBS="$HILDON_LIBS"
34467     else
34468         if test -n "$PKG_CONFIG" && \
34469     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\""; } >&5
34470   ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
34471   ac_status=$?
34472   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34473   test $ac_status = 0; }; then
34474   pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
34475 else
34476   pkg_failed=yes
34477 fi
34478     fi
34479 else
34480         pkg_failed=untried
34481 fi
34482
34483
34484
34485 if test $pkg_failed = yes; then
34486
34487 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34488         _pkg_short_errors_supported=yes
34489 else
34490         _pkg_short_errors_supported=no
34491 fi
34492         if test $_pkg_short_errors_supported = yes; then
34493                 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
34494         else
34495                 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
34496         fi
34497         # Put the nasty error message in config.log where it belongs
34498         echo "$HILDON_PKG_ERRORS" >&5
34499
34500
34501                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_lgpl not found" >&5
34502 $as_echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
34503                         wxUSE_LIBHILDON="no"
34504                         ac_hildon_lgpl=0
34505
34506
34507 elif test $pkg_failed = untried; then
34508
34509                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_lgpl not found" >&5
34510 $as_echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
34511                         wxUSE_LIBHILDON="no"
34512                         ac_hildon_lgpl=0
34513
34514
34515 else
34516         HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
34517         HILDON_LIBS=$pkg_cv_HILDON_LIBS
34518         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34519 $as_echo "yes" >&6; }
34520
34521                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $HILDON_LIBS"
34522                 CFLAGS="$CFLAGS $HILDON_CFLAGS"
34523                 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
34524                 $as_echo "#define wxUSE_LIBHILDON 1" >>confdefs.h
34525
34526                 ac_hildon_lgpl=1
34527
34528 fi
34529
34530         if test "$ac_hildon_lgpl" = 0 ; then
34531
34532 pkg_failed=no
34533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON2" >&5
34534 $as_echo_n "checking for HILDON2... " >&6; }
34535
34536 if test -n "$PKG_CONFIG"; then
34537     if test -n "$HILDON2_CFLAGS"; then
34538         pkg_cv_HILDON2_CFLAGS="$HILDON2_CFLAGS"
34539     else
34540         if test -n "$PKG_CONFIG" && \
34541     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\""; } >&5
34542   ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
34543   ac_status=$?
34544   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34545   test $ac_status = 0; }; then
34546   pkg_cv_HILDON2_CFLAGS=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
34547 else
34548   pkg_failed=yes
34549 fi
34550     fi
34551 else
34552         pkg_failed=untried
34553 fi
34554 if test -n "$PKG_CONFIG"; then
34555     if test -n "$HILDON2_LIBS"; then
34556         pkg_cv_HILDON2_LIBS="$HILDON2_LIBS"
34557     else
34558         if test -n "$PKG_CONFIG" && \
34559     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\""; } >&5
34560   ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
34561   ac_status=$?
34562   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34563   test $ac_status = 0; }; then
34564   pkg_cv_HILDON2_LIBS=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
34565 else
34566   pkg_failed=yes
34567 fi
34568     fi
34569 else
34570         pkg_failed=untried
34571 fi
34572
34573
34574
34575 if test $pkg_failed = yes; then
34576
34577 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34578         _pkg_short_errors_supported=yes
34579 else
34580         _pkg_short_errors_supported=no
34581 fi
34582         if test $_pkg_short_errors_supported = yes; then
34583                 HILDON2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
34584         else
34585                 HILDON2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
34586         fi
34587         # Put the nasty error message in config.log where it belongs
34588         echo "$HILDON2_PKG_ERRORS" >&5
34589
34590
34591                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_1 not found" >&5
34592 $as_echo "$as_me: WARNING: libhildon_1 not found" >&2;}
34593                             wxUSE_LIBHILDON2="no"
34594
34595
34596 elif test $pkg_failed = untried; then
34597
34598                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_1 not found" >&5
34599 $as_echo "$as_me: WARNING: libhildon_1 not found" >&2;}
34600                             wxUSE_LIBHILDON2="no"
34601
34602
34603 else
34604         HILDON2_CFLAGS=$pkg_cv_HILDON2_CFLAGS
34605         HILDON2_LIBS=$pkg_cv_HILDON2_LIBS
34606         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34607 $as_echo "yes" >&6; }
34608
34609                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $HILDON2_LIBS"
34610                     CFLAGS="$CFLAGS $HILDON2_CFLAGS"
34611                     CXXFLAGS="$CXXFLAGS $HILDON2_CFLAGS"
34612                     $as_echo "#define wxUSE_LIBHILDON2 1" >>confdefs.h
34613
34614
34615 fi
34616         fi
34617     fi
34618 fi
34619
34620 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
34621   $as_echo "#define wxUSE_CMDLINE_PARSER 1" >>confdefs.h
34622
34623 fi
34624
34625 if test "$wxUSE_STOPWATCH" = "yes"; then
34626   $as_echo "#define wxUSE_STOPWATCH 1" >>confdefs.h
34627
34628 fi
34629
34630 if test "$wxUSE_DATETIME" = "yes"; then
34631   $as_echo "#define wxUSE_DATETIME 1" >>confdefs.h
34632
34633 fi
34634
34635 if test "$wxUSE_FILE" = "yes"; then
34636   $as_echo "#define wxUSE_FILE 1" >>confdefs.h
34637
34638 fi
34639
34640 if test "$wxUSE_FFILE" = "yes"; then
34641   $as_echo "#define wxUSE_FFILE 1" >>confdefs.h
34642
34643 fi
34644
34645 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
34646   if test "$wxUSE_STREAMS" != yes; then
34647     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxArchive requires wxStreams... disabled" >&5
34648 $as_echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
34649     wxUSE_ARCHIVE_STREAMS=no
34650   else
34651     $as_echo "#define wxUSE_ARCHIVE_STREAMS 1" >>confdefs.h
34652
34653   fi
34654 fi
34655
34656 if test "$wxUSE_ZIPSTREAM" = "yes"; then
34657   if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
34658     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZip requires wxArchive... disabled" >&5
34659 $as_echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
34660   elif test "$wxUSE_ZLIB" = "no"; then
34661     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZip requires wxZlib... disabled" >&5
34662 $as_echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
34663   else
34664     $as_echo "#define wxUSE_ZIPSTREAM 1" >>confdefs.h
34665
34666   fi
34667 fi
34668
34669 if test "$wxUSE_TARSTREAM" = "yes"; then
34670   if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
34671     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTar requires wxArchive... disabled" >&5
34672 $as_echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
34673   else
34674     $as_echo "#define wxUSE_TARSTREAM 1" >>confdefs.h
34675
34676   fi
34677 fi
34678
34679 if test "$wxUSE_FILE_HISTORY" = "yes"; then
34680   $as_echo "#define wxUSE_FILE_HISTORY 1" >>confdefs.h
34681
34682 fi
34683
34684 if test "$wxUSE_FILESYSTEM" = "yes"; then
34685   if test "$wxUSE_STREAMS" != yes -o \( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \); then
34686     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
34687 $as_echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
34688     wxUSE_FILESYSTEM=no
34689   else
34690     $as_echo "#define wxUSE_FILESYSTEM 1" >>confdefs.h
34691
34692   fi
34693 fi
34694
34695 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
34696   if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
34697     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
34698 $as_echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
34699   else
34700     $as_echo "#define wxUSE_FS_ARCHIVE 1" >>confdefs.h
34701
34702   fi
34703 fi
34704
34705 if test "$wxUSE_FS_ZIP" = "yes"; then
34706   if test "$wxUSE_FS_ARCHIVE" != yes; then
34707     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
34708 $as_echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
34709   else
34710     $as_echo "#define wxUSE_FS_ZIP 1" >>confdefs.h
34711
34712   fi
34713 fi
34714
34715 if test "$wxUSE_FSVOLUME" = "yes"; then
34716   $as_echo "#define wxUSE_FSVOLUME 1" >>confdefs.h
34717
34718 fi
34719
34720 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34721   if test "$USE_UNIX" != 1; then
34722     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
34723 $as_echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
34724     wxUSE_ON_FATAL_EXCEPTION=no
34725   else
34726     $as_echo "#define wxUSE_ON_FATAL_EXCEPTION 1" >>confdefs.h
34727
34728   fi
34729 fi
34730
34731 if test "$wxUSE_STACKWALKER" = "yes"; then
34732     $as_echo "#define wxUSE_STACKWALKER 1" >>confdefs.h
34733
34734 fi
34735
34736 if test "$wxUSE_DEBUGREPORT" = "yes"; then
34737     if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
34738         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
34739 $as_echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
34740         wxUSE_DEBUGREPORT=no
34741     else
34742         $as_echo "#define wxUSE_DEBUGREPORT 1" >>confdefs.h
34743
34744         if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34745             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
34746         fi
34747     fi
34748 fi
34749
34750 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34751   $as_echo "#define wxUSE_SNGLINST_CHECKER 1" >>confdefs.h
34752
34753 fi
34754
34755 if test "$wxUSE_BUSYINFO" = "yes"; then
34756   $as_echo "#define wxUSE_BUSYINFO 1" >>confdefs.h
34757
34758 fi
34759
34760 if test "$wxUSE_HOTKEY" = "yes"; then
34761   if test "$wxUSE_MSW" != 1 -a "$wxUSE_OSX_COCOA" != 1 -a "$wxUSE_OSX_CARBON" != 1; then
34762     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Hot keys not supported by the current toolkit, disabled" >&5
34763 $as_echo "$as_me: WARNING: Hot keys not supported by the current toolkit, disabled" >&2;}
34764     wxUSE_HOTKEY=no
34765   fi
34766 elif test "$wxUSE_HOTKEY" = "auto"; then
34767   if test "$wxUSE_MSW" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OSX_CARBON" = 1; then
34768     wxUSE_HOTKEY=yes
34769   fi
34770 fi
34771 if test "$wxUSE_HOTKEY" = "yes"; then
34772   $as_echo "#define wxUSE_HOTKEY 1" >>confdefs.h
34773
34774 fi
34775
34776 if test "$wxUSE_STD_CONTAINERS" = "yes"; then
34777   $as_echo "#define wxUSE_STD_CONTAINERS 1" >>confdefs.h
34778
34779 fi
34780
34781 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
34782   $as_echo "#define wxUSE_STD_IOSTREAM 1" >>confdefs.h
34783
34784 fi
34785
34786 if test "$wxUSE_STD_STRING" = "yes"; then
34787   $as_echo "#define wxUSE_STD_STRING 1" >>confdefs.h
34788
34789 fi
34790
34791 if test "$wxUSE_STD_STRING_CONV_IN_WXSTRING" = "yes"; then
34792   $as_echo "#define wxUSE_STD_STRING_CONV_IN_WXSTRING 1" >>confdefs.h
34793
34794 fi
34795
34796 if test "$wxUSE_STDPATHS" = "yes"; then
34797   $as_echo "#define wxUSE_STDPATHS 1" >>confdefs.h
34798
34799 fi
34800
34801 if test "$wxUSE_TEXTBUFFER" = "yes"; then
34802     $as_echo "#define wxUSE_TEXTBUFFER 1" >>confdefs.h
34803
34804 fi
34805
34806 if test "$wxUSE_TEXTFILE" = "yes"; then
34807   if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
34808     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
34809 $as_echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
34810   else
34811     $as_echo "#define wxUSE_TEXTFILE 1" >>confdefs.h
34812
34813   fi
34814 fi
34815
34816 if test "$wxUSE_CONFIG" = "yes" ; then
34817   if test "$wxUSE_TEXTFILE" != "yes"; then
34818     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxConfig requires wxTextFile... disabled" >&5
34819 $as_echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
34820   else
34821     $as_echo "#define wxUSE_CONFIG 1" >>confdefs.h
34822
34823     $as_echo "#define wxUSE_CONFIG_NATIVE 1" >>confdefs.h
34824
34825     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
34826   fi
34827 fi
34828
34829 if test "$wxUSE_INTL" = "yes" ; then
34830   if test "$wxUSE_FILE" != "yes"; then
34831     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I18n code requires wxFile... disabled" >&5
34832 $as_echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
34833   else
34834     $as_echo "#define wxUSE_INTL 1" >>confdefs.h
34835
34836     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
34837     GUIDIST="$GUIDIST INTL_DIST"
34838   fi
34839 fi
34840
34841 if test "$wxUSE_XLOCALE" = "yes" ; then
34842     $as_echo "#define wxUSE_XLOCALE 1" >>confdefs.h
34843
34844     ac_fn_c_check_type "$LINENO" "locale_t" "ac_cv_type_locale_t" "#include <xlocale.h>
34845                     #include <locale.h>
34846 "
34847 if test "x$ac_cv_type_locale_t" = xyes; then :
34848
34849 cat >>confdefs.h <<_ACEOF
34850 #define HAVE_LOCALE_T 1
34851 _ACEOF
34852
34853
34854 fi
34855
34856 fi
34857
34858 if test "$wxUSE_LOG" = "yes"; then
34859   $as_echo "#define wxUSE_LOG 1" >>confdefs.h
34860
34861
34862     if test "$wxUSE_LOGGUI" = "yes"; then
34863       $as_echo "#define wxUSE_LOGGUI 1" >>confdefs.h
34864
34865     fi
34866
34867     if test "$wxUSE_LOGWINDOW" = "yes"; then
34868       $as_echo "#define wxUSE_LOGWINDOW 1" >>confdefs.h
34869
34870     fi
34871
34872     if test "$wxUSE_LOGDIALOG" = "yes"; then
34873       $as_echo "#define wxUSE_LOG_DIALOG 1" >>confdefs.h
34874
34875     fi
34876
34877         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
34878 fi
34879
34880 if test "$wxUSE_LONGLONG" = "yes"; then
34881   $as_echo "#define wxUSE_LONGLONG 1" >>confdefs.h
34882
34883 fi
34884
34885 if test "$wxUSE_GEOMETRY" = "yes"; then
34886   $as_echo "#define wxUSE_GEOMETRY 1" >>confdefs.h
34887
34888 fi
34889
34890 if test "$wxUSE_BASE64" = "yes"; then
34891   $as_echo "#define wxUSE_BASE64 1" >>confdefs.h
34892
34893 fi
34894
34895 if test "$wxUSE_STREAMS" = "yes" ; then
34896   $as_echo "#define wxUSE_STREAMS 1" >>confdefs.h
34897
34898 fi
34899
34900 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
34901   $as_echo "#define wxUSE_PRINTF_POS_PARAMS 1" >>confdefs.h
34902
34903 fi
34904
34905 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
34906   $as_echo "#define wxUSE_OBJC_UNIQUIFYING 1" >>confdefs.h
34907
34908 fi
34909
34910
34911 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
34912     $as_echo "#define wxUSE_CONSOLE_EVENTLOOP 1" >>confdefs.h
34913
34914
34915     if test "$wxUSE_UNIX" = "yes"; then
34916         if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
34917             $as_echo "#define wxUSE_SELECT_DISPATCHER 1" >>confdefs.h
34918
34919         fi
34920
34921         if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
34922             for ac_header in sys/epoll.h
34923 do :
34924   ac_fn_c_check_header_compile "$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default
34925 "
34926 if test "x$ac_cv_header_sys_epoll_h" = xyes; then :
34927   cat >>confdefs.h <<_ACEOF
34928 #define HAVE_SYS_EPOLL_H 1
34929 _ACEOF
34930
34931 fi
34932
34933 done
34934
34935             if test "$ac_cv_header_sys_epoll_h" = "yes"; then
34936                 $as_echo "#define wxUSE_EPOLL_DISPATCHER 1" >>confdefs.h
34937
34938             else
34939                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
34940 $as_echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
34941             fi
34942         fi
34943     fi
34944 fi
34945
34946
34947 for ac_func in gettimeofday ftime
34948 do :
34949   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
34950 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
34951 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
34952   cat >>confdefs.h <<_ACEOF
34953 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
34954 _ACEOF
34955  break
34956 fi
34957 done
34958
34959
34960 if test "$ac_cv_func_gettimeofday" = "yes"; then
34961     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday takes two arguments" >&5
34962 $as_echo_n "checking whether gettimeofday takes two arguments... " >&6; }
34963 if ${wx_cv_func_gettimeofday_has_2_args+:} false; then :
34964   $as_echo_n "(cached) " >&6
34965 else
34966
34967                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34968 /* end confdefs.h.  */
34969
34970                 #include <sys/time.h>
34971                 #include <unistd.h>
34972
34973 int
34974 main ()
34975 {
34976
34977                 struct timeval tv;
34978                 gettimeofday(&tv, NULL);
34979
34980   ;
34981   return 0;
34982 }
34983 _ACEOF
34984 if ac_fn_c_try_compile "$LINENO"; then :
34985   wx_cv_func_gettimeofday_has_2_args=yes
34986 else
34987   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34988 /* end confdefs.h.  */
34989
34990                     #include <sys/time.h>
34991                     #include <unistd.h>
34992
34993 int
34994 main ()
34995 {
34996
34997                     struct timeval tv;
34998                     gettimeofday(&tv);
34999
35000   ;
35001   return 0;
35002 }
35003 _ACEOF
35004 if ac_fn_c_try_compile "$LINENO"; then :
35005   wx_cv_func_gettimeofday_has_2_args=no
35006 else
35007
35008                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: failed to determine number of gettimeofday() arguments" >&5
35009 $as_echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
35010                     wx_cv_func_gettimeofday_has_2_args=unknown
35011
35012
35013 fi
35014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35015
35016 fi
35017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35018
35019 fi
35020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_gettimeofday_has_2_args" >&5
35021 $as_echo "$wx_cv_func_gettimeofday_has_2_args" >&6; }
35022
35023     if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
35024         $as_echo "#define WX_GETTIMEOFDAY_NO_TZ 1" >>confdefs.h
35025
35026     fi
35027 fi
35028
35029 if test "$wxUSE_DATETIME" = "yes"; then
35030             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable in <time.h>" >&5
35031 $as_echo_n "checking for timezone variable in <time.h>... " >&6; }
35032 if ${wx_cv_var_timezone+:} false; then :
35033   $as_echo_n "(cached) " >&6
35034 else
35035
35036                         ac_ext=cpp
35037 ac_cpp='$CXXCPP $CPPFLAGS'
35038 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35039 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35040 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35041
35042                         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35043 /* end confdefs.h.  */
35044
35045                                 #include <time.h>
35046
35047 int
35048 main ()
35049 {
35050
35051                                 int tz;
35052                                 tz = timezone;
35053
35054   ;
35055   return 0;
35056 }
35057 _ACEOF
35058 if ac_fn_cxx_try_compile "$LINENO"; then :
35059
35060                                 wx_cv_var_timezone=timezone
35061
35062 else
35063
35064                                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35065 /* end confdefs.h.  */
35066
35067                                         #include <time.h>
35068
35069 int
35070 main ()
35071 {
35072
35073                                         int tz;
35074                                         tz = _timezone;
35075
35076   ;
35077   return 0;
35078 }
35079 _ACEOF
35080 if ac_fn_cxx_try_compile "$LINENO"; then :
35081
35082                                         wx_cv_var_timezone=_timezone
35083
35084 else
35085
35086                                         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35087 /* end confdefs.h.  */
35088
35089                                                 #include <time.h>
35090
35091 int
35092 main ()
35093 {
35094
35095                                                 int tz;
35096                                                 tz = __timezone;
35097
35098   ;
35099   return 0;
35100 }
35101 _ACEOF
35102 if ac_fn_cxx_try_compile "$LINENO"; then :
35103
35104                                                 wx_cv_var_timezone=__timezone
35105
35106 else
35107
35108                                                 if test "$USE_DOS" = 0 ; then
35109                                                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no timezone variable" >&5
35110 $as_echo "$as_me: WARNING: no timezone variable" >&2;}
35111                                                 fi
35112
35113
35114 fi
35115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35116
35117
35118 fi
35119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35120
35121
35122 fi
35123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35124                         ac_ext=c
35125 ac_cpp='$CPP $CPPFLAGS'
35126 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35127 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35128 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35129
35130
35131
35132 fi
35133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_var_timezone" >&5
35134 $as_echo "$wx_cv_var_timezone" >&6; }
35135
35136         if test "x$wx_cv_var_timezone" != x ; then
35137         cat >>confdefs.h <<_ACEOF
35138 #define WX_TIMEZONE $wx_cv_var_timezone
35139 _ACEOF
35140
35141     fi
35142
35143         for ac_func in localtime
35144 do :
35145   ac_fn_c_check_func "$LINENO" "localtime" "ac_cv_func_localtime"
35146 if test "x$ac_cv_func_localtime" = xyes; then :
35147   cat >>confdefs.h <<_ACEOF
35148 #define HAVE_LOCALTIME 1
35149 _ACEOF
35150
35151 fi
35152 done
35153
35154
35155     if test "$ac_cv_func_localtime" = "yes"; then
35156         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tm_gmtoff in struct tm" >&5
35157 $as_echo_n "checking for tm_gmtoff in struct tm... " >&6; }
35158 if ${wx_cv_struct_tm_has_gmtoff+:} false; then :
35159   $as_echo_n "(cached) " >&6
35160 else
35161
35162             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35163 /* end confdefs.h.  */
35164
35165                     #include <time.h>
35166
35167 int
35168 main ()
35169 {
35170
35171                     struct tm tm;
35172                     tm.tm_gmtoff++;
35173
35174   ;
35175   return 0;
35176 }
35177 _ACEOF
35178 if ac_fn_c_try_compile "$LINENO"; then :
35179
35180                     wx_cv_struct_tm_has_gmtoff=yes
35181
35182 else
35183   wx_cv_struct_tm_has_gmtoff=no
35184
35185 fi
35186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35187
35188 fi
35189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_struct_tm_has_gmtoff" >&5
35190 $as_echo "$wx_cv_struct_tm_has_gmtoff" >&6; }
35191     fi
35192
35193     if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
35194         $as_echo "#define WX_GMTOFF_IN_TM 1" >>confdefs.h
35195
35196     fi
35197
35198     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
35199 fi
35200
35201
35202 for ac_func in setpriority
35203 do :
35204   ac_fn_c_check_func "$LINENO" "setpriority" "ac_cv_func_setpriority"
35205 if test "x$ac_cv_func_setpriority" = xyes; then :
35206   cat >>confdefs.h <<_ACEOF
35207 #define HAVE_SETPRIORITY 1
35208 _ACEOF
35209
35210 fi
35211 done
35212
35213
35214
35215 if test "$wxUSE_SOCKETS" = "yes"; then
35216         if test "$TOOLKIT" != "MSW"; then
35217                 ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
35218 if test "x$ac_cv_func_socket" = xyes; then :
35219
35220 else
35221
35222                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
35223 $as_echo_n "checking for socket in -lsocket... " >&6; }
35224 if ${ac_cv_lib_socket_socket+:} false; then :
35225   $as_echo_n "(cached) " >&6
35226 else
35227   ac_check_lib_save_LIBS=$LIBS
35228 LIBS="-lsocket  $LIBS"
35229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35230 /* end confdefs.h.  */
35231
35232 /* Override any GCC internal prototype to avoid an error.
35233    Use char because int might match the return type of a GCC
35234    builtin and then its argument prototype would still apply.  */
35235 #ifdef __cplusplus
35236 extern "C"
35237 #endif
35238 char socket ();
35239 int
35240 main ()
35241 {
35242 return socket ();
35243   ;
35244   return 0;
35245 }
35246 _ACEOF
35247 if ac_fn_c_try_link "$LINENO"; then :
35248   ac_cv_lib_socket_socket=yes
35249 else
35250   ac_cv_lib_socket_socket=no
35251 fi
35252 rm -f core conftest.err conftest.$ac_objext \
35253     conftest$ac_exeext conftest.$ac_ext
35254 LIBS=$ac_check_lib_save_LIBS
35255 fi
35256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
35257 $as_echo "$ac_cv_lib_socket_socket" >&6; }
35258 if test "x$ac_cv_lib_socket_socket" = xyes; then :
35259   if test "$INET_LINK" != " -lsocket"; then
35260                         INET_LINK="$INET_LINK -lsocket"
35261                     fi
35262 else
35263
35264                         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: socket library not found - sockets will be disabled" >&5
35265 $as_echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
35266                         wxUSE_SOCKETS=no
35267
35268
35269 fi
35270
35271
35272
35273 fi
35274
35275     fi
35276 fi
35277
35278 if test "$wxUSE_SOCKETS" = "yes" ; then
35279                 if test "$TOOLKIT" != "MSW"; then
35280                                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is the type of the third argument of getsockname" >&5
35281 $as_echo_n "checking what is the type of the third argument of getsockname... " >&6; }
35282 if ${wx_cv_type_getsockname3+:} false; then :
35283   $as_echo_n "(cached) " >&6
35284 else
35285
35286                 ac_ext=cpp
35287 ac_cpp='$CXXCPP $CPPFLAGS'
35288 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35289 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35290 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35291
35292                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35293 /* end confdefs.h.  */
35294
35295                         #include <sys/types.h>
35296                         #include <sys/socket.h>
35297
35298 int
35299 main ()
35300 {
35301
35302                         socklen_t len;
35303                         getsockname(0, 0, &len);
35304
35305   ;
35306   return 0;
35307 }
35308 _ACEOF
35309 if ac_fn_cxx_try_compile "$LINENO"; then :
35310   wx_cv_type_getsockname3=socklen_t
35311 else
35312
35313                                                                                                                                                                         CFLAGS_OLD="$CFLAGS"
35314                         if test "$GCC" = yes ; then
35315                             CFLAGS="-Werror $CFLAGS"
35316                         fi
35317
35318                         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35319 /* end confdefs.h.  */
35320
35321                                 #include <sys/types.h>
35322                                 #include <sys/socket.h>
35323
35324 int
35325 main ()
35326 {
35327
35328                                 size_t len;
35329                                 getsockname(0, 0, &len);
35330
35331   ;
35332   return 0;
35333 }
35334 _ACEOF
35335 if ac_fn_cxx_try_compile "$LINENO"; then :
35336   wx_cv_type_getsockname3=size_t
35337 else
35338   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35339 /* end confdefs.h.  */
35340
35341                                     #include <sys/types.h>
35342                                     #include <sys/socket.h>
35343
35344 int
35345 main ()
35346 {
35347
35348                                     int len;
35349                                     getsockname(0, 0, &len);
35350
35351   ;
35352   return 0;
35353 }
35354 _ACEOF
35355 if ac_fn_cxx_try_compile "$LINENO"; then :
35356   wx_cv_type_getsockname3=int
35357 else
35358   wx_cv_type_getsockname3=unknown
35359
35360 fi
35361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35362
35363 fi
35364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35365
35366                         CFLAGS="$CFLAGS_OLD"
35367
35368
35369 fi
35370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35371                 ac_ext=c
35372 ac_cpp='$CPP $CPPFLAGS'
35373 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35374 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35375 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35376
35377
35378 fi
35379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_getsockname3" >&5
35380 $as_echo "$wx_cv_type_getsockname3" >&6; }
35381
35382         if test "$wx_cv_type_getsockname3" = "unknown"; then
35383             wxUSE_SOCKETS=no
35384             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't find socklen_t synonym for this system" >&5
35385 $as_echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
35386         else
35387             cat >>confdefs.h <<_ACEOF
35388 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
35389 _ACEOF
35390
35391         fi
35392                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is the type of the fifth argument of getsockopt" >&5
35393 $as_echo_n "checking what is the type of the fifth argument of getsockopt... " >&6; }
35394 if ${wx_cv_type_getsockopt5+:} false; then :
35395   $as_echo_n "(cached) " >&6
35396 else
35397
35398                                                                                                 ac_ext=cpp
35399 ac_cpp='$CXXCPP $CPPFLAGS'
35400 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35401 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35402 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35403
35404                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35405 /* end confdefs.h.  */
35406
35407                         #include <sys/types.h>
35408                         #include <sys/socket.h>
35409
35410 int
35411 main ()
35412 {
35413
35414                         socklen_t len;
35415                         getsockopt(0, 0, 0, 0, &len);
35416
35417   ;
35418   return 0;
35419 }
35420 _ACEOF
35421 if ac_fn_cxx_try_compile "$LINENO"; then :
35422   wx_cv_type_getsockopt5=socklen_t
35423 else
35424
35425                         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35426 /* end confdefs.h.  */
35427
35428                                 #include <sys/types.h>
35429                                 #include <sys/socket.h>
35430
35431 int
35432 main ()
35433 {
35434
35435                                 size_t len;
35436                                 getsockopt(0, 0, 0, 0, &len);
35437
35438   ;
35439   return 0;
35440 }
35441 _ACEOF
35442 if ac_fn_cxx_try_compile "$LINENO"; then :
35443   wx_cv_type_getsockopt5=size_t
35444 else
35445   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35446 /* end confdefs.h.  */
35447
35448                                     #include <sys/types.h>
35449                                     #include <sys/socket.h>
35450
35451 int
35452 main ()
35453 {
35454
35455                                     int len;
35456                                     getsockopt(0, 0, 0, 0, &len);
35457
35458   ;
35459   return 0;
35460 }
35461 _ACEOF
35462 if ac_fn_cxx_try_compile "$LINENO"; then :
35463   wx_cv_type_getsockopt5=int
35464 else
35465   wx_cv_type_getsockopt5=unknown
35466
35467 fi
35468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35469
35470 fi
35471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35472
35473
35474 fi
35475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35476                 ac_ext=c
35477 ac_cpp='$CPP $CPPFLAGS'
35478 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35479 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35480 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35481
35482
35483 fi
35484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_getsockopt5" >&5
35485 $as_echo "$wx_cv_type_getsockopt5" >&6; }
35486
35487         if test "$wx_cv_type_getsockopt5" = "unknown"; then
35488             wxUSE_SOCKETS=no
35489             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't find socklen_t synonym for this system" >&5
35490 $as_echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
35491         else
35492             cat >>confdefs.h <<_ACEOF
35493 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
35494 _ACEOF
35495
35496         fi
35497     fi
35498 fi
35499
35500 if test "$wxUSE_SOCKETS" = "yes" ; then
35501     if test "$wxUSE_IPV6" = "yes"; then
35502         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have sockaddr_in6" >&5
35503 $as_echo_n "checking whether we have sockaddr_in6... " >&6; }
35504 if ${wx_cv_type_sockaddr_in6+:} false; then :
35505   $as_echo_n "(cached) " >&6
35506 else
35507
35508                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35509 /* end confdefs.h.  */
35510
35511                         #include <sys/types.h>
35512                         #include <sys/socket.h>
35513                         #include <netinet/in.h>
35514
35515 int
35516 main ()
35517 {
35518
35519                         struct sockaddr_in6 sa6;
35520
35521   ;
35522   return 0;
35523 }
35524 _ACEOF
35525 if ac_fn_c_try_compile "$LINENO"; then :
35526   wx_cv_type_sockaddr_in6=yes
35527 else
35528   wx_cv_type_sockaddr_in6=no
35529
35530 fi
35531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35532
35533
35534 fi
35535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_sockaddr_in6" >&5
35536 $as_echo "$wx_cv_type_sockaddr_in6" >&6; }
35537
35538         if test "$wx_cv_type_sockaddr_in6"="yes"; then
35539             $as_echo "#define wxUSE_IPV6 1" >>confdefs.h
35540
35541         else
35542             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: IPv6 support not available... disabled" >&5
35543 $as_echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
35544         fi
35545     fi
35546
35547     $as_echo "#define wxUSE_SOCKETS 1" >>confdefs.h
35548
35549     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
35550 fi
35551
35552 if test "$wxUSE_PROTOCOL" = "yes"; then
35553     if test "$wxUSE_SOCKETS" != "yes"; then
35554         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Protocol classes require sockets... disabled" >&5
35555 $as_echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
35556         wxUSE_PROTOCOL=no
35557     fi
35558 fi
35559
35560 if test "$wxUSE_PROTOCOL" = "yes"; then
35561     $as_echo "#define wxUSE_PROTOCOL 1" >>confdefs.h
35562
35563
35564     if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
35565         $as_echo "#define wxUSE_PROTOCOL_HTTP 1" >>confdefs.h
35566
35567     fi
35568     if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
35569         $as_echo "#define wxUSE_PROTOCOL_FTP 1" >>confdefs.h
35570
35571     fi
35572     if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
35573         $as_echo "#define wxUSE_PROTOCOL_FILE 1" >>confdefs.h
35574
35575     fi
35576 else
35577     if test "$wxUSE_FS_INET" = "yes"; then
35578         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: HTTP filesystem require protocol classes... disabled" >&5
35579 $as_echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
35580         wxUSE_FS_INET="no"
35581     fi
35582 fi
35583
35584 if test "$wxUSE_URL" = "yes"; then
35585     if test "$wxUSE_PROTOCOL" != "yes"; then
35586         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxURL class requires wxProtocol... disabled" >&5
35587 $as_echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
35588         wxUSE_URL=no
35589     fi
35590     if test "$wxUSE_URL" = "yes"; then
35591         $as_echo "#define wxUSE_URL 1" >>confdefs.h
35592
35593     fi
35594 fi
35595
35596 if test "$wxUSE_VARIANT" = "yes"; then
35597     $as_echo "#define wxUSE_VARIANT 1" >>confdefs.h
35598
35599 fi
35600
35601 if test "$wxUSE_FS_INET" = "yes"; then
35602   $as_echo "#define wxUSE_FS_INET 1" >>confdefs.h
35603
35604 fi
35605
35606
35607 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
35608     wxUSE_JOYSTICK=no
35609
35610         if test "$TOOLKIT" = "MSW"; then
35611         wxUSE_JOYSTICK=yes
35612
35613         elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
35614         if test "$USE_DARWIN" = 1; then
35615                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking headers have declarations needed for joystick support" >&5
35616 $as_echo_n "checking headers have declarations needed for joystick support... " >&6; }
35617             ac_ext=cpp
35618 ac_cpp='$CXXCPP $CPPFLAGS'
35619 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35620 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35621 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35622
35623             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35624 /* end confdefs.h.  */
35625  #include <IOKit/hid/IOHIDLib.h>
35626 int
35627 main ()
35628 {
35629  IOHIDQueueInterface *qi = NULL;
35630                               IOHIDCallbackFunction cb = NULL;
35631                               qi->setEventCallout(NULL, cb, NULL, NULL);
35632   ;
35633   return 0;
35634 }
35635 _ACEOF
35636 if ac_fn_cxx_try_compile "$LINENO"; then :
35637    wxUSE_JOYSTICK=yes
35638
35639 fi
35640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35641             ac_ext=c
35642 ac_cpp='$CPP $CPPFLAGS'
35643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35644 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35646
35647             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_JOYSTICK" >&5
35648 $as_echo "$wxUSE_JOYSTICK" >&6; }
35649         fi
35650
35651         else
35652                                                         for ac_header in linux/joystick.h
35653 do :
35654   ac_fn_c_check_header_compile "$LINENO" "linux/joystick.h" "ac_cv_header_linux_joystick_h" "$ac_includes_default
35655 "
35656 if test "x$ac_cv_header_linux_joystick_h" = xyes; then :
35657   cat >>confdefs.h <<_ACEOF
35658 #define HAVE_LINUX_JOYSTICK_H 1
35659 _ACEOF
35660  wxUSE_JOYSTICK=yes
35661 fi
35662
35663 done
35664
35665     fi
35666
35667     if test "$wxUSE_JOYSTICK" = "yes"; then
35668         $as_echo "#define wxUSE_JOYSTICK 1" >>confdefs.h
35669
35670         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
35671     else
35672         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Joystick not supported by this system... disabled" >&5
35673 $as_echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
35674     fi
35675 fi
35676
35677
35678
35679 if test "$wxUSE_FONTENUM" = "yes" ; then
35680   $as_echo "#define wxUSE_FONTENUM 1" >>confdefs.h
35681
35682 fi
35683
35684 if test "$wxUSE_FONTMAP" = "yes" ; then
35685   $as_echo "#define wxUSE_FONTMAP 1" >>confdefs.h
35686
35687 fi
35688
35689 if test "$wxUSE_UNICODE" = "yes" ; then
35690   $as_echo "#define wxUSE_UNICODE 1" >>confdefs.h
35691
35692
35693   if test "$USE_WIN32" != 1; then
35694       wxUSE_UNICODE_MSLU=no
35695   fi
35696
35697   if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
35698         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lunicows" >&5
35699 $as_echo_n "checking for main in -lunicows... " >&6; }
35700 if ${ac_cv_lib_unicows_main+:} false; then :
35701   $as_echo_n "(cached) " >&6
35702 else
35703   ac_check_lib_save_LIBS=$LIBS
35704 LIBS="-lunicows  $LIBS"
35705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35706 /* end confdefs.h.  */
35707
35708
35709 int
35710 main ()
35711 {
35712 return main ();
35713   ;
35714   return 0;
35715 }
35716 _ACEOF
35717 if ac_fn_c_try_link "$LINENO"; then :
35718   ac_cv_lib_unicows_main=yes
35719 else
35720   ac_cv_lib_unicows_main=no
35721 fi
35722 rm -f core conftest.err conftest.$ac_objext \
35723     conftest$ac_exeext conftest.$ac_ext
35724 LIBS=$ac_check_lib_save_LIBS
35725 fi
35726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unicows_main" >&5
35727 $as_echo "$ac_cv_lib_unicows_main" >&6; }
35728 if test "x$ac_cv_lib_unicows_main" = xyes; then :
35729
35730                 $as_echo "#define wxUSE_UNICODE_MSLU 1" >>confdefs.h
35731
35732
35733 else
35734
35735                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35736                              Applications will only run on Windows NT/2000/XP!" >&5
35737 $as_echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35738                              Applications will only run on Windows NT/2000/XP!" >&2;}
35739                 wxUSE_UNICODE_MSLU=no
35740
35741 fi
35742
35743     fi
35744 fi
35745
35746 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
35747     $as_echo "#define wxUSE_UNICODE_UTF8 1" >>confdefs.h
35748
35749
35750     if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
35751         $as_echo "#define wxUSE_UTF8_LOCALE_ONLY 1" >>confdefs.h
35752
35753     fi
35754 fi
35755
35756
35757 if test "$wxUSE_CONSTRAINTS" = "yes"; then
35758     $as_echo "#define wxUSE_CONSTRAINTS 1" >>confdefs.h
35759
35760     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
35761 fi
35762
35763 if test "$wxUSE_MDI" = "yes"; then
35764     $as_echo "#define wxUSE_MDI 1" >>confdefs.h
35765
35766
35767     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
35768         $as_echo "#define wxUSE_MDI_ARCHITECTURE 1" >>confdefs.h
35769
35770         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
35771     fi
35772 fi
35773
35774 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
35775     $as_echo "#define wxUSE_DOC_VIEW_ARCHITECTURE 1" >>confdefs.h
35776
35777     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
35778 fi
35779
35780 if test "$wxUSE_HELP" = "yes"; then
35781     $as_echo "#define wxUSE_HELP 1" >>confdefs.h
35782
35783     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
35784
35785     if test "$wxUSE_MSW" = 1; then
35786       if test "$wxUSE_MS_HTML_HELP" = "yes"; then
35787         $as_echo "#define wxUSE_MS_HTML_HELP 1" >>confdefs.h
35788
35789       fi
35790     fi
35791
35792     if test "$wxUSE_WXHTML_HELP" = "yes"; then
35793       if test "$wxUSE_HTML" = "yes"; then
35794         $as_echo "#define wxUSE_WXHTML_HELP 1" >>confdefs.h
35795
35796       else
35797         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
35798 $as_echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
35799         wxUSE_WXHTML_HELP=no
35800       fi
35801     fi
35802 fi
35803
35804 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
35805     $as_echo "#define wxUSE_PRINTING_ARCHITECTURE 1" >>confdefs.h
35806
35807     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
35808 fi
35809
35810 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
35811   $as_echo "#define wxUSE_POSTSCRIPT 1" >>confdefs.h
35812
35813 fi
35814
35815 $as_echo "#define wxUSE_AFM_FOR_POSTSCRIPT 1" >>confdefs.h
35816
35817
35818 if test "$wxUSE_SVG" = "yes"; then
35819     $as_echo "#define wxUSE_SVG 1" >>confdefs.h
35820
35821 fi
35822
35823
35824 if test "$wxUSE_METAFILE" = "yes"; then
35825     if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
35826         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMetafile is not available on this system... disabled" >&5
35827 $as_echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
35828         wxUSE_METAFILE=no
35829     fi
35830 elif test "$wxUSE_METAFILE" = "auto"; then
35831     if test "$wxUSE_MSW" = 1 -o "$wxUSE_MAC" = 1 -o "$wxUSE_PM" = 1; then
35832         wxUSE_METAFILE=yes
35833     fi
35834 fi
35835
35836 if test "$wxUSE_METAFILE" = "yes"; then
35837     $as_echo "#define wxUSE_METAFILE 1" >>confdefs.h
35838
35839     if test "$wxUSE_MSW" = 1; then
35840                 $as_echo "#define wxUSE_ENH_METAFILE 1" >>confdefs.h
35841
35842     fi
35843 fi
35844
35845
35846 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ"       = "yes" \
35847                           -o "$wxUSE_CLIPBOARD"     = "yes" \
35848                           -o "$wxUSE_OLE"     = "yes" \
35849                           -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
35850     ac_fn_c_check_header_compile "$LINENO" "ole2.h" "ac_cv_header_ole2_h" "
35851 "
35852 if test "x$ac_cv_header_ole2_h" = xyes; then :
35853
35854 fi
35855
35856
35857
35858     if test "$ac_cv_header_ole2_h" = "yes" ; then
35859         if test "$GCC" = yes ; then
35860             { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ requires -fvtable-thunks" >&5
35861 $as_echo_n "checking if g++ requires -fvtable-thunks... " >&6; }
35862             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35863 /* end confdefs.h.  */
35864 #include <windows.h>
35865                             #include <ole2.h>
35866 int
35867 main ()
35868 {
35869
35870   ;
35871   return 0;
35872 }
35873 _ACEOF
35874 if ac_fn_c_try_compile "$LINENO"; then :
35875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35876 $as_echo "no" >&6; }
35877 else
35878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35879 $as_echo "yes" >&6; }
35880                             WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
35881 fi
35882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35883             LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
35884             if test "$wxUSE_OLE" = "yes" ; then
35885                 $as_echo "#define wxUSE_OLE 1" >>confdefs.h
35886
35887                 $as_echo "#define wxUSE_OLE_AUTOMATION 1" >>confdefs.h
35888
35889                 $as_echo "#define wxUSE_ACTIVEX 1" >>confdefs.h
35890
35891                 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
35892             fi
35893         fi
35894
35895                 if test "$wxUSE_DATAOBJ" = "yes" ; then
35896             $as_echo "#define wxUSE_DATAOBJ 1" >>confdefs.h
35897
35898         fi
35899     else
35900         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Some features disabled because OLE headers not found" >&5
35901 $as_echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
35902
35903         wxUSE_CLIPBOARD=no
35904         wxUSE_DRAG_AND_DROP=no
35905         wxUSE_DATAOBJ=no
35906         wxUSE_OLE=no
35907     fi
35908 fi
35909
35910 if test "$wxUSE_IPC" = "yes"; then
35911     if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
35912         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
35913 $as_echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
35914         wxUSE_IPC=no
35915     fi
35916
35917     if test "$wxUSE_IPC" = "yes"; then
35918         $as_echo "#define wxUSE_IPC 1" >>confdefs.h
35919
35920         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
35921     fi
35922 fi
35923
35924 if test "$wxUSE_DATAOBJ" = "yes"; then
35925     $as_echo "#define wxUSE_DATAOBJ 1" >>confdefs.h
35926
35927 else
35928     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
35929 $as_echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
35930     wxUSE_CLIPBOARD=no
35931     wxUSE_DRAG_AND_DROP=no
35932 fi
35933
35934 if test "$wxUSE_CLIPBOARD" = "yes"; then
35935     if test "$wxUSE_DFB" = 1; then
35936         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
35937 $as_echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
35938         wxUSE_CLIPBOARD=no
35939     fi
35940
35941     if test "$wxUSE_CLIPBOARD" = "yes"; then
35942         $as_echo "#define wxUSE_CLIPBOARD 1" >>confdefs.h
35943
35944     fi
35945 fi
35946
35947 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
35948     if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_DFB" = 1; then
35949         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
35950 $as_echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
35951         wxUSE_DRAG_AND_DROP=no
35952     fi
35953
35954     if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
35955         $as_echo "#define wxUSE_DRAG_AND_DROP 1" >>confdefs.h
35956
35957     fi
35958
35959 fi
35960
35961 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
35962     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
35963 fi
35964
35965 if test "$wxUSE_CLIPBOARD" = "yes"; then
35966     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS clipboard"
35967 fi
35968
35969 if test "$wxUSE_SPLINES" = "yes" ; then
35970   $as_echo "#define wxUSE_SPLINES 1" >>confdefs.h
35971
35972 fi
35973
35974 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
35975   $as_echo "#define wxUSE_MOUSEWHEEL 1" >>confdefs.h
35976
35977 fi
35978
35979 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
35980     $as_echo "#define wxUSE_UIACTIONSIMULATOR 1" >>confdefs.h
35981
35982     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
35983 fi
35984
35985 if test "$wxUSE_DC_TRANSFORM_MATRIX" = "yes" ; then
35986     $as_echo "#define wxUSE_DC_TRANSFORM_MATRIX 1" >>confdefs.h
35987
35988 fi
35989
35990
35991 USES_CONTROLS=0
35992 if test "$wxUSE_CONTROLS" = "yes"; then
35993   USES_CONTROLS=1
35994 fi
35995
35996 if test "$wxUSE_MARKUP" = "yes"; then
35997   $as_echo "#define wxUSE_MARKUP 1" >>confdefs.h
35998
35999 fi
36000
36001 if test "$wxUSE_ACCEL" = "yes"; then
36002   $as_echo "#define wxUSE_ACCEL 1" >>confdefs.h
36003
36004   USES_CONTROLS=1
36005 fi
36006
36007 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
36008   $as_echo "#define wxUSE_ANIMATIONCTRL 1" >>confdefs.h
36009
36010   USES_CONTROLS=1
36011   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS animate"
36012 fi
36013
36014 if test "$wxUSE_BANNERWINDOW" = "yes"; then
36015   $as_echo "#define wxUSE_BANNERWINDOW 1" >>confdefs.h
36016
36017 fi
36018
36019 if test "$wxUSE_BUTTON" = "yes"; then
36020   $as_echo "#define wxUSE_BUTTON 1" >>confdefs.h
36021
36022   USES_CONTROLS=1
36023 fi
36024
36025 if test "$wxUSE_BMPBUTTON" = "yes"; then
36026   $as_echo "#define wxUSE_BMPBUTTON 1" >>confdefs.h
36027
36028   USES_CONTROLS=1
36029 fi
36030
36031 if test "$wxUSE_CALCTRL" = "yes"; then
36032   $as_echo "#define wxUSE_CALENDARCTRL 1" >>confdefs.h
36033
36034   USES_CONTROLS=1
36035   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
36036 fi
36037
36038 if test "$wxUSE_CARET" = "yes"; then
36039   $as_echo "#define wxUSE_CARET 1" >>confdefs.h
36040
36041   USES_CONTROLS=1
36042   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
36043 fi
36044
36045 if test "$wxUSE_COLLPANE" = "yes"; then
36046     $as_echo "#define wxUSE_COLLPANE 1" >>confdefs.h
36047
36048     USES_CONTROLS=1
36049     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS collpane"
36050 fi
36051
36052 if test "$wxUSE_COMBOBOX" = "yes"; then
36053   $as_echo "#define wxUSE_COMBOBOX 1" >>confdefs.h
36054
36055   USES_CONTROLS=1
36056 fi
36057
36058 if test "$wxUSE_COMBOCTRL" = "yes"; then
36059   $as_echo "#define wxUSE_COMBOCTRL 1" >>confdefs.h
36060
36061   USES_CONTROLS=1
36062 fi
36063
36064 if test "$wxUSE_COMMANDLINKBUTTON" = "yes"; then
36065   $as_echo "#define wxUSE_COMMANDLINKBUTTON 1" >>confdefs.h
36066
36067   USES_CONTROLS=1
36068 fi
36069
36070 if test "$wxUSE_CHOICE" = "yes"; then
36071   $as_echo "#define wxUSE_CHOICE 1" >>confdefs.h
36072
36073   USES_CONTROLS=1
36074 fi
36075
36076 if test "$wxUSE_CHOICEBOOK" = "yes"; then
36077     $as_echo "#define wxUSE_CHOICEBOOK 1" >>confdefs.h
36078
36079     USES_CONTROLS=1
36080 fi
36081
36082 if test "$wxUSE_CHECKBOX" = "yes"; then
36083   $as_echo "#define wxUSE_CHECKBOX 1" >>confdefs.h
36084
36085   USES_CONTROLS=1
36086 fi
36087
36088 if test "$wxUSE_CHECKLST" = "yes"; then
36089   $as_echo "#define wxUSE_CHECKLISTBOX 1" >>confdefs.h
36090
36091   USES_CONTROLS=1
36092 fi
36093
36094 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
36095   $as_echo "#define wxUSE_COLOURPICKERCTRL 1" >>confdefs.h
36096
36097   USES_CONTROLS=1
36098 fi
36099
36100 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
36101   $as_echo "#define wxUSE_DATEPICKCTRL 1" >>confdefs.h
36102
36103   USES_CONTROLS=1
36104 fi
36105
36106 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
36107   $as_echo "#define wxUSE_DIRPICKERCTRL 1" >>confdefs.h
36108
36109   USES_CONTROLS=1
36110 fi
36111
36112 if test "$wxUSE_FILECTRL" = "yes"; then
36113   $as_echo "#define wxUSE_FILECTRL 1" >>confdefs.h
36114
36115   USES_CONTROLS=1
36116 fi
36117
36118 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
36119   $as_echo "#define wxUSE_FILEPICKERCTRL 1" >>confdefs.h
36120
36121   USES_CONTROLS=1
36122 fi
36123
36124 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
36125   $as_echo "#define wxUSE_FONTPICKERCTRL 1" >>confdefs.h
36126
36127   USES_CONTROLS=1
36128 fi
36129
36130 if test "$wxUSE_DISPLAY" = "yes"; then
36131     if test "$wxUSE_DFB" = 1; then
36132         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
36133 $as_echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
36134         wxUSE_DISPLAY=no
36135     else
36136         $as_echo "#define wxUSE_DISPLAY 1" >>confdefs.h
36137
36138         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
36139     fi
36140 fi
36141
36142 if test "$wxUSE_DETECT_SM" = "yes"; then
36143     $as_echo "#define wxUSE_DETECT_SM 1" >>confdefs.h
36144
36145 fi
36146
36147 if test "$wxUSE_GAUGE" = "yes"; then
36148   $as_echo "#define wxUSE_GAUGE 1" >>confdefs.h
36149
36150   USES_CONTROLS=1
36151 fi
36152
36153 if test "$wxUSE_GRID" = "yes"; then
36154   $as_echo "#define wxUSE_GRID 1" >>confdefs.h
36155
36156   USES_CONTROLS=1
36157   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
36158 fi
36159
36160 if test "$wxUSE_HEADERCTRL" = "yes"; then
36161   $as_echo "#define wxUSE_HEADERCTRL 1" >>confdefs.h
36162
36163   USES_CONTROLS=1
36164 fi
36165
36166 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
36167   $as_echo "#define wxUSE_HYPERLINKCTRL 1" >>confdefs.h
36168
36169   USES_CONTROLS=1
36170 fi
36171
36172 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
36173   $as_echo "#define wxUSE_BITMAPCOMBOBOX 1" >>confdefs.h
36174
36175   USES_CONTROLS=1
36176 fi
36177
36178 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
36179   $as_echo "#define wxUSE_DATAVIEWCTRL 1" >>confdefs.h
36180
36181   USES_CONTROLS=1
36182   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
36183 fi
36184
36185 if test "$wxUSE_IMAGLIST" = "yes"; then
36186     $as_echo "#define wxUSE_IMAGLIST 1" >>confdefs.h
36187
36188 fi
36189
36190 if test "$wxUSE_INFOBAR" = "yes"; then
36191     $as_echo "#define wxUSE_INFOBAR 1" >>confdefs.h
36192
36193 fi
36194
36195 if test "$wxUSE_LISTBOOK" = "yes"; then
36196     $as_echo "#define wxUSE_LISTBOOK 1" >>confdefs.h
36197
36198     USES_CONTROLS=1
36199 fi
36200
36201 if test "$wxUSE_LISTBOX" = "yes"; then
36202     $as_echo "#define wxUSE_LISTBOX 1" >>confdefs.h
36203
36204     USES_CONTROLS=1
36205 fi
36206
36207 if test "$wxUSE_LISTCTRL" = "yes"; then
36208     if test "$wxUSE_IMAGLIST" = "yes"; then
36209         $as_echo "#define wxUSE_LISTCTRL 1" >>confdefs.h
36210
36211         USES_CONTROLS=1
36212         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
36213     else
36214         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
36215 $as_echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
36216     fi
36217 fi
36218
36219 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
36220     $as_echo "#define wxUSE_EDITABLELISTBOX 1" >>confdefs.h
36221
36222     USES_CONTROLS=1
36223 fi
36224
36225 if test "$wxUSE_NOTEBOOK" = "yes"; then
36226     $as_echo "#define wxUSE_NOTEBOOK 1" >>confdefs.h
36227
36228     USES_CONTROLS=1
36229     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
36230 fi
36231
36232 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
36233     $as_echo "#define wxUSE_NOTIFICATION_MESSAGE 1" >>confdefs.h
36234
36235 fi
36236
36237 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
36238   $as_echo "#define wxUSE_ODCOMBOBOX 1" >>confdefs.h
36239
36240   USES_CONTROLS=1
36241   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
36242 fi
36243
36244 if test "$wxUSE_RADIOBOX" = "yes"; then
36245     $as_echo "#define wxUSE_RADIOBOX 1" >>confdefs.h
36246
36247     USES_CONTROLS=1
36248 fi
36249
36250 if test "$wxUSE_RADIOBTN" = "yes"; then
36251     $as_echo "#define wxUSE_RADIOBTN 1" >>confdefs.h
36252
36253     USES_CONTROLS=1
36254 fi
36255
36256 if test "$wxUSE_REARRANGECTRL" = "yes"; then
36257     $as_echo "#define wxUSE_REARRANGECTRL 1" >>confdefs.h
36258
36259 fi
36260
36261 if test "$wxUSE_RICHMSGDLG" = "yes"; then
36262     $as_echo "#define wxUSE_RICHMSGDLG 1" >>confdefs.h
36263
36264 fi
36265
36266 if test "$wxUSE_RICHTOOLTIP" = "yes"; then
36267     $as_echo "#define wxUSE_RICHTOOLTIP 1" >>confdefs.h
36268
36269 fi
36270
36271 if test "$wxUSE_SASH" = "yes"; then
36272     $as_echo "#define wxUSE_SASH 1" >>confdefs.h
36273
36274     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
36275 fi
36276
36277 if test "$wxUSE_SCROLLBAR" = "yes"; then
36278     $as_echo "#define wxUSE_SCROLLBAR 1" >>confdefs.h
36279
36280     USES_CONTROLS=1
36281     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll"
36282 fi
36283
36284 if test "$wxUSE_SEARCHCTRL" = "yes"; then
36285     $as_echo "#define wxUSE_SEARCHCTRL 1" >>confdefs.h
36286
36287     USES_CONTROLS=1
36288 fi
36289
36290 if test "$wxUSE_SLIDER" = "yes"; then
36291     $as_echo "#define wxUSE_SLIDER 1" >>confdefs.h
36292
36293     USES_CONTROLS=1
36294 fi
36295
36296 if test "$wxUSE_SPINBTN" = "yes"; then
36297     $as_echo "#define wxUSE_SPINBTN 1" >>confdefs.h
36298
36299     USES_CONTROLS=1
36300 fi
36301
36302 if test "$wxUSE_SPINCTRL" = "yes"; then
36303     $as_echo "#define wxUSE_SPINCTRL 1" >>confdefs.h
36304
36305     USES_CONTROLS=1
36306 fi
36307
36308 if test "$wxUSE_SPLITTER" = "yes"; then
36309     $as_echo "#define wxUSE_SPLITTER 1" >>confdefs.h
36310
36311     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
36312 fi
36313
36314 if test "$wxUSE_STATBMP" = "yes"; then
36315     $as_echo "#define wxUSE_STATBMP 1" >>confdefs.h
36316
36317     USES_CONTROLS=1
36318 fi
36319
36320 if test "$wxUSE_STATBOX" = "yes"; then
36321     $as_echo "#define wxUSE_STATBOX 1" >>confdefs.h
36322
36323     USES_CONTROLS=1
36324 fi
36325
36326 if test "$wxUSE_STATTEXT" = "yes"; then
36327     $as_echo "#define wxUSE_STATTEXT 1" >>confdefs.h
36328
36329     USES_CONTROLS=1
36330 fi
36331
36332 if test "$wxUSE_STATLINE" = "yes"; then
36333     $as_echo "#define wxUSE_STATLINE 1" >>confdefs.h
36334
36335     USES_CONTROLS=1
36336 fi
36337
36338 if test "$wxUSE_STATUSBAR" = "yes"; then
36339         $as_echo "#define wxUSE_NATIVE_STATUSBAR 1" >>confdefs.h
36340
36341     $as_echo "#define wxUSE_STATUSBAR 1" >>confdefs.h
36342
36343     USES_CONTROLS=1
36344
36345     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
36346 fi
36347
36348 if test "$wxUSE_TEXTCTRL" = "yes"; then
36349     $as_echo "#define wxUSE_TEXTCTRL 1" >>confdefs.h
36350
36351     USES_CONTROLS=1
36352     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
36353
36354             $as_echo "#define wxUSE_RICHEDIT 1" >>confdefs.h
36355
36356     $as_echo "#define wxUSE_RICHEDIT2 1" >>confdefs.h
36357
36358 fi
36359
36360 if test "$wxUSE_TIMEPICKCTRL" = "yes"; then
36361   $as_echo "#define wxUSE_TIMEPICKCTRL 1" >>confdefs.h
36362
36363   USES_CONTROLS=1
36364 fi
36365
36366 if test "$wxUSE_TOGGLEBTN" = "yes"; then
36367     if test "$wxUSE_OLD_COCOA" = 1 ; then
36368         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
36369 $as_echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
36370         wxUSE_TOGGLEBTN=no
36371     fi
36372
36373     if test "$wxUSE_TOGGLEBTN" = "yes"; then
36374         $as_echo "#define wxUSE_TOGGLEBTN 1" >>confdefs.h
36375
36376         USES_CONTROLS=1
36377     fi
36378 fi
36379
36380 if test "$wxUSE_TOOLBAR" = "yes"; then
36381     $as_echo "#define wxUSE_TOOLBAR 1" >>confdefs.h
36382
36383     USES_CONTROLS=1
36384
36385     if test "$wxUSE_UNIVERSAL" = "yes"; then
36386         wxUSE_TOOLBAR_NATIVE="no"
36387     else
36388         wxUSE_TOOLBAR_NATIVE="yes"
36389         $as_echo "#define wxUSE_TOOLBAR_NATIVE 1" >>confdefs.h
36390
36391     fi
36392
36393     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
36394 fi
36395
36396 if test "$wxUSE_TOOLTIPS" = "yes"; then
36397     if test "$wxUSE_MOTIF" = 1; then
36398         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
36399 $as_echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
36400     else
36401         if test "$wxUSE_UNIVERSAL" = "yes"; then
36402             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
36403 $as_echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
36404         else
36405             $as_echo "#define wxUSE_TOOLTIPS 1" >>confdefs.h
36406
36407         fi
36408     fi
36409 fi
36410
36411 if test "$wxUSE_TREEBOOK" = "yes"; then
36412     $as_echo "#define wxUSE_TREEBOOK 1" >>confdefs.h
36413
36414     USES_CONTROLS=1
36415 fi
36416
36417 if test "$wxUSE_TOOLBOOK" = "yes"; then
36418     $as_echo "#define wxUSE_TOOLBOOK 1" >>confdefs.h
36419
36420     USES_CONTROLS=1
36421 fi
36422
36423 if test "$wxUSE_TREECTRL" = "yes"; then
36424     if test "$wxUSE_IMAGLIST" = "yes"; then
36425         $as_echo "#define wxUSE_TREECTRL 1" >>confdefs.h
36426
36427         USES_CONTROLS=1
36428         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
36429     else
36430         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
36431 $as_echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
36432     fi
36433 fi
36434
36435 if test "$wxUSE_TREELISTCTRL" = "yes"; then
36436     $as_echo "#define wxUSE_TREELISTCTRL 1" >>confdefs.h
36437
36438     USES_CONTROLS=1
36439     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelist"
36440 fi
36441
36442 if test "$wxUSE_POPUPWIN" = "yes"; then
36443     if test "$wxUSE_OLD_COCOA" = 1 ; then
36444         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
36445 $as_echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
36446     else
36447         if test "$wxUSE_PM" = 1; then
36448             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
36449 $as_echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
36450         else
36451             $as_echo "#define wxUSE_POPUPWIN 1" >>confdefs.h
36452
36453             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
36454
36455             USES_CONTROLS=1
36456         fi
36457     fi
36458 fi
36459
36460 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
36461     if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
36462         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Dialup manager not supported on this platform... disabled" >&5
36463 $as_echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
36464     else
36465         $as_echo "#define wxUSE_DIALUP_MANAGER 1" >>confdefs.h
36466
36467         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
36468     fi
36469 fi
36470
36471 if test "$wxUSE_TIPWINDOW" = "yes"; then
36472     if test "$wxUSE_PM" = 1; then
36473         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
36474 $as_echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
36475     else
36476         $as_echo "#define wxUSE_TIPWINDOW 1" >>confdefs.h
36477
36478     fi
36479 fi
36480
36481 if test "$USES_CONTROLS" = 1; then
36482     $as_echo "#define wxUSE_CONTROLS 1" >>confdefs.h
36483
36484 fi
36485
36486
36487 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
36488     $as_echo "#define wxUSE_ACCESSIBILITY 1" >>confdefs.h
36489
36490     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
36491 fi
36492
36493 if test "$wxUSE_ARTPROVIDER_STD" = "yes"; then
36494     $as_echo "#define wxUSE_ARTPROVIDER_STD 1" >>confdefs.h
36495
36496 fi
36497
36498 if test "$wxUSE_ARTPROVIDER_TANGO" = "auto"; then
36499             if test "$wxUSE_GTK" != 1; then
36500                 if test "$wxUSE_LIBPNG" != no -a \
36501                 "$wxUSE_IMAGE" = yes -a \
36502                 "$wxUSE_STREAMS" = yes; then
36503             wxUSE_ARTPROVIDER_TANGO="yes"
36504         fi
36505     fi
36506 fi
36507
36508 if test "$wxUSE_ARTPROVIDER_TANGO" = "yes"; then
36509     $as_echo "#define wxUSE_ARTPROVIDER_TANGO 1" >>confdefs.h
36510
36511 fi
36512
36513 if test "$wxUSE_DRAGIMAGE" = "yes"; then
36514     $as_echo "#define wxUSE_DRAGIMAGE 1" >>confdefs.h
36515
36516     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
36517 fi
36518
36519 if test "$wxUSE_EXCEPTIONS" = "yes"; then
36520     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36521         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
36522 $as_echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
36523     else
36524         $as_echo "#define wxUSE_EXCEPTIONS 1" >>confdefs.h
36525
36526         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
36527     fi
36528 fi
36529
36530 USE_HTML=0
36531 if test "$wxUSE_HTML" = "yes"; then
36532     $as_echo "#define wxUSE_HTML 1" >>confdefs.h
36533
36534     USE_HTML=1
36535     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
36536 fi
36537 if test "$wxUSE_WEBKIT" = "yes"; then
36538     if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
36539         old_CPPFLAGS="$CPPFLAGS"
36540         CPPFLAGS="-x objective-c++ $CPPFLAGS"
36541         ac_fn_c_check_header_compile "$LINENO" "WebKit/HIWebView.h" "ac_cv_header_WebKit_HIWebView_h" "
36542                            #include <Carbon/Carbon.h>
36543                            #include <WebKit/WebKit.h>
36544
36545 "
36546 if test "x$ac_cv_header_WebKit_HIWebView_h" = xyes; then :
36547
36548                            $as_echo "#define wxUSE_WEBKIT 1" >>confdefs.h
36549
36550                            WEBKIT_LINK="-framework WebKit"
36551
36552 else
36553
36554                            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit headers not found; disabling wxWebKit" >&5
36555 $as_echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
36556                            wxUSE_WEBKIT=no
36557
36558 fi
36559
36560
36561         CPPFLAGS="$old_CPPFLAGS"
36562     elif test "$wxUSE_OLD_COCOA" = 1; then
36563         $as_echo "#define wxUSE_WEBKIT 1" >>confdefs.h
36564
36565     else
36566         wxUSE_WEBKIT=no
36567     fi
36568     if test "$wxUSE_WEBKIT" = "yes"; then
36569         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
36570     fi
36571 fi
36572
36573 USE_XRC=0
36574 if test "$wxUSE_XRC" = "yes"; then
36575     if test "$wxUSE_XML" != "yes"; then
36576         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: XML library not built, XRC resources disabled" >&5
36577 $as_echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
36578         wxUSE_XRC=no
36579     else
36580         $as_echo "#define wxUSE_XRC 1" >>confdefs.h
36581
36582         USE_XRC=1
36583         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
36584     fi
36585 fi
36586
36587 USE_AUI=0
36588 if test "$wxUSE_AUI" = "yes"; then
36589    $as_echo "#define wxUSE_AUI 1" >>confdefs.h
36590
36591    USE_AUI=1
36592    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
36593 fi
36594
36595 USE_PROPGRID=0
36596 if test "$wxUSE_PROPGRID" = "yes"; then
36597    $as_echo "#define wxUSE_PROPGRID 1" >>confdefs.h
36598
36599    USE_PROPGRID=1
36600    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS propgrid"
36601 fi
36602
36603 USE_RIBBON=0
36604 if test "$wxUSE_RIBBON" = "yes"; then
36605    $as_echo "#define wxUSE_RIBBON 1" >>confdefs.h
36606
36607    USE_RIBBON=1
36608    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ribbon"
36609 fi
36610
36611 USE_STC=0
36612 if test "$wxUSE_STC" = "yes"; then
36613    $as_echo "#define wxUSE_STC 1" >>confdefs.h
36614
36615    USE_STC=1
36616    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
36617
36618       # Extract the first word of "python", so it can be a program name with args.
36619 set dummy python; ac_word=$2
36620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
36621 $as_echo_n "checking for $ac_word... " >&6; }
36622 if ${ac_cv_path_PYTHON+:} false; then :
36623   $as_echo_n "(cached) " >&6
36624 else
36625   case $PYTHON in
36626   [\\/]* | ?:[\\/]*)
36627   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
36628   ;;
36629   *)
36630   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36631 for as_dir in $PATH
36632 do
36633   IFS=$as_save_IFS
36634   test -z "$as_dir" && as_dir=.
36635     for ac_exec_ext in '' $ac_executable_extensions; do
36636   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36637     ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
36638     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36639     break 2
36640   fi
36641 done
36642   done
36643 IFS=$as_save_IFS
36644
36645   ;;
36646 esac
36647 fi
36648 PYTHON=$ac_cv_path_PYTHON
36649 if test -n "$PYTHON"; then
36650   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
36651 $as_echo "$PYTHON" >&6; }
36652 else
36653   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36654 $as_echo "no" >&6; }
36655 fi
36656
36657
36658    if test "x$PYTHON" = "x"; then
36659      COND_PYTHON="#"
36660    fi
36661
36662 fi
36663
36664 if test "$wxUSE_MENUS" = "yes"; then
36665     $as_echo "#define wxUSE_MENUS 1" >>confdefs.h
36666
36667     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
36668 fi
36669
36670 if test "$wxUSE_MIMETYPE" = "yes"; then
36671     $as_echo "#define wxUSE_MIMETYPE 1" >>confdefs.h
36672
36673 fi
36674
36675 if test "$wxUSE_MINIFRAME" = "yes"; then
36676     $as_echo "#define wxUSE_MINIFRAME 1" >>confdefs.h
36677
36678 fi
36679
36680 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
36681     $as_echo "#define wxUSE_SYSTEM_OPTIONS 1" >>confdefs.h
36682
36683 fi
36684
36685 if test "$wxUSE_TASKBARICON" = "yes"; then
36686     $as_echo "#define wxUSE_TASKBARICON 1" >>confdefs.h
36687
36688                 $as_echo "#define wxUSE_TASKBARICON_BALLOONS 1" >>confdefs.h
36689
36690     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
36691 fi
36692
36693
36694 if test "$wxUSE_VALIDATORS" = "yes"; then
36695     $as_echo "#define wxUSE_VALIDATORS 1" >>confdefs.h
36696
36697     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
36698 fi
36699
36700 if test "$wxUSE_PALETTE" = "yes" ; then
36701     if test "$wxUSE_DFB" = 1; then
36702         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxPalette not yet supported under DFB... disabled" >&5
36703 $as_echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
36704         wxUSE_PALETTE=no
36705     else
36706         $as_echo "#define wxUSE_PALETTE 1" >>confdefs.h
36707
36708     fi
36709 fi
36710
36711 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
36712     LIBS=" -lunicows $LIBS"
36713 fi
36714
36715 USE_RICHTEXT=0
36716 if test "$wxUSE_RICHTEXT" = "yes"; then
36717     $as_echo "#define wxUSE_RICHTEXT 1" >>confdefs.h
36718
36719     USE_RICHTEXT=1
36720     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
36721 fi
36722
36723 if test "$wxUSE_WEBVIEW" = "yes"; then
36724     USE_WEBVIEW_WEBKIT=0
36725     if test "$wxUSE_WEBVIEW_WEBKIT" = "yes"; then
36726         if test "$wxUSE_GTK" = 1; then
36727             webkitgtk=webkit-1.0
36728             if test "$WXGTK3" = 1; then
36729                 webkitgtk=webkitgtk-3.0
36730             fi
36731
36732 pkg_failed=no
36733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WEBKIT" >&5
36734 $as_echo_n "checking for WEBKIT... " >&6; }
36735
36736 if test -n "$PKG_CONFIG"; then
36737     if test -n "$WEBKIT_CFLAGS"; then
36738         pkg_cv_WEBKIT_CFLAGS="$WEBKIT_CFLAGS"
36739     else
36740         if test -n "$PKG_CONFIG" && \
36741     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$webkitgtk >= 1.3.1\""; } >&5
36742   ($PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1") 2>&5
36743   ac_status=$?
36744   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36745   test $ac_status = 0; }; then
36746   pkg_cv_WEBKIT_CFLAGS=`$PKG_CONFIG --cflags "$webkitgtk >= 1.3.1" 2>/dev/null`
36747 else
36748   pkg_failed=yes
36749 fi
36750     fi
36751 else
36752         pkg_failed=untried
36753 fi
36754 if test -n "$PKG_CONFIG"; then
36755     if test -n "$WEBKIT_LIBS"; then
36756         pkg_cv_WEBKIT_LIBS="$WEBKIT_LIBS"
36757     else
36758         if test -n "$PKG_CONFIG" && \
36759     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$webkitgtk >= 1.3.1\""; } >&5
36760   ($PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1") 2>&5
36761   ac_status=$?
36762   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36763   test $ac_status = 0; }; then
36764   pkg_cv_WEBKIT_LIBS=`$PKG_CONFIG --libs "$webkitgtk >= 1.3.1" 2>/dev/null`
36765 else
36766   pkg_failed=yes
36767 fi
36768     fi
36769 else
36770         pkg_failed=untried
36771 fi
36772
36773
36774
36775 if test $pkg_failed = yes; then
36776
36777 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36778         _pkg_short_errors_supported=yes
36779 else
36780         _pkg_short_errors_supported=no
36781 fi
36782         if test $_pkg_short_errors_supported = yes; then
36783                 WEBKIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$webkitgtk >= 1.3.1"`
36784         else
36785                 WEBKIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$webkitgtk >= 1.3.1"`
36786         fi
36787         # Put the nasty error message in config.log where it belongs
36788         echo "$WEBKIT_PKG_ERRORS" >&5
36789
36790
36791                                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: webkitgtk not found." >&5
36792 $as_echo "$as_me: WARNING: webkitgtk not found." >&2;}
36793
36794 elif test $pkg_failed = untried; then
36795
36796                                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: webkitgtk not found." >&5
36797 $as_echo "$as_me: WARNING: webkitgtk not found." >&2;}
36798
36799 else
36800         WEBKIT_CFLAGS=$pkg_cv_WEBKIT_CFLAGS
36801         WEBKIT_LIBS=$pkg_cv_WEBKIT_LIBS
36802         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36803 $as_echo "yes" >&6; }
36804
36805                                 USE_WEBVIEW_WEBKIT=1
36806                                 CPPFLAGS="$CPPFLAGS $WEBKIT_CFLAGS"
36807                                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $WEBKIT_LIBS"
36808
36809 fi
36810         elif test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
36811                                     old_CPPFLAGS="$CPPFLAGS"
36812             CPPFLAGS="-x objective-c++ $CPPFLAGS"
36813             ac_fn_c_check_header_compile "$LINENO" "WebKit/HIWebView.h" "ac_cv_header_WebKit_HIWebView_h" "
36814                                 #include <Carbon/Carbon.h>
36815                                 #include <WebKit/WebKit.h>
36816
36817 "
36818 if test "x$ac_cv_header_WebKit_HIWebView_h" = xyes; then :
36819
36820                                 USE_WEBVIEW_WEBKIT=1
36821                                 WEBKIT_LINK="-framework WebKit"
36822
36823 else
36824
36825                                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit headers not found" >&5
36826 $as_echo "$as_me: WARNING: WebKit headers not found" >&2;}
36827
36828 fi
36829
36830
36831             CPPFLAGS="$old_CPPFLAGS"
36832         fi
36833     fi
36834
36835     wxUSE_WEBVIEW="no"
36836     if test "$wxUSE_GTK" = 1 -o "$wxUSE_MAC" = 1; then
36837         if test "$USE_WEBVIEW_WEBKIT" = 1; then
36838             wxUSE_WEBVIEW="yes"
36839             $as_echo "#define wxUSE_WEBVIEW_WEBKIT 1" >>confdefs.h
36840
36841         else
36842             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit not available, disabling wxWebView" >&5
36843 $as_echo "$as_me: WARNING: WebKit not available, disabling wxWebView" >&2;}
36844         fi
36845     elif test "$wxUSE_MSW" = 1; then
36846         if test "$wxUSE_WEBVIEW_IE" = "yes"; then
36847                                     wxUSE_WEBVIEW="yes"
36848             $as_echo "#define wxUSE_WEBVIEW_IE 1" >>confdefs.h
36849
36850         fi
36851     fi
36852 fi
36853
36854 if test "$wxUSE_WEBVIEW" = "yes"; then
36855     USE_WEBVIEW=1
36856     $as_echo "#define wxUSE_WEBVIEW 1" >>confdefs.h
36857
36858     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS webview"
36859 else
36860     USE_WEBVIEW=0
36861 fi
36862
36863
36864 if test "$wxUSE_IMAGE" = "yes" ; then
36865     $as_echo "#define wxUSE_IMAGE 1" >>confdefs.h
36866
36867
36868     if test "$wxUSE_GIF" = "yes" ; then
36869       $as_echo "#define wxUSE_GIF 1" >>confdefs.h
36870
36871     fi
36872
36873     if test "$wxUSE_PCX" = "yes" ; then
36874       $as_echo "#define wxUSE_PCX 1" >>confdefs.h
36875
36876     fi
36877
36878     if test "$wxUSE_TGA" = "yes" ; then
36879       $as_echo "#define wxUSE_TGA 1" >>confdefs.h
36880
36881     fi
36882
36883     if test "$wxUSE_IFF" = "yes" ; then
36884       $as_echo "#define wxUSE_IFF 1" >>confdefs.h
36885
36886     fi
36887
36888     if test "$wxUSE_PNM" = "yes" ; then
36889       $as_echo "#define wxUSE_PNM 1" >>confdefs.h
36890
36891     fi
36892
36893     if test "$wxUSE_XPM" = "yes" ; then
36894       $as_echo "#define wxUSE_XPM 1" >>confdefs.h
36895
36896     fi
36897
36898     if test "$wxUSE_ICO_CUR" = "yes" ; then
36899       $as_echo "#define wxUSE_ICO_CUR 1" >>confdefs.h
36900
36901     fi
36902 fi
36903
36904
36905 if test "$wxUSE_ABOUTDLG" = "yes"; then
36906     $as_echo "#define wxUSE_ABOUTDLG 1" >>confdefs.h
36907
36908 fi
36909
36910 if test "$wxUSE_CHOICEDLG" = "yes"; then
36911     $as_echo "#define wxUSE_CHOICEDLG 1" >>confdefs.h
36912
36913 fi
36914
36915 if test "$wxUSE_COLOURDLG" = "yes"; then
36916     $as_echo "#define wxUSE_COLOURDLG 1" >>confdefs.h
36917
36918 fi
36919
36920 if test "$wxUSE_FILEDLG" = "yes"; then
36921     $as_echo "#define wxUSE_FILEDLG 1" >>confdefs.h
36922
36923 fi
36924
36925 if test "$wxUSE_FINDREPLDLG" = "yes"; then
36926     $as_echo "#define wxUSE_FINDREPLDLG 1" >>confdefs.h
36927
36928 fi
36929
36930 if test "$wxUSE_FONTDLG" = "yes"; then
36931     $as_echo "#define wxUSE_FONTDLG 1" >>confdefs.h
36932
36933 fi
36934
36935 if test "$wxUSE_DIRDLG" = "yes"; then
36936     if test "$wxUSE_TREECTRL" != "yes"; then
36937         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
36938 $as_echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
36939     else
36940         $as_echo "#define wxUSE_DIRDLG 1" >>confdefs.h
36941
36942     fi
36943 fi
36944
36945 if test "$wxUSE_MSGDLG" = "yes"; then
36946     $as_echo "#define wxUSE_MSGDLG 1" >>confdefs.h
36947
36948 fi
36949
36950 if test "$wxUSE_NUMBERDLG" = "yes"; then
36951     $as_echo "#define wxUSE_NUMBERDLG 1" >>confdefs.h
36952
36953 fi
36954
36955 if test "$wxUSE_PROGRESSDLG" = "yes"; then
36956     $as_echo "#define wxUSE_PROGRESSDLG 1" >>confdefs.h
36957
36958 fi
36959
36960 if test "$wxUSE_SPLASH" = "yes"; then
36961     $as_echo "#define wxUSE_SPLASH 1" >>confdefs.h
36962
36963     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
36964 fi
36965
36966 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
36967     $as_echo "#define wxUSE_STARTUP_TIPS 1" >>confdefs.h
36968
36969 fi
36970
36971 if test "$wxUSE_TEXTDLG" = "yes"; then
36972     $as_echo "#define wxUSE_TEXTDLG 1" >>confdefs.h
36973
36974 fi
36975
36976 if test "$wxUSE_WIZARDDLG" = "yes"; then
36977     $as_echo "#define wxUSE_WIZARDDLG 1" >>confdefs.h
36978
36979     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
36980 fi
36981
36982
36983 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
36984     if test "$wxUSE_OWNER_DRAWN" = "yes"; then
36985         $as_echo "#define wxUSE_OWNER_DRAWN 1" >>confdefs.h
36986
36987     fi
36988 fi
36989
36990
36991 if test "$wxUSE_MSW" = 1 ; then
36992
36993     if test "$wxUSE_DC_CACHEING" = "yes"; then
36994         $as_echo "#define wxUSE_DC_CACHEING 1" >>confdefs.h
36995
36996     fi
36997
36998     if test "$wxUSE_DIB" = "yes"; then
36999         $as_echo "#define wxUSE_WXDIB 1" >>confdefs.h
37000
37001     fi
37002
37003     if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
37004         $as_echo "#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1" >>confdefs.h
37005
37006     fi
37007
37008     if test "$wxUSE_UXTHEME" = "yes"; then
37009         $as_echo "#define wxUSE_UXTHEME 1" >>confdefs.h
37010
37011     fi
37012
37013 fi
37014
37015 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
37016     $as_echo "#define wxUSE_AUTOID_MANAGEMENT 1" >>confdefs.h
37017
37018 fi
37019
37020 if test "$USE_WIN32" = 1 ; then
37021     if test "$wxUSE_INICONF" = "yes"; then
37022         $as_echo "#define wxUSE_INICONF 1" >>confdefs.h
37023
37024     fi
37025
37026     if test "$wxUSE_REGKEY" = "yes"; then
37027         $as_echo "#define wxUSE_REGKEY 1" >>confdefs.h
37028
37029     fi
37030 fi
37031
37032
37033 if test "$wxUSE_MAC" = 1; then
37034     wxUSE_GRAPHICS_CONTEXT="yes"
37035 fi
37036
37037 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
37038     wx_has_graphics=0
37039     if test "$wxUSE_MSW" = 1; then
37040         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GDI+ is available" >&5
37041 $as_echo_n "checking if GDI+ is available... " >&6; }
37042 if ${wx_cv_lib_gdiplus+:} false; then :
37043   $as_echo_n "(cached) " >&6
37044 else
37045
37046                                                 ac_ext=cpp
37047 ac_cpp='$CXXCPP $CPPFLAGS'
37048 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37049 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37050 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37051
37052                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37053 /* end confdefs.h.  */
37054 #include <windows.h>
37055                      #include <gdiplus.h>
37056 int
37057 main ()
37058 {
37059
37060                         using namespace Gdiplus;
37061
37062   ;
37063   return 0;
37064 }
37065 _ACEOF
37066 if ac_fn_cxx_try_compile "$LINENO"; then :
37067   wx_cv_lib_gdiplus=yes
37068 else
37069   wx_cv_lib_gdiplus=no
37070
37071 fi
37072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37073                 ac_ext=c
37074 ac_cpp='$CPP $CPPFLAGS'
37075 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37076 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37077 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37078
37079
37080
37081 fi
37082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_gdiplus" >&5
37083 $as_echo "$wx_cv_lib_gdiplus" >&6; }
37084         if test "$wx_cv_lib_gdiplus" = "yes"; then
37085             wx_has_graphics=1
37086         fi
37087     elif test "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
37088
37089 pkg_failed=no
37090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
37091 $as_echo_n "checking for CAIRO... " >&6; }
37092
37093 if test -n "$PKG_CONFIG"; then
37094     if test -n "$CAIRO_CFLAGS"; then
37095         pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
37096     else
37097         if test -n "$PKG_CONFIG" && \
37098     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo\""; } >&5
37099   ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
37100   ac_status=$?
37101   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37102   test $ac_status = 0; }; then
37103   pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
37104 else
37105   pkg_failed=yes
37106 fi
37107     fi
37108 else
37109         pkg_failed=untried
37110 fi
37111 if test -n "$PKG_CONFIG"; then
37112     if test -n "$CAIRO_LIBS"; then
37113         pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
37114     else
37115         if test -n "$PKG_CONFIG" && \
37116     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo\""; } >&5
37117   ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
37118   ac_status=$?
37119   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37120   test $ac_status = 0; }; then
37121   pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
37122 else
37123   pkg_failed=yes
37124 fi
37125     fi
37126 else
37127         pkg_failed=untried
37128 fi
37129
37130
37131
37132 if test $pkg_failed = yes; then
37133
37134 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37135         _pkg_short_errors_supported=yes
37136 else
37137         _pkg_short_errors_supported=no
37138 fi
37139         if test $_pkg_short_errors_supported = yes; then
37140                 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
37141         else
37142                 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
37143         fi
37144         # Put the nasty error message in config.log where it belongs
37145         echo "$CAIRO_PKG_ERRORS" >&5
37146
37147         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library not found" >&5
37148 $as_echo "$as_me: WARNING: Cairo library not found" >&2;}
37149
37150 elif test $pkg_failed = untried; then
37151         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library not found" >&5
37152 $as_echo "$as_me: WARNING: Cairo library not found" >&2;}
37153
37154 else
37155         CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
37156         CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
37157         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37158 $as_echo "yes" >&6; }
37159         wx_has_graphics=1
37160 fi
37161         if test "$wx_has_graphics" = 1; then
37162                                                 save_LIBS="$LIBS"
37163             LIBS="$LIBS $CAIRO_LIBS"
37164             for ac_func in cairo_push_group
37165 do :
37166   ac_fn_c_check_func "$LINENO" "cairo_push_group" "ac_cv_func_cairo_push_group"
37167 if test "x$ac_cv_func_cairo_push_group" = xyes; then :
37168   cat >>confdefs.h <<_ACEOF
37169 #define HAVE_CAIRO_PUSH_GROUP 1
37170 _ACEOF
37171
37172 fi
37173 done
37174
37175             LIBS="$save_LIBS"
37176             if test "$ac_cv_func_cairo_push_group" = "no"; then
37177                 wx_has_graphics=0
37178                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library is too old and misses cairo_push_group()" >&5
37179 $as_echo "$as_me: WARNING: Cairo library is too old and misses cairo_push_group()" >&2;}
37180             else
37181                 $as_echo "#define wxUSE_CAIRO 1" >>confdefs.h
37182
37183
37184                                                 if test "$wxUSE_GTK" != 1; then
37185                     CPPFLAGS="$CAIRO_CFLAGS $CPPFLAGS"
37186                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $CAIRO_LIBS"
37187                 fi
37188             fi
37189         fi
37190     else
37191                 wx_has_graphics=1
37192     fi
37193
37194     if test "$wx_has_graphics" = 1; then
37195         $as_echo "#define wxUSE_GRAPHICS_CONTEXT 1" >>confdefs.h
37196
37197     else
37198         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGraphicsContext won't be available" >&5
37199 $as_echo "$as_me: WARNING: wxGraphicsContext won't be available" >&2;}
37200     fi
37201 fi
37202
37203
37204 USE_MEDIA=0
37205
37206 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
37207     USE_MEDIA=1
37208
37209                 if test "$wxUSE_GTK" = 1; then
37210         wxUSE_GSTREAMER="no"
37211
37212                                                                 GST_VERSION_MAJOR=0
37213         GST_VERSION_MINOR=10
37214         GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
37215
37216         if test "$wxUSE_GSTREAMER8" = "no"; then
37217
37218 pkg_failed=no
37219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
37220 $as_echo_n "checking for GST... " >&6; }
37221
37222 if test -n "$PKG_CONFIG"; then
37223     if test -n "$GST_CFLAGS"; then
37224         pkg_cv_GST_CFLAGS="$GST_CFLAGS"
37225     else
37226         if test -n "$PKG_CONFIG" && \
37227     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\""; } >&5
37228   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
37229   ac_status=$?
37230   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37231   test $ac_status = 0; }; then
37232   pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
37233 else
37234   pkg_failed=yes
37235 fi
37236     fi
37237 else
37238         pkg_failed=untried
37239 fi
37240 if test -n "$PKG_CONFIG"; then
37241     if test -n "$GST_LIBS"; then
37242         pkg_cv_GST_LIBS="$GST_LIBS"
37243     else
37244         if test -n "$PKG_CONFIG" && \
37245     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\""; } >&5
37246   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
37247   ac_status=$?
37248   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37249   test $ac_status = 0; }; then
37250   pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
37251 else
37252   pkg_failed=yes
37253 fi
37254     fi
37255 else
37256         pkg_failed=untried
37257 fi
37258
37259
37260
37261 if test $pkg_failed = yes; then
37262
37263 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37264         _pkg_short_errors_supported=yes
37265 else
37266         _pkg_short_errors_supported=no
37267 fi
37268         if test $_pkg_short_errors_supported = yes; then
37269                 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
37270         else
37271                 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
37272         fi
37273         # Put the nasty error message in config.log where it belongs
37274         echo "$GST_PKG_ERRORS" >&5
37275
37276
37277                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
37278 $as_echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
37279                     GST_VERSION_MINOR=8
37280
37281
37282 elif test $pkg_failed = untried; then
37283
37284                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
37285 $as_echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
37286                     GST_VERSION_MINOR=8
37287
37288
37289 else
37290         GST_CFLAGS=$pkg_cv_GST_CFLAGS
37291         GST_LIBS=$pkg_cv_GST_LIBS
37292         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37293 $as_echo "yes" >&6; }
37294
37295                     wxUSE_GSTREAMER="yes"
37296                     GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
37297
37298 fi
37299         else
37300                         GST_VERSION_MINOR=8
37301         fi
37302
37303         if test $GST_VERSION_MINOR = "8"; then
37304             GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
37305
37306 pkg_failed=no
37307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
37308 $as_echo_n "checking for GST... " >&6; }
37309
37310 if test -n "$PKG_CONFIG"; then
37311     if test -n "$GST_CFLAGS"; then
37312         pkg_cv_GST_CFLAGS="$GST_CFLAGS"
37313     else
37314         if test -n "$PKG_CONFIG" && \
37315     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\""; } >&5
37316   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
37317   ac_status=$?
37318   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37319   test $ac_status = 0; }; then
37320   pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
37321 else
37322   pkg_failed=yes
37323 fi
37324     fi
37325 else
37326         pkg_failed=untried
37327 fi
37328 if test -n "$PKG_CONFIG"; then
37329     if test -n "$GST_LIBS"; then
37330         pkg_cv_GST_LIBS="$GST_LIBS"
37331     else
37332         if test -n "$PKG_CONFIG" && \
37333     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\""; } >&5
37334   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
37335   ac_status=$?
37336   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37337   test $ac_status = 0; }; then
37338   pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
37339 else
37340   pkg_failed=yes
37341 fi
37342     fi
37343 else
37344         pkg_failed=untried
37345 fi
37346
37347
37348
37349 if test $pkg_failed = yes; then
37350
37351 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37352         _pkg_short_errors_supported=yes
37353 else
37354         _pkg_short_errors_supported=no
37355 fi
37356         if test $_pkg_short_errors_supported = yes; then
37357                 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
37358         else
37359                 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
37360         fi
37361         # Put the nasty error message in config.log where it belongs
37362         echo "$GST_PKG_ERRORS" >&5
37363
37364
37365                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.8/0.10 not available." >&5
37366 $as_echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
37367
37368 elif test $pkg_failed = untried; then
37369
37370                     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.8/0.10 not available." >&5
37371 $as_echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
37372
37373 else
37374         GST_CFLAGS=$pkg_cv_GST_CFLAGS
37375         GST_LIBS=$pkg_cv_GST_LIBS
37376         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37377 $as_echo "yes" >&6; }
37378         wxUSE_GSTREAMER="yes"
37379 fi
37380         fi
37381
37382
37383         if test "$wxUSE_GSTREAMER" = "yes"; then
37384             CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
37385             EXTRALIBS_MEDIA="$GST_LIBS"
37386
37387             $as_echo "#define wxUSE_GSTREAMER 1" >>confdefs.h
37388
37389         else
37390             USE_MEDIA=0
37391         fi
37392
37393     elif test "$wxUSE_MAC" = 1; then
37394                            GST_LIBS="-framework QTKit"
37395     fi
37396
37397     if test $USE_MEDIA = 1; then
37398         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
37399         $as_echo "#define wxUSE_MEDIACTRL 1" >>confdefs.h
37400
37401     else
37402         if test "$wxUSE_MEDIACTRL" = "yes"; then
37403             as_fn_error $? "GStreamer not available" "$LINENO" 5
37404         else
37405                         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
37406 $as_echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
37407         fi
37408     fi
37409 fi
37410
37411
37412 if test "$cross_compiling" != "no"; then
37413         OSINFO="\"$host\""
37414 else
37415         OSINFO=`uname -s -r -m`
37416     OSINFO="\"$OSINFO\""
37417 fi
37418
37419 cat >>confdefs.h <<_ACEOF
37420 #define WXWIN_OS_DESCRIPTION $OSINFO
37421 _ACEOF
37422
37423
37424
37425 if test "x$prefix" != "xNONE"; then
37426     wxPREFIX=$prefix
37427 else
37428     wxPREFIX=$ac_default_prefix
37429 fi
37430
37431 cat >>confdefs.h <<_ACEOF
37432 #define wxINSTALL_PREFIX "$wxPREFIX"
37433 _ACEOF
37434
37435
37436
37437
37438 STD_BASE_LIBS="base"
37439 STD_GUI_LIBS=""
37440 BUILT_WX_LIBS="base"
37441 ALL_WX_LIBS="xrc stc gl media qa html adv core xml net base"
37442
37443 if test "$wxUSE_SOCKETS" = "yes" ; then
37444     STD_BASE_LIBS="net $STD_BASE_LIBS"
37445     BUILT_WX_LIBS="net $BUILT_WX_LIBS"
37446 fi
37447 if test "$wxUSE_XML" = "yes" ; then
37448     STD_BASE_LIBS="xml $STD_BASE_LIBS"
37449     BUILT_WX_LIBS="xml $BUILT_WX_LIBS"
37450 fi
37451
37452 if test "$wxUSE_GUI" = "yes"; then
37453     STD_GUI_LIBS="adv core"
37454     BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
37455
37456     if test "$wxUSE_DEBUGREPORT" = "yes" ; then
37457         STD_GUI_LIBS="qa $STD_GUI_LIBS"
37458         BUILT_WX_LIBS="qa $BUILT_WX_LIBS"
37459     fi
37460     if test "$wxUSE_HTML" = "yes" ; then
37461         STD_GUI_LIBS="html $STD_GUI_LIBS"
37462         BUILT_WX_LIBS="html $BUILT_WX_LIBS"
37463     fi
37464     if test "$wxUSE_MEDIACTRL" = "yes" ; then
37465         BUILT_WX_LIBS="media $BUILT_WX_LIBS"
37466     fi
37467     if test "$wxUSE_OPENGL" = "yes" ; then
37468         BUILT_WX_LIBS="gl $BUILT_WX_LIBS"
37469     fi
37470     if test "$wxUSE_AUI" = "yes" ; then
37471         BUILT_WX_LIBS="aui $BUILT_WX_LIBS"
37472     fi
37473     if test "$wxUSE_PROPGRID" = "yes" ; then
37474         BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
37475     fi
37476     if test "$wxUSE_RIBBON" = "yes" ; then
37477         BUILT_WX_LIBS="ribbon $BUILT_WX_LIBS"
37478     fi
37479     if test "$wxUSE_RICHTEXT" = "yes" ; then
37480         BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
37481     fi
37482     if test "$wxUSE_STC" = "yes" ; then
37483         BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
37484     fi
37485     if test "$wxUSE_WEBVIEW" = "yes" ; then
37486         STD_GUI_LIBS="webview $STD_GUI_LIBS"
37487         BUILT_WX_LIBS="webview $BUILT_WX_LIBS"
37488     fi
37489     if test "$wxUSE_XRC" = "yes" ; then
37490         STD_GUI_LIBS="xrc $STD_GUI_LIBS"
37491         BUILT_WX_LIBS="xrc $BUILT_WX_LIBS"
37492     fi
37493 fi
37494
37495
37496
37497
37498
37499
37500
37501 EXTRA_FRAMEWORKS=
37502 if test "$wxUSE_MAC" = 1 ; then
37503     if test "$USE_DARWIN" = 1; then
37504         if test "$wxUSE_OSX_IPHONE" = 1; then
37505             EXTRA_FRAMEWORKS="-framework IOKit -framework UIKit -framework CFNetwork -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework OpenGLES -framework Foundation -framework QuartzCore"
37506         else
37507             EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL"
37508
37509
37510             if test "$cross_compiling" != "no"; then
37511                                                                                                 wx_cv_target_x86_64=no
37512             else
37513                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we target only x86_64" >&5
37514 $as_echo_n "checking if we target only x86_64... " >&6; }
37515 if ${wx_cv_target_x86_64+:} false; then :
37516   $as_echo_n "(cached) " >&6
37517 else
37518   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37519 /* end confdefs.h.  */
37520 int main() { return 0; }
37521 _ACEOF
37522 if ac_fn_c_try_link "$LINENO"; then :
37523   if file conftest$ac_exeext|grep -q 'i386\|ppc'; then
37524                             wx_cv_target_x86_64=no
37525                         else
37526                             wx_cv_target_x86_64=yes
37527                         fi
37528
37529 fi
37530 rm -f core conftest.err conftest.$ac_objext \
37531     conftest$ac_exeext conftest.$ac_ext
37532
37533 fi
37534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_target_x86_64" >&5
37535 $as_echo "$wx_cv_target_x86_64" >&6; }
37536             fi
37537
37538             if test "$wx_cv_target_x86_64" != "yes"; then
37539                 EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime"
37540             fi
37541         fi
37542     fi
37543 fi
37544 if test "$wxUSE_OLD_COCOA" = 1 ; then
37545     EXTRA_FRAMEWORKS="-framework IOKit -framework Cocoa"
37546     if test "$wxUSE_MEDIACTRL" = "yes"; then
37547         EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime"
37548     fi
37549 fi
37550 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1 ; then
37551     EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
37552 fi
37553
37554 LDFLAGS="$LDFLAGS $EXTRA_FRAMEWORKS"
37555 WXCONFIG_LDFLAGS="$WXCONFIG_LDFLAGS $EXTRA_FRAMEWORKS"
37556
37557 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
37558
37559 if test "$wxUSE_GUI" = "yes"; then
37560
37561
37562         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
37563                      erase event exec font image minimal preferences render \
37564                      shaped svg taborder vscroll widgets wrapsizer"
37565
37566     if test "$wxUSE_MONOLITHIC" != "yes"; then
37567         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
37568     fi
37569     if test "$TOOLKIT" = "MSW"; then
37570         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
37571         if test "$wxUSE_UNIVERSAL" != "yes"; then
37572             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg dll"
37573         fi
37574     fi
37575     if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
37576         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
37577     fi
37578 else
37579     SAMPLES_SUBDIRS="console"
37580     if test "$wxUSE_SOCKETS" = "yes" ; then
37581         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
37582     fi
37583     if test "$wxUSE_IPC" = "yes" ; then
37584         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
37585     fi
37586 fi
37587
37588
37589 if test "x$INTELCC" = "xyes" ; then
37590                                         CWARNINGS="-Wall -wd810,869,981,1418,1572,1684,2259"
37591 elif test "$GCC" = yes ; then
37592     CWARNINGS="-Wall -Wundef"
37593 fi
37594
37595 if test "x$INTELCXX" = "xyes" ; then
37596                                                                 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
37597 elif test "$GXX" = yes ; then
37598     CXXWARNINGS="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
37599     { $as_echo "$as_me:${as_lineno-$LINENO}: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
37600 $as_echo_n "checking CXXWARNINGS for gcc -Woverloaded-virtual... " >&6; }
37601 if ${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+:} false; then :
37602   $as_echo_n "(cached) " >&6
37603 else
37604   ac_cv_cxxflags_gcc_option__Woverloaded_virtual="no, unknown"
37605
37606  ac_ext=cpp
37607 ac_cpp='$CXXCPP $CPPFLAGS'
37608 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37609 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37610 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37611
37612  ac_save_CXXFLAGS="$CXXFLAGS"
37613 for ac_arg in "-pedantic -Werror % -Woverloaded-virtual"     "-pedantic % -Woverloaded-virtual %% no, obsolete"     #
37614 do CXXFLAGS="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
37615    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37616 /* end confdefs.h.  */
37617
37618 int
37619 main ()
37620 {
37621 return 0;
37622   ;
37623   return 0;
37624 }
37625 _ACEOF
37626 if ac_fn_cxx_try_compile "$LINENO"; then :
37627   ac_cv_cxxflags_gcc_option__Woverloaded_virtual=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
37628 fi
37629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37630 done
37631  CXXFLAGS="$ac_save_CXXFLAGS"
37632  ac_ext=c
37633 ac_cpp='$CPP $CPPFLAGS'
37634 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37635 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37636 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37637
37638
37639 fi
37640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
37641 $as_echo "$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
37642 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
37643      .ok|.ok,*)  ;;
37644    .|.no|.no,*)  ;;
37645    *)
37646    if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev/null
37647    then { { $as_echo "$as_me:${as_lineno-$LINENO}: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual"; } >&5
37648   (: CXXWARNINGS does contain $ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
37649   ac_status=$?
37650   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37651   test $ac_status = 0; }
37652    else { { $as_echo "$as_me:${as_lineno-$LINENO}: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\""; } >&5
37653   (: CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
37654   ac_status=$?
37655   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37656   test $ac_status = 0; }
37657                       CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
37658    fi
37659  ;;
37660 esac
37661
37662
37663                     if test "$wxUSE_MAC" = 1 ; then
37664         CXXWARNINGS="$CXXWARNINGS -Wno-deprecated-declarations"
37665     fi
37666 fi
37667
37668
37669 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
37670 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
37671
37672
37673 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
37674  -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
37675  -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
37676  $CPPFLAGS `
37677
37678 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
37679 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
37680 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
37681 OBJCFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
37682 OBJCXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
37683
37684 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
37685
37686
37687 if test "x$MWCC" = "xyes"; then
37688
37689             CC="$CC -cwd source -I-"
37690     CXX="$CXX -cwd source -I-"
37691 fi
37692
37693
37694 LIBS=`echo $LIBS`
37695 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
37696 EXTRALIBS_XML="$EXPAT_LINK"
37697 EXTRALIBS_HTML="$MSPACK_LINK"
37698 EXTRALIBS_MEDIA="$GST_LIBS"
37699 EXTRALIBS_STC="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
37700 if test "$wxUSE_GUI" = "yes"; then
37701     EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK`
37702 fi
37703 if test "$wxUSE_OPENGL" = "yes"; then
37704     EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
37705 fi
37706
37707 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
37708
37709 WXCONFIG_LIBS="$LIBS"
37710
37711 if test "$wxUSE_REGEX" = "builtin" ; then
37712     wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
37713 fi
37714 if test "$wxUSE_EXPAT" = "builtin" ; then
37715     wxconfig_3rdparty="expat $wxconfig_3rdparty"
37716 fi
37717 if test "$wxUSE_LIBTIFF" = "builtin" ; then
37718     wxconfig_3rdparty="tiff $wxconfig_3rdparty"
37719 fi
37720 if test "$wxUSE_LIBJPEG" = "builtin" ; then
37721     wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
37722 fi
37723 if test "$wxUSE_LIBPNG" = "builtin" ; then
37724     wxconfig_3rdparty="png $wxconfig_3rdparty"
37725 fi
37726 if test "$wxUSE_ZLIB" = "builtin" ; then
37727     wxconfig_3rdparty="zlib $wxconfig_3rdparty"
37728 fi
37729
37730 for i in $wxconfig_3rdparty ; do
37731     WXCONFIG_LIBS="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
37732 done
37733
37734
37735 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
37736     WXUNIV=1
37737
37738     case "$wxUNIV_THEMES" in
37739         ''|all)
37740             $as_echo "#define wxUSE_ALL_THEMES 1" >>confdefs.h
37741
37742             ;;
37743
37744         *)
37745             for t in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
37746                 cat >>confdefs.h <<_ACEOF
37747 #define wxUSE_THEME_$t 1
37748 _ACEOF
37749
37750             done
37751     esac
37752 else
37753     WXUNIV=0
37754 fi
37755
37756
37757
37758
37759
37760
37761
37762
37763 if test $wxUSE_MONOLITHIC = "yes" ; then
37764     MONOLITHIC=1
37765 else
37766     MONOLITHIC=0
37767 fi
37768
37769 if test $wxUSE_PLUGINS = "yes" ; then
37770     USE_PLUGINS=1
37771 else
37772     USE_PLUGINS=0
37773 fi
37774
37775 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
37776     USE_QA=1
37777 else
37778     USE_QA=0
37779 fi
37780
37781 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
37782     OFFICIAL_BUILD=1
37783 else
37784     OFFICIAL_BUILD=0
37785 fi
37786
37787
37788
37789
37790
37791
37792
37793
37794
37795
37796
37797
37798
37799
37800
37801
37802
37803
37804
37805
37806
37807
37808
37809 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
37810
37811
37812
37813
37814
37815
37816
37817
37818
37819
37820 case "$TOOLKIT" in
37821     GTK)
37822         TOOLKIT_DESC="GTK+"
37823         if test "$WXGTK2" = 1; then
37824             if test "$WXGTK3" = 1; then
37825                 TOOLKIT_DESC="$TOOLKIT_DESC 3"
37826             else
37827                 TOOLKIT_DESC="$TOOLKIT_DESC 2"
37828             fi
37829             if test "$wxUSE_GTKPRINT" = "yes" ; then
37830                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA GTK+ printing";
37831             fi
37832             if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
37833                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
37834             fi
37835             if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
37836                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
37837             fi
37838             if test "$wxUSE_LIBNOTIFY" = "yes" ; then
37839                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA libnotify"
37840             fi
37841             if test "$wxUSE_LIBHILDON" = "yes"; then
37842                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
37843             fi
37844             if test "$wxUSE_LIBHILDON2" = "yes"; then
37845                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
37846             fi
37847
37848             if test "$TOOLKIT_EXTRA" != ""; then
37849                 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
37850             fi
37851         fi
37852         ;;
37853
37854     ?*)
37855         TOOLKIT_DESC=$TOOLKIT_LOWERCASE
37856         ;;
37857
37858     *)
37859         TOOLKIT_DESC="base only"
37860         ;;
37861 esac
37862
37863 if test "$wxUSE_WINE" = "yes"; then
37864     BAKEFILE_FORCE_PLATFORM=win32
37865 fi
37866
37867 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
37868 then
37869     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc precompiled header bug" >&5
37870 $as_echo_n "checking for gcc precompiled header bug... " >&6; }
37871 if ${wx_cv_gcc_pch_bug+:} false; then :
37872   $as_echo_n "(cached) " >&6
37873 else
37874
37875             echo '#include <stdio.h>
37876                   const wchar_t test_var[] = L"awidetest";' > conftest.h
37877
37878             echo '#include "conftest.h"
37879                   int main()
37880                   {
37881                      printf("%ls", test_var);
37882                      return 0;
37883                   }' > conftest.cpp
37884
37885             wx_cv_gcc_pch_bug="pch not supported"
37886
37887             if $CXX conftest.h >/dev/null 2>&1
37888             then
37889                 wx_cv_gcc_pch_bug=
37890
37891                 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
37892                 then
37893                     if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
37894                         grep awidetest >/dev/null
37895                     then
37896                         wx_cv_gcc_pch_bug=no
37897                     else
37898                         wx_cv_gcc_pch_bug=yes
37899                     fi
37900                 fi
37901             fi
37902
37903             rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
37904
37905 fi
37906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_gcc_pch_bug" >&5
37907 $as_echo "$wx_cv_gcc_pch_bug" >&6; }
37908
37909     if test "$wx_cv_gcc_pch_bug" = yes; then
37910                         bk_use_pch=no
37911     fi
37912 fi
37913
37914 # Find a good install program.  We prefer a C program (faster),
37915 # so one script is as good as another.  But avoid the broken or
37916 # incompatible versions:
37917 # SysV /etc/install, /usr/sbin/install
37918 # SunOS /usr/etc/install
37919 # IRIX /sbin/install
37920 # AIX /bin/install
37921 # AmigaOS /C/install, which installs bootblocks on floppy discs
37922 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
37923 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
37924 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
37925 # OS/2's system install, which has a completely different semantic
37926 # ./install, which can be erroneously created by make from ./install.sh.
37927 # Reject install programs that cannot install multiple files.
37928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
37929 $as_echo_n "checking for a BSD-compatible install... " >&6; }
37930 if test -z "$INSTALL"; then
37931 if ${ac_cv_path_install+:} false; then :
37932   $as_echo_n "(cached) " >&6
37933 else
37934   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37935 for as_dir in $PATH
37936 do
37937   IFS=$as_save_IFS
37938   test -z "$as_dir" && as_dir=.
37939     # Account for people who put trailing slashes in PATH elements.
37940 case $as_dir/ in #((
37941   ./ | .// | /[cC]/* | \
37942   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
37943   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
37944   /usr/ucb/* ) ;;
37945   *)
37946     # OSF1 and SCO ODT 3.0 have their own names for install.
37947     # Don't use installbsd from OSF since it installs stuff as root
37948     # by default.
37949     for ac_prog in ginstall scoinst install; do
37950       for ac_exec_ext in '' $ac_executable_extensions; do
37951         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
37952           if test $ac_prog = install &&
37953             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
37954             # AIX install.  It has an incompatible calling convention.
37955             :
37956           elif test $ac_prog = install &&
37957             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
37958             # program-specific install script used by HP pwplus--don't use.
37959             :
37960           else
37961             rm -rf conftest.one conftest.two conftest.dir
37962             echo one > conftest.one
37963             echo two > conftest.two
37964             mkdir conftest.dir
37965             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
37966               test -s conftest.one && test -s conftest.two &&
37967               test -s conftest.dir/conftest.one &&
37968               test -s conftest.dir/conftest.two
37969             then
37970               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
37971               break 3
37972             fi
37973           fi
37974         fi
37975       done
37976     done
37977     ;;
37978 esac
37979
37980   done
37981 IFS=$as_save_IFS
37982
37983 rm -rf conftest.one conftest.two conftest.dir
37984
37985 fi
37986   if test "${ac_cv_path_install+set}" = set; then
37987     INSTALL=$ac_cv_path_install
37988   else
37989     # As a last resort, use the slow shell script.  Don't cache a
37990     # value for INSTALL within a source directory, because that will
37991     # break other packages using the cache if that directory is
37992     # removed, or if the value is a relative name.
37993     INSTALL=$ac_install_sh
37994   fi
37995 fi
37996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
37997 $as_echo "$INSTALL" >&6; }
37998
37999 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
38000 # It thinks the first close brace ends the variable substitution.
38001 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
38002
38003 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
38004
38005 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
38006
38007
38008
38009
38010
38011
38012
38013     if test "x$BAKEFILE_HOST" = "x"; then
38014                if test "x${host}" = "x" ; then
38015                        as_fn_error $? "You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." "$LINENO" 5
38016                fi
38017
38018         BAKEFILE_HOST="${host}"
38019     fi
38020
38021     if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
38022
38023     if test -n "$ac_tool_prefix"; then
38024   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
38025 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
38026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38027 $as_echo_n "checking for $ac_word... " >&6; }
38028 if ${ac_cv_prog_RANLIB+:} false; then :
38029   $as_echo_n "(cached) " >&6
38030 else
38031   if test -n "$RANLIB"; then
38032   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
38033 else
38034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38035 for as_dir in $PATH
38036 do
38037   IFS=$as_save_IFS
38038   test -z "$as_dir" && as_dir=.
38039     for ac_exec_ext in '' $ac_executable_extensions; do
38040   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38041     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
38042     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38043     break 2
38044   fi
38045 done
38046   done
38047 IFS=$as_save_IFS
38048
38049 fi
38050 fi
38051 RANLIB=$ac_cv_prog_RANLIB
38052 if test -n "$RANLIB"; then
38053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
38054 $as_echo "$RANLIB" >&6; }
38055 else
38056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38057 $as_echo "no" >&6; }
38058 fi
38059
38060
38061 fi
38062 if test -z "$ac_cv_prog_RANLIB"; then
38063   ac_ct_RANLIB=$RANLIB
38064   # Extract the first word of "ranlib", so it can be a program name with args.
38065 set dummy ranlib; ac_word=$2
38066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38067 $as_echo_n "checking for $ac_word... " >&6; }
38068 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
38069   $as_echo_n "(cached) " >&6
38070 else
38071   if test -n "$ac_ct_RANLIB"; then
38072   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
38073 else
38074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38075 for as_dir in $PATH
38076 do
38077   IFS=$as_save_IFS
38078   test -z "$as_dir" && as_dir=.
38079     for ac_exec_ext in '' $ac_executable_extensions; do
38080   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38081     ac_cv_prog_ac_ct_RANLIB="ranlib"
38082     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38083     break 2
38084   fi
38085 done
38086   done
38087 IFS=$as_save_IFS
38088
38089 fi
38090 fi
38091 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
38092 if test -n "$ac_ct_RANLIB"; then
38093   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
38094 $as_echo "$ac_ct_RANLIB" >&6; }
38095 else
38096   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38097 $as_echo "no" >&6; }
38098 fi
38099
38100   if test "x$ac_ct_RANLIB" = x; then
38101     RANLIB=":"
38102   else
38103     case $cross_compiling:$ac_tool_warned in
38104 yes:)
38105 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38106 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38107 ac_tool_warned=yes ;;
38108 esac
38109     RANLIB=$ac_ct_RANLIB
38110   fi
38111 else
38112   RANLIB="$ac_cv_prog_RANLIB"
38113 fi
38114
38115
38116     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
38117 $as_echo_n "checking whether ln -s works... " >&6; }
38118 LN_S=$as_ln_s
38119 if test "$LN_S" = "ln -s"; then
38120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
38121 $as_echo "yes" >&6; }
38122 else
38123   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
38124 $as_echo "no, using $LN_S" >&6; }
38125 fi
38126
38127
38128     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
38129 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
38130 set x ${MAKE-make}
38131 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
38132 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
38133   $as_echo_n "(cached) " >&6
38134 else
38135   cat >conftest.make <<\_ACEOF
38136 SHELL = /bin/sh
38137 all:
38138         @echo '@@@%%%=$(MAKE)=@@@%%%'
38139 _ACEOF
38140 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
38141 case `${MAKE-make} -f conftest.make 2>/dev/null` in
38142   *@@@%%%=?*=@@@%%%*)
38143     eval ac_cv_prog_make_${ac_make}_set=yes;;
38144   *)
38145     eval ac_cv_prog_make_${ac_make}_set=no;;
38146 esac
38147 rm -f conftest.make
38148 fi
38149 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
38150   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
38151 $as_echo "yes" >&6; }
38152   SET_MAKE=
38153 else
38154   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38155 $as_echo "no" >&6; }
38156   SET_MAKE="MAKE=${MAKE-make}"
38157 fi
38158
38159
38160
38161     if test "x$SUNCXX" = "xyes"; then
38162                                 AR=$CXX
38163         AROPTIONS="-xar -o"
38164
38165     elif test "x$SGICC" = "xyes"; then
38166                 AR=$CXX
38167         AROPTIONS="-ar -o"
38168
38169     else
38170         if test -n "$ac_tool_prefix"; then
38171   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
38172 set dummy ${ac_tool_prefix}ar; ac_word=$2
38173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38174 $as_echo_n "checking for $ac_word... " >&6; }
38175 if ${ac_cv_prog_AR+:} false; then :
38176   $as_echo_n "(cached) " >&6
38177 else
38178   if test -n "$AR"; then
38179   ac_cv_prog_AR="$AR" # Let the user override the test.
38180 else
38181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38182 for as_dir in $PATH
38183 do
38184   IFS=$as_save_IFS
38185   test -z "$as_dir" && as_dir=.
38186     for ac_exec_ext in '' $ac_executable_extensions; do
38187   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38188     ac_cv_prog_AR="${ac_tool_prefix}ar"
38189     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38190     break 2
38191   fi
38192 done
38193   done
38194 IFS=$as_save_IFS
38195
38196 fi
38197 fi
38198 AR=$ac_cv_prog_AR
38199 if test -n "$AR"; then
38200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
38201 $as_echo "$AR" >&6; }
38202 else
38203   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38204 $as_echo "no" >&6; }
38205 fi
38206
38207
38208 fi
38209 if test -z "$ac_cv_prog_AR"; then
38210   ac_ct_AR=$AR
38211   # Extract the first word of "ar", so it can be a program name with args.
38212 set dummy ar; ac_word=$2
38213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38214 $as_echo_n "checking for $ac_word... " >&6; }
38215 if ${ac_cv_prog_ac_ct_AR+:} false; then :
38216   $as_echo_n "(cached) " >&6
38217 else
38218   if test -n "$ac_ct_AR"; then
38219   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
38220 else
38221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38222 for as_dir in $PATH
38223 do
38224   IFS=$as_save_IFS
38225   test -z "$as_dir" && as_dir=.
38226     for ac_exec_ext in '' $ac_executable_extensions; do
38227   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38228     ac_cv_prog_ac_ct_AR="ar"
38229     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38230     break 2
38231   fi
38232 done
38233   done
38234 IFS=$as_save_IFS
38235
38236 fi
38237 fi
38238 ac_ct_AR=$ac_cv_prog_ac_ct_AR
38239 if test -n "$ac_ct_AR"; then
38240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
38241 $as_echo "$ac_ct_AR" >&6; }
38242 else
38243   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38244 $as_echo "no" >&6; }
38245 fi
38246
38247   if test "x$ac_ct_AR" = x; then
38248     AR="ar"
38249   else
38250     case $cross_compiling:$ac_tool_warned in
38251 yes:)
38252 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38253 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38254 ac_tool_warned=yes ;;
38255 esac
38256     AR=$ac_ct_AR
38257   fi
38258 else
38259   AR="$ac_cv_prog_AR"
38260 fi
38261
38262         AROPTIONS=rcu
38263     fi
38264
38265
38266     if test -n "$ac_tool_prefix"; then
38267   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
38268 set dummy ${ac_tool_prefix}strip; ac_word=$2
38269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38270 $as_echo_n "checking for $ac_word... " >&6; }
38271 if ${ac_cv_prog_STRIP+:} false; then :
38272   $as_echo_n "(cached) " >&6
38273 else
38274   if test -n "$STRIP"; then
38275   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
38276 else
38277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38278 for as_dir in $PATH
38279 do
38280   IFS=$as_save_IFS
38281   test -z "$as_dir" && as_dir=.
38282     for ac_exec_ext in '' $ac_executable_extensions; do
38283   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38284     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
38285     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38286     break 2
38287   fi
38288 done
38289   done
38290 IFS=$as_save_IFS
38291
38292 fi
38293 fi
38294 STRIP=$ac_cv_prog_STRIP
38295 if test -n "$STRIP"; then
38296   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
38297 $as_echo "$STRIP" >&6; }
38298 else
38299   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38300 $as_echo "no" >&6; }
38301 fi
38302
38303
38304 fi
38305 if test -z "$ac_cv_prog_STRIP"; then
38306   ac_ct_STRIP=$STRIP
38307   # Extract the first word of "strip", so it can be a program name with args.
38308 set dummy strip; ac_word=$2
38309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38310 $as_echo_n "checking for $ac_word... " >&6; }
38311 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
38312   $as_echo_n "(cached) " >&6
38313 else
38314   if test -n "$ac_ct_STRIP"; then
38315   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
38316 else
38317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38318 for as_dir in $PATH
38319 do
38320   IFS=$as_save_IFS
38321   test -z "$as_dir" && as_dir=.
38322     for ac_exec_ext in '' $ac_executable_extensions; do
38323   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38324     ac_cv_prog_ac_ct_STRIP="strip"
38325     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38326     break 2
38327   fi
38328 done
38329   done
38330 IFS=$as_save_IFS
38331
38332 fi
38333 fi
38334 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
38335 if test -n "$ac_ct_STRIP"; then
38336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
38337 $as_echo "$ac_ct_STRIP" >&6; }
38338 else
38339   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38340 $as_echo "no" >&6; }
38341 fi
38342
38343   if test "x$ac_ct_STRIP" = x; then
38344     STRIP=":"
38345   else
38346     case $cross_compiling:$ac_tool_warned in
38347 yes:)
38348 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38349 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38350 ac_tool_warned=yes ;;
38351 esac
38352     STRIP=$ac_ct_STRIP
38353   fi
38354 else
38355   STRIP="$ac_cv_prog_STRIP"
38356 fi
38357
38358     if test -n "$ac_tool_prefix"; then
38359   # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
38360 set dummy ${ac_tool_prefix}nm; ac_word=$2
38361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38362 $as_echo_n "checking for $ac_word... " >&6; }
38363 if ${ac_cv_prog_NM+:} false; then :
38364   $as_echo_n "(cached) " >&6
38365 else
38366   if test -n "$NM"; then
38367   ac_cv_prog_NM="$NM" # Let the user override the test.
38368 else
38369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38370 for as_dir in $PATH
38371 do
38372   IFS=$as_save_IFS
38373   test -z "$as_dir" && as_dir=.
38374     for ac_exec_ext in '' $ac_executable_extensions; do
38375   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38376     ac_cv_prog_NM="${ac_tool_prefix}nm"
38377     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38378     break 2
38379   fi
38380 done
38381   done
38382 IFS=$as_save_IFS
38383
38384 fi
38385 fi
38386 NM=$ac_cv_prog_NM
38387 if test -n "$NM"; then
38388   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
38389 $as_echo "$NM" >&6; }
38390 else
38391   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38392 $as_echo "no" >&6; }
38393 fi
38394
38395
38396 fi
38397 if test -z "$ac_cv_prog_NM"; then
38398   ac_ct_NM=$NM
38399   # Extract the first word of "nm", so it can be a program name with args.
38400 set dummy nm; ac_word=$2
38401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38402 $as_echo_n "checking for $ac_word... " >&6; }
38403 if ${ac_cv_prog_ac_ct_NM+:} false; then :
38404   $as_echo_n "(cached) " >&6
38405 else
38406   if test -n "$ac_ct_NM"; then
38407   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
38408 else
38409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38410 for as_dir in $PATH
38411 do
38412   IFS=$as_save_IFS
38413   test -z "$as_dir" && as_dir=.
38414     for ac_exec_ext in '' $ac_executable_extensions; do
38415   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38416     ac_cv_prog_ac_ct_NM="nm"
38417     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38418     break 2
38419   fi
38420 done
38421   done
38422 IFS=$as_save_IFS
38423
38424 fi
38425 fi
38426 ac_ct_NM=$ac_cv_prog_ac_ct_NM
38427 if test -n "$ac_ct_NM"; then
38428   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
38429 $as_echo "$ac_ct_NM" >&6; }
38430 else
38431   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38432 $as_echo "no" >&6; }
38433 fi
38434
38435   if test "x$ac_ct_NM" = x; then
38436     NM=":"
38437   else
38438     case $cross_compiling:$ac_tool_warned in
38439 yes:)
38440 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38441 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38442 ac_tool_warned=yes ;;
38443 esac
38444     NM=$ac_ct_NM
38445   fi
38446 else
38447   NM="$ac_cv_prog_NM"
38448 fi
38449
38450
38451         INSTALL_DIR="mkdir -p"
38452
38453
38454     LDFLAGS_GUI=
38455     case ${BAKEFILE_HOST} in
38456         *-*-cygwin* | *-*-mingw32* )
38457         LDFLAGS_GUI="-mwindows"
38458     esac
38459
38460
38461     fi
38462
38463         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if make is GNU make" >&5
38464 $as_echo_n "checking if make is GNU make... " >&6; }
38465 if ${bakefile_cv_prog_makeisgnu+:} false; then :
38466   $as_echo_n "(cached) " >&6
38467 else
38468
38469         if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
38470                 egrep -s GNU > /dev/null); then
38471             bakefile_cv_prog_makeisgnu="yes"
38472         else
38473             bakefile_cv_prog_makeisgnu="no"
38474         fi
38475
38476 fi
38477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_prog_makeisgnu" >&5
38478 $as_echo "$bakefile_cv_prog_makeisgnu" >&6; }
38479
38480     if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
38481         IF_GNU_MAKE=""
38482     else
38483         IF_GNU_MAKE="#"
38484     fi
38485
38486
38487
38488     PLATFORM_UNIX=0
38489     PLATFORM_WIN32=0
38490     PLATFORM_MSDOS=0
38491     PLATFORM_MAC=0
38492     PLATFORM_MACOS=0
38493     PLATFORM_MACOSX=0
38494     PLATFORM_OS2=0
38495     PLATFORM_BEOS=0
38496
38497     if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
38498         case "${BAKEFILE_HOST}" in
38499             *-*-mingw32* )
38500                 PLATFORM_WIN32=1
38501             ;;
38502             *-pc-msdosdjgpp )
38503                 PLATFORM_MSDOS=1
38504             ;;
38505             *-pc-os2_emx | *-pc-os2-emx )
38506                 PLATFORM_OS2=1
38507             ;;
38508             *-*-darwin* )
38509                 PLATFORM_MAC=1
38510                 PLATFORM_MACOSX=1
38511             ;;
38512             *-*-beos* )
38513                 PLATFORM_BEOS=1
38514             ;;
38515             powerpc-apple-macos* )
38516                 PLATFORM_MAC=1
38517                 PLATFORM_MACOS=1
38518             ;;
38519             * )
38520                 PLATFORM_UNIX=1
38521             ;;
38522         esac
38523     else
38524         case "$BAKEFILE_FORCE_PLATFORM" in
38525             win32 )
38526                 PLATFORM_WIN32=1
38527             ;;
38528             msdos )
38529                 PLATFORM_MSDOS=1
38530             ;;
38531             os2 )
38532                 PLATFORM_OS2=1
38533             ;;
38534             darwin )
38535                 PLATFORM_MAC=1
38536                 PLATFORM_MACOSX=1
38537             ;;
38538             unix )
38539                 PLATFORM_UNIX=1
38540             ;;
38541             beos )
38542                 PLATFORM_BEOS=1
38543             ;;
38544             * )
38545                 as_fn_error $? "Unknown platform: $BAKEFILE_FORCE_PLATFORM" "$LINENO" 5
38546             ;;
38547         esac
38548     fi
38549
38550
38551
38552
38553
38554
38555
38556
38557
38558
38559
38560     # Check whether --enable-omf was given.
38561 if test "${enable_omf+set}" = set; then :
38562   enableval=$enable_omf; bk_os2_use_omf="$enableval"
38563 fi
38564
38565
38566     case "${BAKEFILE_HOST}" in
38567       *-*-darwin* )
38568                         if test "x$GCC" = "xyes"; then
38569             CFLAGS="$CFLAGS -fno-common"
38570             CXXFLAGS="$CXXFLAGS -fno-common"
38571         fi
38572         if test "x$XLCC" = "xyes"; then
38573             CFLAGS="$CFLAGS -qnocommon"
38574             CXXFLAGS="$CXXFLAGS -qnocommon"
38575         fi
38576         ;;
38577
38578       *-pc-os2_emx | *-pc-os2-emx )
38579         if test "x$bk_os2_use_omf" = "xyes" ; then
38580             AR=emxomfar
38581             RANLIB=:
38582             LDFLAGS="-Zomf $LDFLAGS"
38583             CFLAGS="-Zomf $CFLAGS"
38584             CXXFLAGS="-Zomf $CXXFLAGS"
38585             OS2_LIBEXT="lib"
38586         else
38587             OS2_LIBEXT="a"
38588         fi
38589         ;;
38590
38591       i*86-*-beos* )
38592         LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
38593         ;;
38594     esac
38595
38596
38597     SO_SUFFIX="so"
38598     SO_SUFFIX_MODULE="so"
38599     EXEEXT=""
38600     LIBPREFIX="lib"
38601     LIBEXT=".a"
38602     DLLPREFIX="lib"
38603     DLLPREFIX_MODULE=""
38604     DLLIMP_SUFFIX=""
38605     dlldir="$libdir"
38606
38607     case "${BAKEFILE_HOST}" in
38608                         ia64-hp-hpux* )
38609         ;;
38610         *-hp-hpux* )
38611             SO_SUFFIX="sl"
38612             SO_SUFFIX_MODULE="sl"
38613         ;;
38614         *-*-aix* )
38615                                                                         SO_SUFFIX="a"
38616             SO_SUFFIX_MODULE="a"
38617         ;;
38618         *-*-cygwin* )
38619             SO_SUFFIX="dll"
38620             SO_SUFFIX_MODULE="dll"
38621             DLLIMP_SUFFIX="dll.a"
38622             EXEEXT=".exe"
38623             DLLPREFIX="cyg"
38624             dlldir="$bindir"
38625         ;;
38626         *-*-mingw32* )
38627             SO_SUFFIX="dll"
38628             SO_SUFFIX_MODULE="dll"
38629             DLLIMP_SUFFIX="dll.a"
38630             EXEEXT=".exe"
38631             DLLPREFIX=""
38632             dlldir="$bindir"
38633         ;;
38634         *-pc-msdosdjgpp )
38635             EXEEXT=".exe"
38636             DLLPREFIX=""
38637             dlldir="$bindir"
38638         ;;
38639         *-pc-os2_emx | *-pc-os2-emx )
38640             SO_SUFFIX="dll"
38641             SO_SUFFIX_MODULE="dll"
38642             DLLIMP_SUFFIX=$OS2_LIBEXT
38643             EXEEXT=".exe"
38644             DLLPREFIX=""
38645             LIBPREFIX=""
38646             LIBEXT=".$OS2_LIBEXT"
38647             dlldir="$bindir"
38648         ;;
38649         *-*-darwin* )
38650             SO_SUFFIX="dylib"
38651             SO_SUFFIX_MODULE="bundle"
38652         ;;
38653     esac
38654
38655     if test "x$DLLIMP_SUFFIX" = "x" ; then
38656         DLLIMP_SUFFIX="$SO_SUFFIX"
38657     fi
38658
38659
38660
38661
38662
38663
38664
38665
38666
38667
38668
38669
38670         PIC_FLAG=""
38671     if test "x$GCC" = "xyes"; then
38672                 PIC_FLAG="-fPIC"
38673     fi
38674
38675         SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
38676     SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
38677     WINDOWS_IMPLIB=0
38678
38679     case "${BAKEFILE_HOST}" in
38680       *-hp-hpux* )
38681                 if test "x$GCC" != "xyes"; then
38682                         LDFLAGS="$LDFLAGS -L/usr/lib"
38683
38684             SHARED_LD_CC="${CC} -b -o"
38685             SHARED_LD_CXX="${CXX} -b -o"
38686             PIC_FLAG="+Z"
38687         fi
38688       ;;
38689
38690       *-*-linux* )
38691                         if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
38692             PIC_FLAG="-KPIC"
38693         elif test "x$SUNCXX" = "xyes"; then
38694             SHARED_LD_CC="${CC} -G -o"
38695             SHARED_LD_CXX="${CXX} -G -o"
38696             PIC_FLAG="-KPIC"
38697         fi
38698       ;;
38699
38700       *-*-solaris2* )
38701         if test "x$SUNCXX" = xyes ; then
38702             SHARED_LD_CC="${CC} -G -o"
38703             SHARED_LD_CXX="${CXX} -G -o"
38704             PIC_FLAG="-KPIC"
38705         fi
38706       ;;
38707
38708       *-*-darwin* )
38709
38710 D='$'
38711 cat <<EOF >shared-ld-sh
38712 #!/bin/sh
38713 #-----------------------------------------------------------------------------
38714 #-- Name:        distrib/mac/shared-ld-sh
38715 #-- Purpose:     Link a mach-o dynamic shared library for Darwin / Mac OS X
38716 #-- Author:      Gilles Depeyrot
38717 #-- Copyright:   (c) 2002 Gilles Depeyrot
38718 #-- Licence:     any use permitted
38719 #-----------------------------------------------------------------------------
38720
38721 verbose=0
38722 args=""
38723 objects=""
38724 linking_flag="-dynamiclib"
38725 ldargs="-r -keep_private_externs -nostdlib"
38726
38727 if test "x${D}CXX" = "x"; then
38728     CXX="c++"
38729 fi
38730
38731 while test ${D}# -gt 0; do
38732     case ${D}1 in
38733
38734        -v)
38735         verbose=1
38736         ;;
38737
38738        -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
38739         # collect these options and values
38740         args="${D}{args} ${D}1 ${D}2"
38741         shift
38742         ;;
38743
38744        -arch|-isysroot)
38745         # collect these options and values
38746         ldargs="${D}{ldargs} ${D}1 ${D}2"
38747         shift
38748         ;;
38749
38750        -s|-Wl,*)
38751         # collect these load args
38752         ldargs="${D}{ldargs} ${D}1"
38753         ;;
38754
38755        -l*|-L*|-flat_namespace|-headerpad_max_install_names)
38756         # collect these options
38757         args="${D}{args} ${D}1"
38758         ;;
38759
38760        -dynamiclib|-bundle)
38761         linking_flag="${D}1"
38762         ;;
38763
38764        -*)
38765         echo "shared-ld: unhandled option '${D}1'"
38766         exit 1
38767         ;;
38768
38769         *.o | *.a | *.dylib)
38770         # collect object files
38771         objects="${D}{objects} ${D}1"
38772         ;;
38773
38774         *)
38775         echo "shared-ld: unhandled argument '${D}1'"
38776         exit 1
38777         ;;
38778
38779     esac
38780     shift
38781 done
38782
38783 status=0
38784
38785 #
38786 # Link one module containing all the others
38787 #
38788 if test ${D}{verbose} = 1; then
38789     echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
38790 fi
38791 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
38792 status=${D}?
38793
38794 #
38795 # Link the shared library from the single module created, but only if the
38796 # previous command didn't fail:
38797 #
38798 if test ${D}{status} = 0; then
38799     if test ${D}{verbose} = 1; then
38800         echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
38801     fi
38802     ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
38803     status=${D}?
38804 fi
38805
38806 #
38807 # Remove intermediate module
38808 #
38809 rm -f master.${D}${D}.o
38810
38811 exit ${D}status
38812 EOF
38813
38814         chmod +x shared-ld-sh
38815
38816         SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
38817         SHARED_LD_MODULE_CXX="CXX=\"\$(CXX)\" $SHARED_LD_MODULE_CC"
38818
38819
38820                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc 3.1 or later" >&5
38821 $as_echo_n "checking for gcc 3.1 or later... " >&6; }
38822 if ${bakefile_cv_gcc31+:} false; then :
38823   $as_echo_n "(cached) " >&6
38824 else
38825
38826            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38827 /* end confdefs.h.  */
38828
38829 int
38830 main ()
38831 {
38832
38833                    #if (__GNUC__ < 3) || \
38834                        ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
38835                        This is old gcc
38836                    #endif
38837
38838   ;
38839   return 0;
38840 }
38841 _ACEOF
38842 if ac_fn_c_try_compile "$LINENO"; then :
38843
38844                    bakefile_cv_gcc31=yes
38845
38846 else
38847
38848                    bakefile_cv_gcc31=no
38849
38850
38851 fi
38852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38853
38854 fi
38855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_gcc31" >&5
38856 $as_echo "$bakefile_cv_gcc31" >&6; }
38857         if test "$bakefile_cv_gcc31" = "no"; then
38858                         SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
38859             SHARED_LD_CXX="$SHARED_LD_CC"
38860         else
38861                         SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
38862             SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
38863         fi
38864
38865         if test "x$GCC" == "xyes"; then
38866             PIC_FLAG="-dynamic -fPIC"
38867         fi
38868         if test "x$XLCC" = "xyes"; then
38869             PIC_FLAG="-dynamic -DPIC"
38870         fi
38871       ;;
38872
38873       *-*-aix* )
38874         if test "x$GCC" = "xyes"; then
38875                                                             PIC_FLAG=""
38876
38877                                                                                     case "${BAKEFILE_HOST}" in
38878                 *-*-aix5* )
38879                     LD_EXPFULL="-Wl,-bexpfull"
38880                     ;;
38881             esac
38882
38883             SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
38884             SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
38885         else
38886                                     # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
38887 set dummy makeC++SharedLib; ac_word=$2
38888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38889 $as_echo_n "checking for $ac_word... " >&6; }
38890 if ${ac_cv_prog_AIX_CXX_LD+:} false; then :
38891   $as_echo_n "(cached) " >&6
38892 else
38893   if test -n "$AIX_CXX_LD"; then
38894   ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
38895 else
38896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38897 for as_dir in $PATH
38898 do
38899   IFS=$as_save_IFS
38900   test -z "$as_dir" && as_dir=.
38901     for ac_exec_ext in '' $ac_executable_extensions; do
38902   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38903     ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
38904     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38905     break 2
38906   fi
38907 done
38908   done
38909 IFS=$as_save_IFS
38910
38911   test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
38912 fi
38913 fi
38914 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
38915 if test -n "$AIX_CXX_LD"; then
38916   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AIX_CXX_LD" >&5
38917 $as_echo "$AIX_CXX_LD" >&6; }
38918 else
38919   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38920 $as_echo "no" >&6; }
38921 fi
38922
38923
38924             SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
38925             SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
38926         fi
38927       ;;
38928
38929       *-*-beos* )
38930                         SHARED_LD_CC="${LD} -nostart -o"
38931         SHARED_LD_CXX="${LD} -nostart -o"
38932       ;;
38933
38934       *-*-irix* )
38935                 if test "x$GCC" != "xyes"; then
38936             PIC_FLAG="-KPIC"
38937         fi
38938       ;;
38939
38940       *-*-cygwin* | *-*-mingw32* )
38941         PIC_FLAG=""
38942         SHARED_LD_CC="\$(CC) -shared -o"
38943         SHARED_LD_CXX="\$(CXX) -shared -o"
38944         WINDOWS_IMPLIB=1
38945       ;;
38946
38947       *-pc-os2_emx | *-pc-os2-emx )
38948         SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
38949         SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
38950         PIC_FLAG=""
38951
38952 D='$'
38953 cat <<EOF >dllar.sh
38954 #!/bin/sh
38955 #
38956 # dllar - a tool to build both a .dll and an .a file
38957 # from a set of object (.o) files for EMX/OS2.
38958 #
38959 #  Written by Andrew Zabolotny, bit@freya.etu.ru
38960 #  Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
38961 #
38962 #  This script will accept a set of files on the command line.
38963 #  All the public symbols from the .o files will be exported into
38964 #  a .DEF file, then linker will be run (through gcc) against them to
38965 #  build a shared library consisting of all given .o files. All libraries
38966 #  (.a) will be first decompressed into component .o files then act as
38967 #  described above. You can optionally give a description (-d "description")
38968 #  which will be put into .DLL. To see the list of accepted options (as well
38969 #  as command-line format) simply run this program without options. The .DLL
38970 #  is built to be imported by name (there is no guarantee that new versions
38971 #  of the library you build will have same ordinals for same symbols).
38972 #
38973 #  dllar is free software; you can redistribute it and/or modify
38974 #  it under the terms of the GNU General Public License as published by
38975 #  the Free Software Foundation; either version 2, or (at your option)
38976 #  any later version.
38977 #
38978 #  dllar is distributed in the hope that it will be useful,
38979 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
38980 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38981 #  GNU General Public License for more details.
38982 #
38983 #  You should have received a copy of the GNU General Public License
38984 #  along with dllar; see the file COPYING.  If not, write to the Free
38985 #  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
38986 #  02111-1307, USA.
38987
38988 # To successfuly run this program you will need:
38989 #  - Current drive should have LFN support (HPFS, ext2, network, etc)
38990 #    (Sometimes dllar generates filenames which won't fit 8.3 scheme)
38991 #  - gcc
38992 #    (used to build the .dll)
38993 #  - emxexp
38994 #    (used to create .def file from .o files)
38995 #  - emximp
38996 #    (used to create .a file from .def file)
38997 #  - GNU text utilites (cat, sort, uniq)
38998 #    used to process emxexp output
38999 #  - GNU file utilities (mv, rm)
39000 #  - GNU sed
39001 #  - lxlite (optional, see flag below)
39002 #    (used for general .dll cleanup)
39003 #
39004
39005 flag_USE_LXLITE=1;
39006
39007 #
39008 # helper functions
39009 # basnam, variant of basename, which does _not_ remove the path, _iff_
39010 #                              second argument (suffix to remove) is given
39011 basnam(){
39012     case ${D}# in
39013     1)
39014         echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
39015         ;;
39016     2)
39017         echo ${D}1 | sed 's/'${D}2'${D}//'
39018         ;;
39019     *)
39020         echo "error in basnam ${D}*"
39021         exit 8
39022         ;;
39023     esac
39024 }
39025
39026 # Cleanup temporary files and output
39027 CleanUp() {
39028     cd ${D}curDir
39029     for i in ${D}inputFiles ; do
39030         case ${D}i in
39031         *!)
39032             rm -rf \`basnam ${D}i !\`
39033             ;;
39034         *)
39035             ;;
39036         esac
39037     done
39038
39039     # Kill result in case of failure as there is just to many stupid make/nmake
39040     # things out there which doesn't do this.
39041     if [ ${D}# -eq 0 ]; then
39042         rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
39043     fi
39044 }
39045
39046 # Print usage and exit script with rc=1.
39047 PrintHelp() {
39048  echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
39049  echo '       [-name-mangler-script script.sh]'
39050  echo '       [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
39051  echo '       [-ord[inals]] -ex[clude] "symbol(s)"'
39052  echo '       [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
39053  echo '       [*.o] [*.a]'
39054  echo '*> "output_file" should have no extension.'
39055  echo '   If it has the .o, .a or .dll extension, it is automatically removed.'
39056  echo '   The import library name is derived from this and is set to "name".a,'
39057  echo '   unless overridden by -import'
39058  echo '*> "importlib_name" should have no extension.'
39059  echo '   If it has the .o, or .a extension, it is automatically removed.'
39060  echo '   This name is used as the import library name and may be longer and'
39061  echo '   more descriptive than the DLL name which has to follow the old '
39062  echo '   8.3 convention of FAT.'
39063  echo '*> "script.sh may be given to override the output_file name by a'
39064  echo '   different name. It is mainly useful if the regular make process'
39065  echo '   of some package does not take into account OS/2 restriction of'
39066  echo '   DLL name lengths. It takes the importlib name as input and is'
39067  echo '   supposed to procude a shorter name as output. The script should'
39068  echo '   expect to get importlib_name without extension and should produce'
39069  echo '   a (max.) 8 letter name without extension.'
39070  echo '*> "cc" is used to use another GCC executable.   (default: gcc.exe)'
39071  echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
39072  echo '   These flags will be put at the start of GCC command line.'
39073  echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
39074  echo '*> -ex[clude] defines symbols which will not be exported. You can define'
39075  echo '   multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
39076  echo '   If the last character of a symbol is "*", all symbols beginning'
39077  echo '   with the prefix before "*" will be exclude, (see _GLOBAL* above).'
39078  echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
39079  echo '   TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
39080  echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
39081  echo '   C runtime DLLs.'
39082  echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
39083  echo '*> All other switches (for example -L./ or -lmylib) will be passed'
39084  echo '   unchanged to GCC at the end of command line.'
39085  echo '*> If you create a DLL from a library and you do not specify -o,'
39086  echo '   the basename for DLL and import library will be set to library name,'
39087  echo '   the initial library will be renamed to 'name'_s.a (_s for static)'
39088  echo '   i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
39089  echo '   library will be renamed into gcc_s.a.'
39090  echo '--------'
39091  echo 'Example:'
39092  echo '   dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
39093  echo '    -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
39094  CleanUp
39095  exit 1
39096 }
39097
39098 # Execute a command.
39099 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
39100 # @Uses    Whatever CleanUp() uses.
39101 doCommand() {
39102     echo "${D}*"
39103     eval ${D}*
39104     rcCmd=${D}?
39105
39106     if [ ${D}rcCmd -ne 0 ]; then
39107         echo "command failed, exit code="${D}rcCmd
39108         CleanUp
39109         exit ${D}rcCmd
39110     fi
39111 }
39112
39113 # main routine
39114 # setup globals
39115 cmdLine=${D}*
39116 outFile=""
39117 outimpFile=""
39118 inputFiles=""
39119 renameScript=""
39120 description=""
39121 CC=gcc.exe
39122 CFLAGS="-s -Zcrtdll"
39123 EXTRA_CFLAGS=""
39124 EXPORT_BY_ORDINALS=0
39125 exclude_symbols=""
39126 library_flags=""
39127 curDir=\`pwd\`
39128 curDirS=curDir
39129 case ${D}curDirS in
39130 */)
39131   ;;
39132 *)
39133   curDirS=${D}{curDirS}"/"
39134   ;;
39135 esac
39136 # Parse commandline
39137 libsToLink=0
39138 omfLinking=0
39139 while [ ${D}1 ]; do
39140     case ${D}1 in
39141     -ord*)
39142         EXPORT_BY_ORDINALS=1;
39143         ;;
39144     -o*)
39145         shift
39146         outFile=${D}1
39147         ;;
39148     -i*)
39149         shift
39150         outimpFile=${D}1
39151         ;;
39152     -name-mangler-script)
39153         shift
39154         renameScript=${D}1
39155         ;;
39156     -d*)
39157         shift
39158         description=${D}1
39159         ;;
39160     -f*)
39161         shift
39162         CFLAGS=${D}1
39163         ;;
39164     -c*)
39165         shift
39166         CC=${D}1
39167         ;;
39168     -h*)
39169         PrintHelp
39170         ;;
39171     -ex*)
39172         shift
39173         exclude_symbols=${D}{exclude_symbols}${D}1" "
39174         ;;
39175     -libf*)
39176         shift
39177         library_flags=${D}{library_flags}${D}1" "
39178         ;;
39179     -nocrt*)
39180         CFLAGS="-s"
39181         ;;
39182     -nolxl*)
39183         flag_USE_LXLITE=0
39184         ;;
39185     -* | /*)
39186         case ${D}1 in
39187         -L* | -l*)
39188             libsToLink=1
39189             ;;
39190         -Zomf)
39191             omfLinking=1
39192             ;;
39193         *)
39194             ;;
39195         esac
39196         EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39197         ;;
39198     *.dll)
39199         EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
39200         if [ ${D}omfLinking -eq 1 ]; then
39201             EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
39202         else
39203             EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
39204         fi
39205         ;;
39206     *)
39207         found=0;
39208         if [ ${D}libsToLink -ne 0 ]; then
39209             EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39210         else
39211             for file in ${D}1 ; do
39212                 if [ -f ${D}file ]; then
39213                     inputFiles="${D}{inputFiles} ${D}file"
39214                     found=1
39215                 fi
39216             done
39217             if [ ${D}found -eq 0 ]; then
39218                 echo "ERROR: No file(s) found: "${D}1
39219                 exit 8
39220             fi
39221         fi
39222       ;;
39223     esac
39224     shift
39225 done # iterate cmdline words
39226
39227 #
39228 if [ -z "${D}inputFiles" ]; then
39229     echo "dllar: no input files"
39230     PrintHelp
39231 fi
39232
39233 # Now extract all .o files from .a files
39234 newInputFiles=""
39235 for file in ${D}inputFiles ; do
39236     case ${D}file in
39237     *.a | *.lib)
39238         case ${D}file in
39239         *.a)
39240             suffix=".a"
39241             AR="ar"
39242             ;;
39243         *.lib)
39244             suffix=".lib"
39245             AR="emxomfar"
39246             EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
39247             ;;
39248         *)
39249             ;;
39250         esac
39251         dirname=\`basnam ${D}file ${D}suffix\`"_%"
39252         mkdir ${D}dirname
39253         if [ ${D}? -ne 0 ]; then
39254             echo "Failed to create subdirectory ./${D}dirname"
39255             CleanUp
39256             exit 8;
39257         fi
39258         # Append '!' to indicate archive
39259         newInputFiles="${D}newInputFiles ${D}{dirname}!"
39260         doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
39261         cd ${D}curDir
39262         found=0;
39263         for subfile in ${D}dirname/*.o* ; do
39264             if [ -f ${D}subfile ]; then
39265                 found=1
39266                 if [ -s ${D}subfile ]; then
39267                     # FIXME: This should be: is file size > 32 byte, _not_ > 0!
39268                     newInputFiles="${D}newInputFiles ${D}subfile"
39269                 fi
39270             fi
39271         done
39272         if [ ${D}found -eq 0 ]; then
39273             echo "WARNING: there are no files in archive \\'${D}file\\'"
39274         fi
39275         ;;
39276     *)
39277         newInputFiles="${D}{newInputFiles} ${D}file"
39278         ;;
39279     esac
39280 done
39281 inputFiles="${D}newInputFiles"
39282
39283 # Output filename(s).
39284 do_backup=0;
39285 if [ -z ${D}outFile ]; then
39286     do_backup=1;
39287     set outFile ${D}inputFiles; outFile=${D}2
39288 fi
39289
39290 # If it is an archive, remove the '!' and the '_%' suffixes
39291 case ${D}outFile in
39292 *_%!)
39293     outFile=\`basnam ${D}outFile _%!\`
39294     ;;
39295 *)
39296     ;;
39297 esac
39298 case ${D}outFile in
39299 *.dll)
39300     outFile=\`basnam ${D}outFile .dll\`
39301     ;;
39302 *.DLL)
39303     outFile=\`basnam ${D}outFile .DLL\`
39304     ;;
39305 *.o)
39306     outFile=\`basnam ${D}outFile .o\`
39307     ;;
39308 *.obj)
39309     outFile=\`basnam ${D}outFile .obj\`
39310     ;;
39311 *.a)
39312     outFile=\`basnam ${D}outFile .a\`
39313     ;;
39314 *.lib)
39315     outFile=\`basnam ${D}outFile .lib\`
39316     ;;
39317 *)
39318     ;;
39319 esac
39320 case ${D}outimpFile in
39321 *.a)
39322     outimpFile=\`basnam ${D}outimpFile .a\`
39323     ;;
39324 *.lib)
39325     outimpFile=\`basnam ${D}outimpFile .lib\`
39326     ;;
39327 *)
39328     ;;
39329 esac
39330 if [ -z ${D}outimpFile ]; then
39331     outimpFile=${D}outFile
39332 fi
39333 defFile="${D}{outFile}.def"
39334 arcFile="${D}{outimpFile}.a"
39335 arcFile2="${D}{outimpFile}.lib"
39336
39337 #create ${D}dllFile as something matching 8.3 restrictions,
39338 if [ -z ${D}renameScript ] ; then
39339     dllFile="${D}outFile"
39340 else
39341     dllFile=\`${D}renameScript ${D}outimpFile\`
39342 fi
39343
39344 if [ ${D}do_backup -ne 0 ] ; then
39345     if [ -f ${D}arcFile ] ; then
39346         doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
39347     fi
39348     if [ -f ${D}arcFile2 ] ; then
39349         doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
39350     fi
39351 fi
39352
39353 # Extract public symbols from all the object files.
39354 tmpdefFile=${D}{defFile}_%
39355 rm -f ${D}tmpdefFile
39356 for file in ${D}inputFiles ; do
39357     case ${D}file in
39358     *!)
39359         ;;
39360     *)
39361         doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
39362         ;;
39363     esac
39364 done
39365
39366 # Create the def file.
39367 rm -f ${D}defFile
39368 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
39369 dllFile="${D}{dllFile}.dll"
39370 if [ ! -z ${D}description ]; then
39371     echo "DESCRIPTION  \\"${D}{description}\\"" >> ${D}defFile
39372 fi
39373 echo "EXPORTS" >> ${D}defFile
39374
39375 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
39376 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
39377
39378 # Checks if the export is ok or not.
39379 for word in ${D}exclude_symbols; do
39380     grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
39381     mv ${D}{tmpdefFile}% ${D}tmpdefFile
39382 done
39383
39384
39385 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
39386     sed "=" < ${D}tmpdefFile | \\
39387     sed '
39388       N
39389       : loop
39390       s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
39391       t loop
39392     ' > ${D}{tmpdefFile}%
39393     grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
39394 else
39395     rm -f ${D}{tmpdefFile}%
39396 fi
39397 cat ${D}tmpdefFile >> ${D}defFile
39398 rm -f ${D}tmpdefFile
39399
39400 # Do linking, create implib, and apply lxlite.
39401 gccCmdl="";
39402 for file in ${D}inputFiles ; do
39403     case ${D}file in
39404     *!)
39405         ;;
39406     *)
39407         gccCmdl="${D}gccCmdl ${D}file"
39408         ;;
39409     esac
39410 done
39411 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
39412 touch "${D}{outFile}.dll"
39413
39414 doCommand "emximp -o ${D}arcFile ${D}defFile"
39415 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
39416     add_flags="";
39417     if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
39418         add_flags="-ynd"
39419     fi
39420     doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
39421 fi
39422 doCommand "emxomf -s -l ${D}arcFile"
39423
39424 # Successful exit.
39425 CleanUp 1
39426 exit 0
39427 EOF
39428
39429         chmod +x dllar.sh
39430       ;;
39431
39432       powerpc-apple-macos* | \
39433       *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
39434       *-*-mirbsd* | \
39435       *-*-sunos4* | \
39436       *-*-osf* | \
39437       *-*-dgux5* | \
39438       *-*-sysv5* | \
39439       *-pc-msdosdjgpp )
39440               ;;
39441
39442       *)
39443         as_fn_error $? "unknown system type $BAKEFILE_HOST." "$LINENO" 5
39444     esac
39445
39446     if test "x$PIC_FLAG" != "x" ; then
39447         PIC_FLAG="$PIC_FLAG -DPIC"
39448     fi
39449
39450     if test "x$SHARED_LD_MODULE_CC" = "x" ; then
39451         SHARED_LD_MODULE_CC="$SHARED_LD_CC"
39452     fi
39453     if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
39454         SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
39455     fi
39456
39457
39458
39459
39460
39461
39462
39463
39464
39465     USE_SOVERSION=0
39466     USE_SOVERLINUX=0
39467     USE_SOVERSOLARIS=0
39468     USE_SOVERCYGWIN=0
39469     USE_SOTWOSYMLINKS=0
39470     USE_MACVERSION=0
39471     SONAME_FLAG=
39472
39473     case "${BAKEFILE_HOST}" in
39474       *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
39475       *-*-k*bsd*-gnu | *-*-mirbsd* )
39476         if test "x$SUNCXX" = "xyes"; then
39477             SONAME_FLAG="-h "
39478         else
39479             SONAME_FLAG="-Wl,-soname,"
39480         fi
39481         USE_SOVERSION=1
39482         USE_SOVERLINUX=1
39483         USE_SOTWOSYMLINKS=1
39484       ;;
39485
39486       *-*-solaris2* )
39487         SONAME_FLAG="-h "
39488         USE_SOVERSION=1
39489         USE_SOVERSOLARIS=1
39490       ;;
39491
39492       *-*-darwin* )
39493         USE_MACVERSION=1
39494         USE_SOVERSION=1
39495         USE_SOTWOSYMLINKS=1
39496       ;;
39497
39498       *-*-cygwin* )
39499         USE_SOVERSION=1
39500         USE_SOVERCYGWIN=1
39501       ;;
39502     esac
39503
39504
39505
39506
39507
39508
39509
39510
39511
39512
39513     # Check whether --enable-dependency-tracking was given.
39514 if test "${enable_dependency_tracking+set}" = set; then :
39515   enableval=$enable_dependency_tracking; bk_use_trackdeps="$enableval"
39516 fi
39517
39518
39519     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dependency tracking method" >&5
39520 $as_echo_n "checking for dependency tracking method... " >&6; }
39521
39522     BK_DEPS=""
39523     if test "x$bk_use_trackdeps" = "xno" ; then
39524         DEPS_TRACKING=0
39525         { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
39526 $as_echo "disabled" >&6; }
39527     else
39528         DEPS_TRACKING=1
39529
39530         if test "x$GCC" = "xyes"; then
39531             DEPSMODE=gcc
39532             DEPSFLAG="-MMD"
39533             { $as_echo "$as_me:${as_lineno-$LINENO}: result: gcc" >&5
39534 $as_echo "gcc" >&6; }
39535         elif test "x$MWCC" = "xyes"; then
39536             DEPSMODE=mwcc
39537             DEPSFLAG="-MM"
39538             { $as_echo "$as_me:${as_lineno-$LINENO}: result: mwcc" >&5
39539 $as_echo "mwcc" >&6; }
39540         elif test "x$SUNCC" = "xyes"; then
39541             DEPSMODE=unixcc
39542             DEPSFLAG="-xM1"
39543             { $as_echo "$as_me:${as_lineno-$LINENO}: result: Sun cc" >&5
39544 $as_echo "Sun cc" >&6; }
39545         elif test "x$SGICC" = "xyes"; then
39546             DEPSMODE=unixcc
39547             DEPSFLAG="-M"
39548             { $as_echo "$as_me:${as_lineno-$LINENO}: result: SGI cc" >&5
39549 $as_echo "SGI cc" >&6; }
39550         elif test "x$HPCC" = "xyes"; then
39551             DEPSMODE=unixcc
39552             DEPSFLAG="+make"
39553             { $as_echo "$as_me:${as_lineno-$LINENO}: result: HP cc" >&5
39554 $as_echo "HP cc" >&6; }
39555         elif test "x$COMPAQCC" = "xyes"; then
39556             DEPSMODE=gcc
39557             DEPSFLAG="-MD"
39558             { $as_echo "$as_me:${as_lineno-$LINENO}: result: Compaq cc" >&5
39559 $as_echo "Compaq cc" >&6; }
39560         else
39561             DEPS_TRACKING=0
39562             { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
39563 $as_echo "none" >&6; }
39564         fi
39565
39566         if test $DEPS_TRACKING = 1 ; then
39567
39568 D='$'
39569 cat <<EOF >bk-deps
39570 #!/bin/sh
39571
39572 # This script is part of Bakefile (http://www.bakefile.org) autoconf
39573 # script. It is used to track C/C++ files dependencies in portable way.
39574 #
39575 # Permission is given to use this file in any way.
39576
39577 DEPSMODE=${DEPSMODE}
39578 DEPSFLAG="${DEPSFLAG}"
39579 DEPSDIRBASE=.deps
39580
39581 if test ${D}DEPSMODE = gcc ; then
39582     ${D}* ${D}{DEPSFLAG}
39583     status=${D}?
39584
39585     # determine location of created files:
39586     while test ${D}# -gt 0; do
39587         case "${D}1" in
39588             -o )
39589                 shift
39590                 objfile=${D}1
39591             ;;
39592             -* )
39593             ;;
39594             * )
39595                 srcfile=${D}1
39596             ;;
39597         esac
39598         shift
39599     done
39600     objfilebase=\`basename ${D}objfile\`
39601     builddir=\`dirname ${D}objfile\`
39602     depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
39603     depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
39604     depsdir=${D}builddir/${D}DEPSDIRBASE
39605     mkdir -p ${D}depsdir
39606
39607     # if the compiler failed, we're done:
39608     if test ${D}{status} != 0 ; then
39609         rm -f ${D}depfile
39610         exit ${D}{status}
39611     fi
39612
39613     # move created file to the location we want it in:
39614     if test -f ${D}depfile ; then
39615         sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
39616         rm -f ${D}depfile
39617     else
39618         # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
39619         depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
39620         if test ! -f ${D}depfile ; then
39621             # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
39622             depfile="${D}objfile.d"
39623         fi
39624         if test -f ${D}depfile ; then
39625             sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
39626             rm -f ${D}depfile
39627         fi
39628     fi
39629     exit 0
39630
39631 elif test ${D}DEPSMODE = mwcc ; then
39632     ${D}* || exit ${D}?
39633     # Run mwcc again with -MM and redirect into the dep file we want
39634     # NOTE: We can't use shift here because we need ${D}* to be valid
39635     prevarg=
39636     for arg in ${D}* ; do
39637         if test "${D}prevarg" = "-o"; then
39638             objfile=${D}arg
39639         else
39640             case "${D}arg" in
39641                 -* )
39642                 ;;
39643                 * )
39644                     srcfile=${D}arg
39645                 ;;
39646             esac
39647         fi
39648         prevarg="${D}arg"
39649     done
39650
39651     objfilebase=\`basename ${D}objfile\`
39652     builddir=\`dirname ${D}objfile\`
39653     depsdir=${D}builddir/${D}DEPSDIRBASE
39654     mkdir -p ${D}depsdir
39655
39656     ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
39657     exit 0
39658
39659 elif test ${D}DEPSMODE = unixcc; then
39660     ${D}* || exit ${D}?
39661     # Run compiler again with deps flag and redirect into the dep file.
39662     # It doesn't work if the '-o FILE' option is used, but without it the
39663     # dependency file will contain the wrong name for the object. So it is
39664     # removed from the command line, and the dep file is fixed with sed.
39665     cmd=""
39666     while test ${D}# -gt 0; do
39667         case "${D}1" in
39668             -o )
39669                 shift
39670                 objfile=${D}1
39671             ;;
39672             * )
39673                 eval arg${D}#=\\${D}1
39674                 cmd="${D}cmd \\${D}arg${D}#"
39675             ;;
39676         esac
39677         shift
39678     done
39679
39680     objfilebase=\`basename ${D}objfile\`
39681     builddir=\`dirname ${D}objfile\`
39682     depsdir=${D}builddir/${D}DEPSDIRBASE
39683     mkdir -p ${D}depsdir
39684
39685     eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
39686     exit 0
39687
39688 else
39689     ${D}*
39690     exit ${D}?
39691 fi
39692 EOF
39693
39694             chmod +x bk-deps
39695                                     BK_DEPS="`pwd`/bk-deps"
39696         fi
39697     fi
39698
39699
39700
39701
39702
39703     case ${BAKEFILE_HOST} in
39704         *-*-cygwin* | *-*-mingw32* )
39705                         if test -n "$ac_tool_prefix"; then
39706   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
39707 set dummy ${ac_tool_prefix}windres; ac_word=$2
39708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39709 $as_echo_n "checking for $ac_word... " >&6; }
39710 if ${ac_cv_prog_WINDRES+:} false; then :
39711   $as_echo_n "(cached) " >&6
39712 else
39713   if test -n "$WINDRES"; then
39714   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
39715 else
39716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39717 for as_dir in $PATH
39718 do
39719   IFS=$as_save_IFS
39720   test -z "$as_dir" && as_dir=.
39721     for ac_exec_ext in '' $ac_executable_extensions; do
39722   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39723     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
39724     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39725     break 2
39726   fi
39727 done
39728   done
39729 IFS=$as_save_IFS
39730
39731 fi
39732 fi
39733 WINDRES=$ac_cv_prog_WINDRES
39734 if test -n "$WINDRES"; then
39735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
39736 $as_echo "$WINDRES" >&6; }
39737 else
39738   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39739 $as_echo "no" >&6; }
39740 fi
39741
39742
39743 fi
39744 if test -z "$ac_cv_prog_WINDRES"; then
39745   ac_ct_WINDRES=$WINDRES
39746   # Extract the first word of "windres", so it can be a program name with args.
39747 set dummy windres; ac_word=$2
39748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39749 $as_echo_n "checking for $ac_word... " >&6; }
39750 if ${ac_cv_prog_ac_ct_WINDRES+:} false; then :
39751   $as_echo_n "(cached) " >&6
39752 else
39753   if test -n "$ac_ct_WINDRES"; then
39754   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
39755 else
39756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39757 for as_dir in $PATH
39758 do
39759   IFS=$as_save_IFS
39760   test -z "$as_dir" && as_dir=.
39761     for ac_exec_ext in '' $ac_executable_extensions; do
39762   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39763     ac_cv_prog_ac_ct_WINDRES="windres"
39764     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39765     break 2
39766   fi
39767 done
39768   done
39769 IFS=$as_save_IFS
39770
39771 fi
39772 fi
39773 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
39774 if test -n "$ac_ct_WINDRES"; then
39775   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
39776 $as_echo "$ac_ct_WINDRES" >&6; }
39777 else
39778   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39779 $as_echo "no" >&6; }
39780 fi
39781
39782   if test "x$ac_ct_WINDRES" = x; then
39783     WINDRES=""
39784   else
39785     case $cross_compiling:$ac_tool_warned in
39786 yes:)
39787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
39788 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
39789 ac_tool_warned=yes ;;
39790 esac
39791     WINDRES=$ac_ct_WINDRES
39792   fi
39793 else
39794   WINDRES="$ac_cv_prog_WINDRES"
39795 fi
39796
39797          ;;
39798
39799       *-*-darwin* | powerpc-apple-macos* )
39800             # Extract the first word of "Rez", so it can be a program name with args.
39801 set dummy Rez; ac_word=$2
39802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39803 $as_echo_n "checking for $ac_word... " >&6; }
39804 if ${ac_cv_prog_REZ+:} false; then :
39805   $as_echo_n "(cached) " >&6
39806 else
39807   if test -n "$REZ"; then
39808   ac_cv_prog_REZ="$REZ" # Let the user override the test.
39809 else
39810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39811 for as_dir in $PATH
39812 do
39813   IFS=$as_save_IFS
39814   test -z "$as_dir" && as_dir=.
39815     for ac_exec_ext in '' $ac_executable_extensions; do
39816   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39817     ac_cv_prog_REZ="Rez"
39818     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39819     break 2
39820   fi
39821 done
39822   done
39823 IFS=$as_save_IFS
39824
39825   test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
39826 fi
39827 fi
39828 REZ=$ac_cv_prog_REZ
39829 if test -n "$REZ"; then
39830   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $REZ" >&5
39831 $as_echo "$REZ" >&6; }
39832 else
39833   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39834 $as_echo "no" >&6; }
39835 fi
39836
39837
39838             # Extract the first word of "SetFile", so it can be a program name with args.
39839 set dummy SetFile; ac_word=$2
39840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39841 $as_echo_n "checking for $ac_word... " >&6; }
39842 if ${ac_cv_prog_SETFILE+:} false; then :
39843   $as_echo_n "(cached) " >&6
39844 else
39845   if test -n "$SETFILE"; then
39846   ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
39847 else
39848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39849 for as_dir in $PATH
39850 do
39851   IFS=$as_save_IFS
39852   test -z "$as_dir" && as_dir=.
39853     for ac_exec_ext in '' $ac_executable_extensions; do
39854   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39855     ac_cv_prog_SETFILE="SetFile"
39856     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39857     break 2
39858   fi
39859 done
39860   done
39861 IFS=$as_save_IFS
39862
39863   test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
39864 fi
39865 fi
39866 SETFILE=$ac_cv_prog_SETFILE
39867 if test -n "$SETFILE"; then
39868   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SETFILE" >&5
39869 $as_echo "$SETFILE" >&6; }
39870 else
39871   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39872 $as_echo "no" >&6; }
39873 fi
39874
39875
39876         ;;
39877     esac
39878
39879
39880
39881
39882
39883
39884
39885
39886
39887     BAKEFILE_BAKEFILE_M4_VERSION="0.2.9"
39888
39889
39890 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.9"
39891
39892
39893
39894     # Check whether --enable-precomp-headers was given.
39895 if test "${enable_precomp_headers+set}" = set; then :
39896   enableval=$enable_precomp_headers; bk_use_pch="$enableval"
39897 fi
39898
39899
39900     GCC_PCH=0
39901     ICC_PCH=0
39902     USE_PCH=0
39903     BK_MAKE_PCH=""
39904
39905     case ${BAKEFILE_HOST} in
39906         *-*-cygwin* )
39907                                                 bk_use_pch="no"
39908             ;;
39909     esac
39910
39911     if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
39912         if test "x$GCC" = "xyes"; then
39913                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports precompiled headers" >&5
39914 $as_echo_n "checking if the compiler supports precompiled headers... " >&6; }
39915             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39916 /* end confdefs.h.  */
39917
39918 int
39919 main ()
39920 {
39921
39922                     #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
39923                         There is no PCH support
39924                     #endif
39925                     #if (__GNUC__ < 3)
39926                         There is no PCH support
39927                     #endif
39928                     #if (__GNUC__ == 3) && \
39929                        ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
39930                        ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
39931                        ( defined(__INTEL_COMPILER) )
39932                         There is no PCH support
39933                     #endif
39934
39935   ;
39936   return 0;
39937 }
39938 _ACEOF
39939 if ac_fn_c_try_compile "$LINENO"; then :
39940
39941                     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
39942 $as_echo "yes" >&6; }
39943                     GCC_PCH=1
39944
39945 else
39946
39947                     if test "$INTELCXX8" = "yes"; then
39948                         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
39949 $as_echo "yes" >&6; }
39950                         ICC_PCH=1
39951                         if test "$INTELCXX10" = "yes"; then
39952                             ICC_PCH_CREATE_SWITCH="-pch-create"
39953                             ICC_PCH_USE_SWITCH="-pch-use"
39954                         else
39955                             ICC_PCH_CREATE_SWITCH="-create-pch"
39956                             ICC_PCH_USE_SWITCH="-use-pch"
39957                         fi
39958                     else
39959                         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39960 $as_echo "no" >&6; }
39961                     fi
39962
39963 fi
39964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39965             if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
39966                 USE_PCH=1
39967
39968 D='$'
39969 cat <<EOF >bk-make-pch
39970 #!/bin/sh
39971
39972 # This script is part of Bakefile (http://www.bakefile.org) autoconf
39973 # script. It is used to generated precompiled headers.
39974 #
39975 # Permission is given to use this file in any way.
39976
39977 outfile="${D}{1}"
39978 header="${D}{2}"
39979 shift
39980 shift
39981
39982 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
39983
39984 compiler=""
39985 headerfile=""
39986
39987 while test ${D}{#} -gt 0; do
39988     add_to_cmdline=1
39989     case "${D}{1}" in
39990         -I* )
39991             incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
39992             if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
39993                 headerfile="${D}{incdir}/${D}{header}"
39994             fi
39995         ;;
39996         -use-pch|-use_pch|-pch-use )
39997             shift
39998             add_to_cmdline=0
39999         ;;
40000     esac
40001     if test ${D}add_to_cmdline = 1 ; then
40002         compiler="${D}{compiler} ${D}{1}"
40003     fi
40004     shift
40005 done
40006
40007 if test "x${D}{headerfile}" = "x" ; then
40008     echo "error: can't find header ${D}{header} in include paths" >&2
40009 else
40010     if test -f ${D}{outfile} ; then
40011         rm -f ${D}{outfile}
40012     else
40013         mkdir -p \`dirname ${D}{outfile}\`
40014     fi
40015     depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
40016     mkdir -p ${D}{builddir}/.deps
40017     if test "x${GCC_PCH}" = "x1" ; then
40018         # can do this because gcc is >= 3.4:
40019         ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
40020     elif test "x${ICC_PCH}" = "x1" ; then
40021         filename=pch_gen-${D}${D}
40022         file=${D}{filename}.c
40023         dfile=${D}{filename}.d
40024         cat > ${D}file <<EOT
40025 #include "${D}header"
40026 EOT
40027         # using -MF icc complains about differing command lines in creation/use
40028         ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
40029           sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
40030           rm -f ${D}file ${D}dfile ${D}{filename}.o
40031     fi
40032     exit ${D}{?}
40033 fi
40034 EOF
40035
40036                 chmod +x bk-make-pch
40037                                                                 BK_MAKE_PCH="`pwd`/bk-make-pch"
40038             fi
40039         fi
40040     fi
40041
40042
40043
40044
40045
40046
40047
40048     COND_BUILD_debug="#"
40049     if test "x$BUILD" = "xdebug" ; then
40050         COND_BUILD_debug=""
40051     fi
40052
40053     COND_BUILD_debug_DEBUG_INFO_default="#"
40054     if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
40055         COND_BUILD_debug_DEBUG_INFO_default=""
40056     fi
40057
40058     COND_BUILD_release="#"
40059     if test "x$BUILD" = "xrelease" ; then
40060         COND_BUILD_release=""
40061     fi
40062
40063     COND_BUILD_release_DEBUG_INFO_default="#"
40064     if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
40065         COND_BUILD_release_DEBUG_INFO_default=""
40066     fi
40067
40068     COND_DEBUG_FLAG_0="#"
40069     if test "x$DEBUG_FLAG" = "x0" ; then
40070         COND_DEBUG_FLAG_0=""
40071     fi
40072
40073     COND_DEBUG_INFO_0="#"
40074     if test "x$DEBUG_INFO" = "x0" ; then
40075         COND_DEBUG_INFO_0=""
40076     fi
40077
40078     COND_DEBUG_INFO_1="#"
40079     if test "x$DEBUG_INFO" = "x1" ; then
40080         COND_DEBUG_INFO_1=""
40081     fi
40082
40083     COND_DEPS_TRACKING_0="#"
40084     if test "x$DEPS_TRACKING" = "x0" ; then
40085         COND_DEPS_TRACKING_0=""
40086     fi
40087
40088     COND_DEPS_TRACKING_1="#"
40089     if test "x$DEPS_TRACKING" = "x1" ; then
40090         COND_DEPS_TRACKING_1=""
40091     fi
40092
40093     COND_GCC_PCH_1="#"
40094     if test "x$GCC_PCH" = "x1" ; then
40095         COND_GCC_PCH_1=""
40096     fi
40097
40098     COND_ICC_PCH_1="#"
40099     if test "x$ICC_PCH" = "x1" ; then
40100         COND_ICC_PCH_1=""
40101     fi
40102
40103     COND_MONOLITHIC_0="#"
40104     if test "x$MONOLITHIC" = "x0" ; then
40105         COND_MONOLITHIC_0=""
40106     fi
40107
40108     COND_MONOLITHIC_0_SHARED_0="#"
40109     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
40110         COND_MONOLITHIC_0_SHARED_0=""
40111     fi
40112
40113     COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
40114     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
40115         COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
40116     fi
40117
40118     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
40119     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
40120         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
40121     fi
40122
40123     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
40124     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
40125         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
40126     fi
40127
40128     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
40129     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40130         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
40131     fi
40132
40133     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
40134     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
40135         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
40136     fi
40137
40138     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1="#"
40139     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
40140         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1=""
40141     fi
40142
40143     COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1="#"
40144     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
40145         COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1=""
40146     fi
40147
40148     COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1="#"
40149     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
40150         COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1=""
40151     fi
40152
40153     COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
40154     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
40155         COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
40156     fi
40157
40158     COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
40159     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
40160         COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
40161     fi
40162
40163     COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
40164     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
40165         COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
40166     fi
40167
40168     COND_MONOLITHIC_0_SHARED_1="#"
40169     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
40170         COND_MONOLITHIC_0_SHARED_1=""
40171     fi
40172
40173     COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
40174     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
40175         COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
40176     fi
40177
40178     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
40179     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
40180         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
40181     fi
40182
40183     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
40184     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
40185         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
40186     fi
40187
40188     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
40189     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40190         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
40191     fi
40192
40193     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
40194     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
40195         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
40196     fi
40197
40198     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1="#"
40199     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
40200         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1=""
40201     fi
40202
40203     COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1="#"
40204     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
40205         COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1=""
40206     fi
40207
40208     COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1="#"
40209     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
40210         COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1=""
40211     fi
40212
40213     COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
40214     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
40215         COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
40216     fi
40217
40218     COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
40219     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
40220         COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
40221     fi
40222
40223     COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
40224     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
40225         COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
40226     fi
40227
40228     COND_MONOLITHIC_0_USE_AUI_1="#"
40229     if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
40230         COND_MONOLITHIC_0_USE_AUI_1=""
40231     fi
40232
40233     COND_MONOLITHIC_0_USE_GUI_1="#"
40234     if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
40235         COND_MONOLITHIC_0_USE_GUI_1=""
40236     fi
40237
40238     COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
40239     if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40240         COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
40241     fi
40242
40243     COND_MONOLITHIC_0_USE_HTML_1="#"
40244     if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
40245         COND_MONOLITHIC_0_USE_HTML_1=""
40246     fi
40247
40248     COND_MONOLITHIC_0_USE_MEDIA_1="#"
40249     if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
40250         COND_MONOLITHIC_0_USE_MEDIA_1=""
40251     fi
40252
40253     COND_MONOLITHIC_0_USE_PROPGRID_1="#"
40254     if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
40255         COND_MONOLITHIC_0_USE_PROPGRID_1=""
40256     fi
40257
40258     COND_MONOLITHIC_0_USE_QA_1="#"
40259     if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
40260         COND_MONOLITHIC_0_USE_QA_1=""
40261     fi
40262
40263     COND_MONOLITHIC_0_USE_RIBBON_1="#"
40264     if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
40265         COND_MONOLITHIC_0_USE_RIBBON_1=""
40266     fi
40267
40268     COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
40269     if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
40270         COND_MONOLITHIC_0_USE_RICHTEXT_1=""
40271     fi
40272
40273     COND_MONOLITHIC_0_USE_STC_1="#"
40274     if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
40275         COND_MONOLITHIC_0_USE_STC_1=""
40276     fi
40277
40278     COND_MONOLITHIC_0_USE_WEBVIEW_1="#"
40279     if test "x$MONOLITHIC" = "x0" -a "x$USE_WEBVIEW" = "x1" ; then
40280         COND_MONOLITHIC_0_USE_WEBVIEW_1=""
40281     fi
40282
40283     COND_MONOLITHIC_0_USE_XRC_1="#"
40284     if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
40285         COND_MONOLITHIC_0_USE_XRC_1=""
40286     fi
40287
40288     COND_MONOLITHIC_1="#"
40289     if test "x$MONOLITHIC" = "x1" ; then
40290         COND_MONOLITHIC_1=""
40291     fi
40292
40293     COND_MONOLITHIC_1_SHARED_0="#"
40294     if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
40295         COND_MONOLITHIC_1_SHARED_0=""
40296     fi
40297
40298     COND_MONOLITHIC_1_SHARED_1="#"
40299     if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
40300         COND_MONOLITHIC_1_SHARED_1=""
40301     fi
40302
40303     COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
40304     if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
40305         COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
40306     fi
40307
40308     COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
40309     if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
40310         COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
40311     fi
40312
40313     COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
40314     if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40315         COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
40316     fi
40317
40318     COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
40319     if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40320         COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
40321     fi
40322
40323     COND_PLATFORM_MACOSX_1="#"
40324     if test "x$PLATFORM_MACOSX" = "x1" ; then
40325         COND_PLATFORM_MACOSX_1=""
40326     fi
40327
40328     COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0="#"
40329     if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
40330         COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0=""
40331     fi
40332
40333     COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0="#"
40334     if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
40335         COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0=""
40336     fi
40337
40338     COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
40339     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40340         COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
40341     fi
40342
40343     COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
40344     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40345         COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
40346     fi
40347
40348     COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3="#"
40349     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40350         COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3=""
40351     fi
40352
40353     COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1="#"
40354     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40355         COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1=""
40356     fi
40357
40358     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
40359     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
40360         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1=""
40361     fi
40362
40363     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0="#"
40364     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40365         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0=""
40366     fi
40367
40368     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
40369     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
40370         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1=""
40371     fi
40372
40373     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0="#"
40374     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40375         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0=""
40376     fi
40377
40378     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
40379     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
40380         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
40381     fi
40382
40383     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
40384     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40385         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
40386     fi
40387
40388     COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
40389     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
40390         COND_PLATFORM_MACOSX_1_USE_GUI_1=""
40391     fi
40392
40393     COND_PLATFORM_MACOSX_1_USE_OPENGL_1="#"
40394     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40395         COND_PLATFORM_MACOSX_1_USE_OPENGL_1=""
40396     fi
40397
40398     COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
40399     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40400         COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
40401     fi
40402
40403     COND_PLATFORM_MAC_0="#"
40404     if test "x$PLATFORM_MAC" = "x0" ; then
40405         COND_PLATFORM_MAC_0=""
40406     fi
40407
40408     COND_PLATFORM_MAC_1="#"
40409     if test "x$PLATFORM_MAC" = "x1" ; then
40410         COND_PLATFORM_MAC_1=""
40411     fi
40412
40413     COND_PLATFORM_MSDOS_0="#"
40414     if test "x$PLATFORM_MSDOS" = "x0" ; then
40415         COND_PLATFORM_MSDOS_0=""
40416     fi
40417
40418     COND_PLATFORM_MSDOS_1="#"
40419     if test "x$PLATFORM_MSDOS" = "x1" ; then
40420         COND_PLATFORM_MSDOS_1=""
40421     fi
40422
40423     COND_PLATFORM_OS2_1="#"
40424     if test "x$PLATFORM_OS2" = "x1" ; then
40425         COND_PLATFORM_OS2_1=""
40426     fi
40427
40428     COND_PLATFORM_UNIX_0="#"
40429     if test "x$PLATFORM_UNIX" = "x0" ; then
40430         COND_PLATFORM_UNIX_0=""
40431     fi
40432
40433     COND_PLATFORM_UNIX_1="#"
40434     if test "x$PLATFORM_UNIX" = "x1" ; then
40435         COND_PLATFORM_UNIX_1=""
40436     fi
40437
40438     COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
40439     if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40440         COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
40441     fi
40442
40443     COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
40444     if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40445         COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
40446     fi
40447
40448     COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3="#"
40449     if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40450         COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3=""
40451     fi
40452
40453     COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1="#"
40454     if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40455         COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1=""
40456     fi
40457
40458     COND_PLATFORM_UNIX_1_USE_GUI_1="#"
40459     if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
40460         COND_PLATFORM_UNIX_1_USE_GUI_1=""
40461     fi
40462
40463     COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
40464     if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
40465         COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
40466     fi
40467
40468     COND_PLATFORM_WIN32_0="#"
40469     if test "x$PLATFORM_WIN32" = "x0" ; then
40470         COND_PLATFORM_WIN32_0=""
40471     fi
40472
40473     COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3="#"
40474     if test "x$PLATFORM_WIN32" = "x0" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40475         COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3=""
40476     fi
40477
40478     COND_PLATFORM_WIN32_1="#"
40479     if test "x$PLATFORM_WIN32" = "x1" ; then
40480         COND_PLATFORM_WIN32_1=""
40481     fi
40482
40483     COND_PLATFORM_WIN32_1_SHARED_0="#"
40484     if test "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
40485         COND_PLATFORM_WIN32_1_SHARED_0=""
40486     fi
40487
40488     COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
40489     if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40490         COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
40491     fi
40492
40493     COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
40494     if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40495         COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
40496     fi
40497
40498     COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3="#"
40499     if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40500         COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3=""
40501     fi
40502
40503     COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1="#"
40504     if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40505         COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1=""
40506     fi
40507
40508     COND_SHARED_0="#"
40509     if test "x$SHARED" = "x0" ; then
40510         COND_SHARED_0=""
40511     fi
40512
40513     COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
40514     if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
40515         COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
40516     fi
40517
40518     COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
40519     if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40520         COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
40521     fi
40522
40523     COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
40524     if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
40525         COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
40526     fi
40527
40528     COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
40529     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40530         COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
40531     fi
40532
40533     COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
40534     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40535         COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
40536     fi
40537
40538     COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
40539     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40540         COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin=""
40541     fi
40542
40543     COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
40544     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40545         COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
40546     fi
40547
40548     COND_SHARED_0_USE_STC_1="#"
40549     if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
40550         COND_SHARED_0_USE_STC_1=""
40551     fi
40552
40553     COND_SHARED_0_wxUSE_EXPAT_builtin="#"
40554     if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
40555         COND_SHARED_0_wxUSE_EXPAT_builtin=""
40556     fi
40557
40558     COND_SHARED_0_wxUSE_REGEX_builtin="#"
40559     if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
40560         COND_SHARED_0_wxUSE_REGEX_builtin=""
40561     fi
40562
40563     COND_SHARED_0_wxUSE_ZLIB_builtin="#"
40564     if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
40565         COND_SHARED_0_wxUSE_ZLIB_builtin=""
40566     fi
40567
40568     COND_SHARED_1="#"
40569     if test "x$SHARED" = "x1" ; then
40570         COND_SHARED_1=""
40571     fi
40572
40573     COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
40574     if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40575         COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
40576     fi
40577
40578     COND_TOOLKIT_="#"
40579     if test "x$TOOLKIT" = "x" ; then
40580         COND_TOOLKIT_=""
40581     fi
40582
40583     COND_TOOLKIT_COCOA="#"
40584     if test "x$TOOLKIT" = "xCOCOA" ; then
40585         COND_TOOLKIT_COCOA=""
40586     fi
40587
40588     COND_TOOLKIT_COCOA_USE_GUI_1="#"
40589     if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
40590         COND_TOOLKIT_COCOA_USE_GUI_1=""
40591     fi
40592
40593     COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
40594     if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40595         COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
40596     fi
40597
40598     COND_TOOLKIT_DFB="#"
40599     if test "x$TOOLKIT" = "xDFB" ; then
40600         COND_TOOLKIT_DFB=""
40601     fi
40602
40603     COND_TOOLKIT_DFB_USE_GUI_1="#"
40604     if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
40605         COND_TOOLKIT_DFB_USE_GUI_1=""
40606     fi
40607
40608     COND_TOOLKIT_GTK="#"
40609     if test "x$TOOLKIT" = "xGTK" ; then
40610         COND_TOOLKIT_GTK=""
40611     fi
40612
40613     COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
40614     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
40615         COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
40616     fi
40617
40618     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
40619     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40620         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
40621     fi
40622
40623     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
40624     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40625         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
40626     fi
40627
40628     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
40629     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40630         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
40631     fi
40632
40633     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1="#"
40634     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40635         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1=""
40636     fi
40637
40638     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0="#"
40639     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$WXUNIV" = "x0" ; then
40640         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0=""
40641     fi
40642
40643     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1="#"
40644     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$WXUNIV" = "x1" ; then
40645         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1=""
40646     fi
40647
40648     COND_TOOLKIT_GTK_TOOLKIT_VERSION_3="#"
40649     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40650         COND_TOOLKIT_GTK_TOOLKIT_VERSION_3=""
40651     fi
40652
40653     COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1="#"
40654     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40655         COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1=""
40656     fi
40657
40658     COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0="#"
40659     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40660         COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0=""
40661     fi
40662
40663     COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0="#"
40664     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$WXUNIV" = "x0" ; then
40665         COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0=""
40666     fi
40667
40668     COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
40669     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
40670         COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
40671     fi
40672
40673     COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
40674     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40675         COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
40676     fi
40677
40678     COND_TOOLKIT_GTK_USE_GUI_1="#"
40679     if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
40680         COND_TOOLKIT_GTK_USE_GUI_1=""
40681     fi
40682
40683     COND_TOOLKIT_MAC="#"
40684     if test "x$TOOLKIT" = "xMAC" ; then
40685         COND_TOOLKIT_MAC=""
40686     fi
40687
40688     COND_TOOLKIT_MOTIF="#"
40689     if test "x$TOOLKIT" = "xMOTIF" ; then
40690         COND_TOOLKIT_MOTIF=""
40691     fi
40692
40693     COND_TOOLKIT_MOTIF_USE_GUI_1="#"
40694     if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
40695         COND_TOOLKIT_MOTIF_USE_GUI_1=""
40696     fi
40697
40698     COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
40699     if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40700         COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
40701     fi
40702
40703     COND_TOOLKIT_MSW="#"
40704     if test "x$TOOLKIT" = "xMSW" ; then
40705         COND_TOOLKIT_MSW=""
40706     fi
40707
40708     COND_TOOLKIT_MSW_USE_GUI_1="#"
40709     if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
40710         COND_TOOLKIT_MSW_USE_GUI_1=""
40711     fi
40712
40713     COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
40714     if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40715         COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
40716     fi
40717
40718     COND_TOOLKIT_MSW_WXUNIV_0="#"
40719     if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40720         COND_TOOLKIT_MSW_WXUNIV_0=""
40721     fi
40722
40723     COND_TOOLKIT_OSX_CARBON="#"
40724     if test "x$TOOLKIT" = "xOSX_CARBON" ; then
40725         COND_TOOLKIT_OSX_CARBON=""
40726     fi
40727
40728     COND_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
40729     if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
40730         COND_TOOLKIT_OSX_CARBON_USE_GUI_1=""
40731     fi
40732
40733     COND_TOOLKIT_OSX_COCOA="#"
40734     if test "x$TOOLKIT" = "xOSX_COCOA" ; then
40735         COND_TOOLKIT_OSX_COCOA=""
40736     fi
40737
40738     COND_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
40739     if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
40740         COND_TOOLKIT_OSX_COCOA_USE_GUI_1=""
40741     fi
40742
40743     COND_TOOLKIT_OSX_IPHONE="#"
40744     if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
40745         COND_TOOLKIT_OSX_IPHONE=""
40746     fi
40747
40748     COND_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
40749     if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
40750         COND_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
40751     fi
40752
40753     COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
40754     if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40755         COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
40756     fi
40757
40758     COND_TOOLKIT_PM="#"
40759     if test "x$TOOLKIT" = "xPM" ; then
40760         COND_TOOLKIT_PM=""
40761     fi
40762
40763     COND_TOOLKIT_PM_USE_GUI_1="#"
40764     if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
40765         COND_TOOLKIT_PM_USE_GUI_1=""
40766     fi
40767
40768     COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
40769     if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40770         COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
40771     fi
40772
40773     COND_TOOLKIT_WINCE="#"
40774     if test "x$TOOLKIT" = "xWINCE" ; then
40775         COND_TOOLKIT_WINCE=""
40776     fi
40777
40778     COND_TOOLKIT_WINCE_USE_GUI_1="#"
40779     if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
40780         COND_TOOLKIT_WINCE_USE_GUI_1=""
40781     fi
40782
40783     COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
40784     if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40785         COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
40786     fi
40787
40788     COND_TOOLKIT_WINCE_WXUNIV_0="#"
40789     if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
40790         COND_TOOLKIT_WINCE_WXUNIV_0=""
40791     fi
40792
40793     COND_TOOLKIT_X11="#"
40794     if test "x$TOOLKIT" = "xX11" ; then
40795         COND_TOOLKIT_X11=""
40796     fi
40797
40798     COND_TOOLKIT_X11_USE_GUI_1="#"
40799     if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
40800         COND_TOOLKIT_X11_USE_GUI_1=""
40801     fi
40802
40803     COND_UNICODE_1="#"
40804     if test "x$UNICODE" = "x1" ; then
40805         COND_UNICODE_1=""
40806     fi
40807
40808     COND_USE_CAIRO_1="#"
40809     if test "x$USE_CAIRO" = "x1" ; then
40810         COND_USE_CAIRO_1=""
40811     fi
40812
40813     COND_USE_EXCEPTIONS_0="#"
40814     if test "x$USE_EXCEPTIONS" = "x0" ; then
40815         COND_USE_EXCEPTIONS_0=""
40816     fi
40817
40818     COND_USE_EXCEPTIONS_1="#"
40819     if test "x$USE_EXCEPTIONS" = "x1" ; then
40820         COND_USE_EXCEPTIONS_1=""
40821     fi
40822
40823     COND_USE_GUI_0="#"
40824     if test "x$USE_GUI" = "x0" ; then
40825         COND_USE_GUI_0=""
40826     fi
40827
40828     COND_USE_GUI_1="#"
40829     if test "x$USE_GUI" = "x1" ; then
40830         COND_USE_GUI_1=""
40831     fi
40832
40833     COND_USE_GUI_1_USE_OPENGL_1="#"
40834     if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40835         COND_USE_GUI_1_USE_OPENGL_1=""
40836     fi
40837
40838     COND_USE_GUI_1_WXUNIV_0="#"
40839     if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40840         COND_USE_GUI_1_WXUNIV_0=""
40841     fi
40842
40843     COND_USE_GUI_1_WXUNIV_1="#"
40844     if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40845         COND_USE_GUI_1_WXUNIV_1=""
40846     fi
40847
40848     COND_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
40849     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40850         COND_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
40851     fi
40852
40853     COND_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
40854     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40855         COND_USE_GUI_1_wxUSE_LIBPNG_builtin=""
40856     fi
40857
40858     COND_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
40859     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40860         COND_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
40861     fi
40862
40863     COND_USE_OPENGL_1="#"
40864     if test "x$USE_OPENGL" = "x1" ; then
40865         COND_USE_OPENGL_1=""
40866     fi
40867
40868     COND_USE_PCH_1="#"
40869     if test "x$USE_PCH" = "x1" ; then
40870         COND_USE_PCH_1=""
40871     fi
40872
40873     COND_USE_PLUGINS_0="#"
40874     if test "x$USE_PLUGINS" = "x0" ; then
40875         COND_USE_PLUGINS_0=""
40876     fi
40877
40878     COND_USE_RTTI_0="#"
40879     if test "x$USE_RTTI" = "x0" ; then
40880         COND_USE_RTTI_0=""
40881     fi
40882
40883     COND_USE_RTTI_1="#"
40884     if test "x$USE_RTTI" = "x1" ; then
40885         COND_USE_RTTI_1=""
40886     fi
40887
40888     COND_USE_SOTWOSYMLINKS_1="#"
40889     if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
40890         COND_USE_SOTWOSYMLINKS_1=""
40891     fi
40892
40893     COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
40894     if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40895         COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
40896     fi
40897
40898     COND_USE_SOVERLINUX_1="#"
40899     if test "x$USE_SOVERLINUX" = "x1" ; then
40900         COND_USE_SOVERLINUX_1=""
40901     fi
40902
40903     COND_USE_SOVERSION_0="#"
40904     if test "x$USE_SOVERSION" = "x0" ; then
40905         COND_USE_SOVERSION_0=""
40906     fi
40907
40908     COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1="#"
40909     if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
40910         COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1=""
40911     fi
40912
40913     COND_USE_SOVERSOLARIS_1="#"
40914     if test "x$USE_SOVERSOLARIS" = "x1" ; then
40915         COND_USE_SOVERSOLARIS_1=""
40916     fi
40917
40918     COND_USE_STC_1="#"
40919     if test "x$USE_STC" = "x1" ; then
40920         COND_USE_STC_1=""
40921     fi
40922
40923     COND_USE_THREADS_0="#"
40924     if test "x$USE_THREADS" = "x0" ; then
40925         COND_USE_THREADS_0=""
40926     fi
40927
40928     COND_USE_THREADS_1="#"
40929     if test "x$USE_THREADS" = "x1" ; then
40930         COND_USE_THREADS_1=""
40931     fi
40932
40933     COND_USE_XRC_1="#"
40934     if test "x$USE_XRC" = "x1" ; then
40935         COND_USE_XRC_1=""
40936     fi
40937
40938     COND_WINDOWS_IMPLIB_1="#"
40939     if test "x$WINDOWS_IMPLIB" = "x1" ; then
40940         COND_WINDOWS_IMPLIB_1=""
40941     fi
40942
40943     COND_WITH_PLUGIN_SDL_1="#"
40944     if test "x$WITH_PLUGIN_SDL" = "x1" ; then
40945         COND_WITH_PLUGIN_SDL_1=""
40946     fi
40947
40948     COND_WXUNIV_0="#"
40949     if test "x$WXUNIV" = "x0" ; then
40950         COND_WXUNIV_0=""
40951     fi
40952
40953     COND_WXUNIV_1="#"
40954     if test "x$WXUNIV" = "x1" ; then
40955         COND_WXUNIV_1=""
40956     fi
40957
40958     COND_wxUSE_EXPAT_builtin="#"
40959     if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
40960         COND_wxUSE_EXPAT_builtin=""
40961     fi
40962
40963     COND_wxUSE_LIBJPEG_builtin="#"
40964     if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40965         COND_wxUSE_LIBJPEG_builtin=""
40966     fi
40967
40968     COND_wxUSE_LIBPNG_builtin="#"
40969     if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40970         COND_wxUSE_LIBPNG_builtin=""
40971     fi
40972
40973     COND_wxUSE_LIBTIFF_builtin="#"
40974     if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40975         COND_wxUSE_LIBTIFF_builtin=""
40976     fi
40977
40978     COND_wxUSE_REGEX_builtin="#"
40979     if test "x$wxUSE_REGEX" = "xbuiltin" ; then
40980         COND_wxUSE_REGEX_builtin=""
40981     fi
40982
40983     COND_wxUSE_ZLIB_builtin="#"
40984     if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
40985         COND_wxUSE_ZLIB_builtin=""
40986     fi
40987
40988
40989
40990     if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
40991         as_fn_error $? "No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" "$LINENO" 5
40992     fi
40993
40994     if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
40995         as_fn_error $? "Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." "$LINENO" 5
40996     fi
40997
40998
40999 case ${INSTALL} in
41000   /* ) # Absolute
41001      ;;
41002   ?:* ) # Drive letter, considered as absolute.
41003      ;;
41004   *)
41005      INSTALL=`pwd`/${INSTALL} ;;
41006 esac
41007
41008 if test "$wxUSE_GUI" = "yes"; then
41009
41010 if test "$wxUSE_MSW" = 1 ; then
41011     if test "x$WINDRES" = "x"; then
41012         as_fn_error $? "Required windres program not found" "$LINENO" 5
41013     fi
41014
41015     RESCOMP="$WINDRES"
41016 fi
41017
41018 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
41019             WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
41020     WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
41021
41022         LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
41023
41024     # Extract the first word of "DeRez", so it can be a program name with args.
41025 set dummy DeRez; ac_word=$2
41026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
41027 $as_echo_n "checking for $ac_word... " >&6; }
41028 if ${ac_cv_prog_DEREZ+:} false; then :
41029   $as_echo_n "(cached) " >&6
41030 else
41031   if test -n "$DEREZ"; then
41032   ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
41033 else
41034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41035 for as_dir in $PATH
41036 do
41037   IFS=$as_save_IFS
41038   test -z "$as_dir" && as_dir=.
41039     for ac_exec_ext in '' $ac_executable_extensions; do
41040   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41041     ac_cv_prog_DEREZ="DeRez"
41042     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
41043     break 2
41044   fi
41045 done
41046   done
41047 IFS=$as_save_IFS
41048
41049   test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
41050 fi
41051 fi
41052 DEREZ=$ac_cv_prog_DEREZ
41053 if test -n "$DEREZ"; then
41054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEREZ" >&5
41055 $as_echo "$DEREZ" >&6; }
41056 else
41057   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41058 $as_echo "no" >&6; }
41059 fi
41060
41061
41062
41063     MACSETFILE="\$(SETFILE)"
41064
41065             if test "$wxUSE_OSX_CARBON" = 1; then
41066         POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
41067         RESCOMP="$REZ"
41068         WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
41069     else
41070         POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
41071         RESCOMP="cat /dev/null \| $REZ"
41072         WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
41073     fi
41074
41075 else
41076         MACSETFILE="@true"
41077
41078     if test "$wxUSE_PM" = 1; then
41079         RESCOMP="emxbind"
41080         WXCONFIG_RESFLAGS="-ep"
41081
41082                 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
41083     else
41084         POSTLINK_COMMAND="@true"
41085     fi
41086 fi
41087
41088 fi
41089
41090
41091 if test $GCC_PCH = 1
41092 then
41093     if test "$wx_cv_gcc_pch_bug" = yes; then
41094         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Precompiled header support is broken on this compiler" >&5
41095 $as_echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
41096         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** --enable-precomp-headers is not recommended" >&5
41097 $as_echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
41098         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
41099 $as_echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
41100     fi
41101
41102     # Our WX_PRECOMP flag does not make sense for any language except C++ because
41103     # the headers that benefit from precompilation are mostly C++ headers.
41104     CXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
41105     # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
41106     #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
41107 fi
41108
41109
41110 if test "$wxUSE_MAC" = 1 ; then
41111     if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
41112         if test "x$disable_macosx_deps" = "xyes"; then
41113             sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
41114                 mv temp bk-deps
41115             chmod +x bk-deps
41116         fi
41117     fi
41118 fi
41119
41120 if test "$wxUSE_SHARED" = "yes"; then
41121                 case "${host}" in
41122       *-pc-os2_emx | *-pc-os2-emx )
41123         SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41124         SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41125         cp -p ${srcdir}/src/os2/dllnames.sh .
41126         cp -p ${srcdir}/src/os2/dllar.sh .
41127       ;;
41128     esac
41129 fi
41130 if test "$wxUSE_OMF" = "yes"; then
41131     case "${host}" in
41132       *-pc-os2_emx | *-pc-os2-emx )
41133         LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
41134         LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
41135         WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
41136       ;;
41137     esac
41138 fi
41139
41140 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
41141
41142
41143 case "${host}" in
41144     *-*-solaris2* )
41145                         if test "$GCC" = yes; then
41146             CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//g'`
41147             LIBS=`echo $LIBS | sed 's/-mt//g'`
41148             EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//g'`
41149         fi
41150         ;;
41151
41152     *-*-linux* )
41153                         if test "x$SUNCXX" = xyes; then
41154             CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//g'`
41155             LIBS=`echo $LIBS | sed 's/-pthread//g'`
41156             EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//g'`
41157         fi
41158         ;;
41159 esac
41160
41161 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
41162 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
41163 OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
41164 OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
41165
41166 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
41167
41168
41169
41170
41171
41172
41173
41174
41175
41176
41177
41178
41179
41180
41181
41182
41183
41184
41185
41186
41187
41188
41189
41190
41191
41192
41193
41194
41195
41196
41197
41198
41199
41200
41201
41202
41203
41204
41205
41206
41207
41208
41209
41210
41211
41212
41213
41214
41215
41216
41217
41218
41219
41220
41221
41222
41223
41224
41225
41226
41227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41228 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
41229 set x ${MAKE-make}
41230 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
41231 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
41232   $as_echo_n "(cached) " >&6
41233 else
41234   cat >conftest.make <<\_ACEOF
41235 SHELL = /bin/sh
41236 all:
41237         @echo '@@@%%%=$(MAKE)=@@@%%%'
41238 _ACEOF
41239 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
41240 case `${MAKE-make} -f conftest.make 2>/dev/null` in
41241   *@@@%%%=?*=@@@%%%*)
41242     eval ac_cv_prog_make_${ac_make}_set=yes;;
41243   *)
41244     eval ac_cv_prog_make_${ac_make}_set=no;;
41245 esac
41246 rm -f conftest.make
41247 fi
41248 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
41249   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
41250 $as_echo "yes" >&6; }
41251   SET_MAKE=
41252 else
41253   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41254 $as_echo "no" >&6; }
41255   SET_MAKE="MAKE=${MAKE-make}"
41256 fi
41257
41258
41259
41260 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
41261
41262
41263 if test "$USE_WIN32" = 1; then
41264     ac_config_commands="$ac_config_commands rcdefs.h"
41265
41266 fi
41267
41268 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
41269
41270
41271 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
41272
41273
41274 ac_config_files="$ac_config_files utils/ifacecheck/rungccxml.sh"
41275
41276
41277 if test "$wx_cv_version_script" = "yes"; then
41278     ac_config_files="$ac_config_files version-script"
41279
41280 fi
41281 ac_config_files="$ac_config_files Makefile"
41282
41283
41284 ac_config_commands="$ac_config_commands wx-config"
41285
41286
41287
41288 if test "$wxWITH_SUBDIRS" != "no"; then
41289 if test "$wxUSE_GUI" = "yes"; then
41290     SUBDIRS="samples demos utils"
41291 else
41292             SUBDIRS="samples utils"
41293 fi
41294
41295
41296
41297 # Check whether --with-cppunit-prefix was given.
41298 if test "${with_cppunit_prefix+set}" = set; then :
41299   withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
41300 else
41301   cppunit_config_prefix=""
41302 fi
41303
41304
41305 # Check whether --with-cppunit-exec-prefix was given.
41306 if test "${with_cppunit_exec_prefix+set}" = set; then :
41307   withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
41308 else
41309   cppunit_config_exec_prefix=""
41310 fi
41311
41312
41313   if test x$cppunit_config_exec_prefix != x ; then
41314      cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
41315      if test x${CPPUNIT_CONFIG+set} != xset ; then
41316         CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
41317      fi
41318   fi
41319   if test x$cppunit_config_prefix != x ; then
41320      cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
41321      if test x${CPPUNIT_CONFIG+set} != xset ; then
41322         CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
41323      fi
41324   fi
41325
41326   # Extract the first word of "cppunit-config", so it can be a program name with args.
41327 set dummy cppunit-config; ac_word=$2
41328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
41329 $as_echo_n "checking for $ac_word... " >&6; }
41330 if ${ac_cv_path_CPPUNIT_CONFIG+:} false; then :
41331   $as_echo_n "(cached) " >&6
41332 else
41333   case $CPPUNIT_CONFIG in
41334   [\\/]* | ?:[\\/]*)
41335   ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
41336   ;;
41337   *)
41338   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41339 for as_dir in $PATH
41340 do
41341   IFS=$as_save_IFS
41342   test -z "$as_dir" && as_dir=.
41343     for ac_exec_ext in '' $ac_executable_extensions; do
41344   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41345     ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
41346     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
41347     break 2
41348   fi
41349 done
41350   done
41351 IFS=$as_save_IFS
41352
41353   test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
41354   ;;
41355 esac
41356 fi
41357 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
41358 if test -n "$CPPUNIT_CONFIG"; then
41359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPUNIT_CONFIG" >&5
41360 $as_echo "$CPPUNIT_CONFIG" >&6; }
41361 else
41362   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41363 $as_echo "no" >&6; }
41364 fi
41365
41366
41367   cppunit_version_min=1.8.0
41368
41369   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Cppunit - version >= $cppunit_version_min" >&5
41370 $as_echo_n "checking for Cppunit - version >= $cppunit_version_min... " >&6; }
41371   no_cppunit=""
41372   if test "$CPPUNIT_CONFIG" = "no" ; then
41373     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41374 $as_echo "no" >&6; }
41375     no_cppunit=yes
41376   else
41377     CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
41378     CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
41379     cppunit_version=`$CPPUNIT_CONFIG --version`
41380
41381     cppunit_major_version=`echo $cppunit_version | \
41382            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41383     cppunit_minor_version=`echo $cppunit_version | \
41384            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41385     cppunit_micro_version=`echo $cppunit_version | \
41386            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41387
41388     cppunit_major_min=`echo $cppunit_version_min | \
41389            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41390     cppunit_minor_min=`echo $cppunit_version_min | \
41391            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41392     cppunit_micro_min=`echo $cppunit_version_min | \
41393            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41394
41395     cppunit_version_proper=`expr \
41396         $cppunit_major_version \> $cppunit_major_min \| \
41397         $cppunit_major_version \= $cppunit_major_min \& \
41398         $cppunit_minor_version \> $cppunit_minor_min \| \
41399         $cppunit_major_version \= $cppunit_major_min \& \
41400         $cppunit_minor_version \= $cppunit_minor_min \& \
41401         $cppunit_micro_version \>= $cppunit_micro_min `
41402
41403     if test "$cppunit_version_proper" = "1" ; then
41404       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
41405 $as_echo "$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
41406     else
41407       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41408 $as_echo "no" >&6; }
41409       no_cppunit=yes
41410     fi
41411   fi
41412
41413   if test "x$no_cppunit" = x ; then
41414      SUBDIRS="$SUBDIRS tests"
41415   else
41416      CPPUNIT_CFLAGS=""
41417      CPPUNIT_LIBS=""
41418      :
41419   fi
41420
41421
41422
41423
41424
41425 for subdir in $SUBDIRS; do
41426     if test -d ${srcdir}/${subdir} ; then
41427         if test "$wxUSE_GUI" = "yes"; then
41428             if test ${subdir} = "samples"; then
41429                                                 makefiles="samples/Makefile.in $makefiles"
41430                 for sample in $SAMPLES_SUBDIRS; do
41431                     if test -d $srcdir/samples/$sample; then
41432                         makefiles="samples/$sample/Makefile.in $makefiles"
41433                     fi
41434                 done
41435             else
41436                                                                 disabled_var=DISABLED_`echo $subdir | tr '[a-z]' '[A-Z]'`
41437                 eval "disabled=\$$disabled_var"
41438                 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
41439                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
41440             fi
41441         else
41442                                     if test ${subdir} = "samples"; then
41443                                                 makefiles="samples/Makefile.in $makefiles"
41444                 for sample in `echo $SAMPLES_SUBDIRS`; do
41445                     if test -d $srcdir/samples/$sample; then
41446                         makefiles="samples/$sample/Makefile.in $makefiles"
41447                     fi
41448                 done
41449             elif test ${subdir} = "utils"; then
41450                 makefiles=""
41451                 for util in ifacecheck ; do
41452                     if test -d $srcdir/utils/$util ; then
41453                         makefiles="utils/$util/src/Makefile.in \
41454                                    $makefiles"
41455                     fi
41456                 done
41457             else
41458                                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
41459             fi
41460         fi
41461
41462         for mkin in $makefiles ; do
41463             mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
41464             ac_config_files="$ac_config_files $mk"
41465
41466         done
41467     fi
41468 done
41469 fi
41470 cat >confcache <<\_ACEOF
41471 # This file is a shell script that caches the results of configure
41472 # tests run on this system so they can be shared between configure
41473 # scripts and configure runs, see configure's option --config-cache.
41474 # It is not useful on other systems.  If it contains results you don't
41475 # want to keep, you may remove or edit it.
41476 #
41477 # config.status only pays attention to the cache file if you give it
41478 # the --recheck option to rerun configure.
41479 #
41480 # `ac_cv_env_foo' variables (set or unset) will be overridden when
41481 # loading this file, other *unset* `ac_cv_foo' will be assigned the
41482 # following values.
41483
41484 _ACEOF
41485
41486 # The following way of writing the cache mishandles newlines in values,
41487 # but we know of no workaround that is simple, portable, and efficient.
41488 # So, we kill variables containing newlines.
41489 # Ultrix sh set writes to stderr and can't be redirected directly,
41490 # and sets the high bit in the cache file unless we assign to the vars.
41491 (
41492   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
41493     eval ac_val=\$$ac_var
41494     case $ac_val in #(
41495     *${as_nl}*)
41496       case $ac_var in #(
41497       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
41498 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
41499       esac
41500       case $ac_var in #(
41501       _ | IFS | as_nl) ;; #(
41502       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
41503       *) { eval $ac_var=; unset $ac_var;} ;;
41504       esac ;;
41505     esac
41506   done
41507
41508   (set) 2>&1 |
41509     case $as_nl`(ac_space=' '; set) 2>&1` in #(
41510     *${as_nl}ac_space=\ *)
41511       # `set' does not quote correctly, so add quotes: double-quote
41512       # substitution turns \\\\ into \\, and sed turns \\ into \.
41513       sed -n \
41514         "s/'/'\\\\''/g;
41515           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
41516       ;; #(
41517     *)
41518       # `set' quotes correctly as required by POSIX, so do not add quotes.
41519       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
41520       ;;
41521     esac |
41522     sort
41523 ) |
41524   sed '
41525      /^ac_cv_env_/b end
41526      t clear
41527      :clear
41528      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
41529      t end
41530      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
41531      :end' >>confcache
41532 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
41533   if test -w "$cache_file"; then
41534     if test "x$cache_file" != "x/dev/null"; then
41535       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
41536 $as_echo "$as_me: updating cache $cache_file" >&6;}
41537       if test ! -f "$cache_file" || test -h "$cache_file"; then
41538         cat confcache >"$cache_file"
41539       else
41540         case $cache_file in #(
41541         */* | ?:*)
41542           mv -f confcache "$cache_file"$$ &&
41543           mv -f "$cache_file"$$ "$cache_file" ;; #(
41544         *)
41545           mv -f confcache "$cache_file" ;;
41546         esac
41547       fi
41548     fi
41549   else
41550     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
41551 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
41552   fi
41553 fi
41554 rm -f confcache
41555
41556 test "x$prefix" = xNONE && prefix=$ac_default_prefix
41557 # Let make expand exec_prefix.
41558 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
41559
41560 DEFS=-DHAVE_CONFIG_H
41561
41562 ac_libobjs=
41563 ac_ltlibobjs=
41564 U=
41565 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
41566   # 1. Remove the extension, and $U if already installed.
41567   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
41568   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
41569   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
41570   #    will be set to the directory where LIBOBJS objects are built.
41571   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
41572   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
41573 done
41574 LIBOBJS=$ac_libobjs
41575
41576 LTLIBOBJS=$ac_ltlibobjs
41577
41578
41579
41580 : "${CONFIG_STATUS=./config.status}"
41581 ac_write_fail=0
41582 ac_clean_files_save=$ac_clean_files
41583 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
41584 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
41585 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
41586 as_write_fail=0
41587 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
41588 #! $SHELL
41589 # Generated by $as_me.
41590 # Run this file to recreate the current configuration.
41591 # Compiler output produced by configure, useful for debugging
41592 # configure, is in config.log if it exists.
41593
41594 debug=false
41595 ac_cs_recheck=false
41596 ac_cs_silent=false
41597
41598 SHELL=\${CONFIG_SHELL-$SHELL}
41599 export SHELL
41600 _ASEOF
41601 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
41602 ## -------------------- ##
41603 ## M4sh Initialization. ##
41604 ## -------------------- ##
41605
41606 # Be more Bourne compatible
41607 DUALCASE=1; export DUALCASE # for MKS sh
41608 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
41609   emulate sh
41610   NULLCMD=:
41611   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
41612   # is contrary to our usage.  Disable this feature.
41613   alias -g '${1+"$@"}'='"$@"'
41614   setopt NO_GLOB_SUBST
41615 else
41616   case `(set -o) 2>/dev/null` in #(
41617   *posix*) :
41618     set -o posix ;; #(
41619   *) :
41620      ;;
41621 esac
41622 fi
41623
41624
41625 as_nl='
41626 '
41627 export as_nl
41628 # Printing a long string crashes Solaris 7 /usr/bin/printf.
41629 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41630 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41631 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41632 # Prefer a ksh shell builtin over an external printf program on Solaris,
41633 # but without wasting forks for bash or zsh.
41634 if test -z "$BASH_VERSION$ZSH_VERSION" \
41635     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
41636   as_echo='print -r --'
41637   as_echo_n='print -rn --'
41638 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
41639   as_echo='printf %s\n'
41640   as_echo_n='printf %s'
41641 else
41642   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
41643     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
41644     as_echo_n='/usr/ucb/echo -n'
41645   else
41646     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
41647     as_echo_n_body='eval
41648       arg=$1;
41649       case $arg in #(
41650       *"$as_nl"*)
41651         expr "X$arg" : "X\\(.*\\)$as_nl";
41652         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
41653       esac;
41654       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
41655     '
41656     export as_echo_n_body
41657     as_echo_n='sh -c $as_echo_n_body as_echo'
41658   fi
41659   export as_echo_body
41660   as_echo='sh -c $as_echo_body as_echo'
41661 fi
41662
41663 # The user is always right.
41664 if test "${PATH_SEPARATOR+set}" != set; then
41665   PATH_SEPARATOR=:
41666   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
41667     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
41668       PATH_SEPARATOR=';'
41669   }
41670 fi
41671
41672
41673 # IFS
41674 # We need space, tab and new line, in precisely that order.  Quoting is
41675 # there to prevent editors from complaining about space-tab.
41676 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
41677 # splitting by setting IFS to empty value.)
41678 IFS=" ""        $as_nl"
41679
41680 # Find who we are.  Look in the path if we contain no directory separator.
41681 as_myself=
41682 case $0 in #((
41683   *[\\/]* ) as_myself=$0 ;;
41684   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41685 for as_dir in $PATH
41686 do
41687   IFS=$as_save_IFS
41688   test -z "$as_dir" && as_dir=.
41689     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
41690   done
41691 IFS=$as_save_IFS
41692
41693      ;;
41694 esac
41695 # We did not find ourselves, most probably we were run as `sh COMMAND'
41696 # in which case we are not to be found in the path.
41697 if test "x$as_myself" = x; then
41698   as_myself=$0
41699 fi
41700 if test ! -f "$as_myself"; then
41701   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
41702   exit 1
41703 fi
41704
41705 # Unset variables that we do not need and which cause bugs (e.g. in
41706 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
41707 # suppresses any "Segmentation fault" message there.  '((' could
41708 # trigger a bug in pdksh 5.2.14.
41709 for as_var in BASH_ENV ENV MAIL MAILPATH
41710 do eval test x\${$as_var+set} = xset \
41711   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
41712 done
41713 PS1='$ '
41714 PS2='> '
41715 PS4='+ '
41716
41717 # NLS nuisances.
41718 LC_ALL=C
41719 export LC_ALL
41720 LANGUAGE=C
41721 export LANGUAGE
41722
41723 # CDPATH.
41724 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
41725
41726
41727 # as_fn_error STATUS ERROR [LINENO LOG_FD]
41728 # ----------------------------------------
41729 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
41730 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
41731 # script with STATUS, using 1 if that was 0.
41732 as_fn_error ()
41733 {
41734   as_status=$1; test $as_status -eq 0 && as_status=1
41735   if test "$4"; then
41736     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
41737     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
41738   fi
41739   $as_echo "$as_me: error: $2" >&2
41740   as_fn_exit $as_status
41741 } # as_fn_error
41742
41743
41744 # as_fn_set_status STATUS
41745 # -----------------------
41746 # Set $? to STATUS, without forking.
41747 as_fn_set_status ()
41748 {
41749   return $1
41750 } # as_fn_set_status
41751
41752 # as_fn_exit STATUS
41753 # -----------------
41754 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
41755 as_fn_exit ()
41756 {
41757   set +e
41758   as_fn_set_status $1
41759   exit $1
41760 } # as_fn_exit
41761
41762 # as_fn_unset VAR
41763 # ---------------
41764 # Portably unset VAR.
41765 as_fn_unset ()
41766 {
41767   { eval $1=; unset $1;}
41768 }
41769 as_unset=as_fn_unset
41770 # as_fn_append VAR VALUE
41771 # ----------------------
41772 # Append the text in VALUE to the end of the definition contained in VAR. Take
41773 # advantage of any shell optimizations that allow amortized linear growth over
41774 # repeated appends, instead of the typical quadratic growth present in naive
41775 # implementations.
41776 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
41777   eval 'as_fn_append ()
41778   {
41779     eval $1+=\$2
41780   }'
41781 else
41782   as_fn_append ()
41783   {
41784     eval $1=\$$1\$2
41785   }
41786 fi # as_fn_append
41787
41788 # as_fn_arith ARG...
41789 # ------------------
41790 # Perform arithmetic evaluation on the ARGs, and store the result in the
41791 # global $as_val. Take advantage of shells that can avoid forks. The arguments
41792 # must be portable across $(()) and expr.
41793 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
41794   eval 'as_fn_arith ()
41795   {
41796     as_val=$(( $* ))
41797   }'
41798 else
41799   as_fn_arith ()
41800   {
41801     as_val=`expr "$@" || test $? -eq 1`
41802   }
41803 fi # as_fn_arith
41804
41805
41806 if expr a : '\(a\)' >/dev/null 2>&1 &&
41807    test "X`expr 00001 : '.*\(...\)'`" = X001; then
41808   as_expr=expr
41809 else
41810   as_expr=false
41811 fi
41812
41813 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
41814   as_basename=basename
41815 else
41816   as_basename=false
41817 fi
41818
41819 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
41820   as_dirname=dirname
41821 else
41822   as_dirname=false
41823 fi
41824
41825 as_me=`$as_basename -- "$0" ||
41826 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
41827          X"$0" : 'X\(//\)$' \| \
41828          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
41829 $as_echo X/"$0" |
41830     sed '/^.*\/\([^/][^/]*\)\/*$/{
41831             s//\1/
41832             q
41833           }
41834           /^X\/\(\/\/\)$/{
41835             s//\1/
41836             q
41837           }
41838           /^X\/\(\/\).*/{
41839             s//\1/
41840             q
41841           }
41842           s/.*/./; q'`
41843
41844 # Avoid depending upon Character Ranges.
41845 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
41846 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
41847 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
41848 as_cr_digits='0123456789'
41849 as_cr_alnum=$as_cr_Letters$as_cr_digits
41850
41851 ECHO_C= ECHO_N= ECHO_T=
41852 case `echo -n x` in #(((((
41853 -n*)
41854   case `echo 'xy\c'` in
41855   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
41856   xy)  ECHO_C='\c';;
41857   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
41858        ECHO_T=' ';;
41859   esac;;
41860 *)
41861   ECHO_N='-n';;
41862 esac
41863
41864 rm -f conf$$ conf$$.exe conf$$.file
41865 if test -d conf$$.dir; then
41866   rm -f conf$$.dir/conf$$.file
41867 else
41868   rm -f conf$$.dir
41869   mkdir conf$$.dir 2>/dev/null
41870 fi
41871 if (echo >conf$$.file) 2>/dev/null; then
41872   if ln -s conf$$.file conf$$ 2>/dev/null; then
41873     as_ln_s='ln -s'
41874     # ... but there are two gotchas:
41875     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
41876     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
41877     # In both cases, we have to default to `cp -pR'.
41878     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
41879       as_ln_s='cp -pR'
41880   elif ln conf$$.file conf$$ 2>/dev/null; then
41881     as_ln_s=ln
41882   else
41883     as_ln_s='cp -pR'
41884   fi
41885 else
41886   as_ln_s='cp -pR'
41887 fi
41888 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
41889 rmdir conf$$.dir 2>/dev/null
41890
41891
41892 # as_fn_mkdir_p
41893 # -------------
41894 # Create "$as_dir" as a directory, including parents if necessary.
41895 as_fn_mkdir_p ()
41896 {
41897
41898   case $as_dir in #(
41899   -*) as_dir=./$as_dir;;
41900   esac
41901   test -d "$as_dir" || eval $as_mkdir_p || {
41902     as_dirs=
41903     while :; do
41904       case $as_dir in #(
41905       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
41906       *) as_qdir=$as_dir;;
41907       esac
41908       as_dirs="'$as_qdir' $as_dirs"
41909       as_dir=`$as_dirname -- "$as_dir" ||
41910 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
41911          X"$as_dir" : 'X\(//\)[^/]' \| \
41912          X"$as_dir" : 'X\(//\)$' \| \
41913          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
41914 $as_echo X"$as_dir" |
41915     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
41916             s//\1/
41917             q
41918           }
41919           /^X\(\/\/\)[^/].*/{
41920             s//\1/
41921             q
41922           }
41923           /^X\(\/\/\)$/{
41924             s//\1/
41925             q
41926           }
41927           /^X\(\/\).*/{
41928             s//\1/
41929             q
41930           }
41931           s/.*/./; q'`
41932       test -d "$as_dir" && break
41933     done
41934     test -z "$as_dirs" || eval "mkdir $as_dirs"
41935   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
41936
41937
41938 } # as_fn_mkdir_p
41939 if mkdir -p . 2>/dev/null; then
41940   as_mkdir_p='mkdir -p "$as_dir"'
41941 else
41942   test -d ./-p && rmdir ./-p
41943   as_mkdir_p=false
41944 fi
41945
41946
41947 # as_fn_executable_p FILE
41948 # -----------------------
41949 # Test if FILE is an executable regular file.
41950 as_fn_executable_p ()
41951 {
41952   test -f "$1" && test -x "$1"
41953 } # as_fn_executable_p
41954 as_test_x='test -x'
41955 as_executable_p=as_fn_executable_p
41956
41957 # Sed expression to map a string onto a valid CPP name.
41958 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
41959
41960 # Sed expression to map a string onto a valid variable name.
41961 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
41962
41963
41964 exec 6>&1
41965 ## ----------------------------------- ##
41966 ## Main body of $CONFIG_STATUS script. ##
41967 ## ----------------------------------- ##
41968 _ASEOF
41969 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
41970
41971 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
41972 # Save the log message, to keep $0 and so on meaningful, and to
41973 # report actual input values of CONFIG_FILES etc. instead of their
41974 # values after options handling.
41975 ac_log="
41976 This file was extended by wxWidgets $as_me 2.9.5, which was
41977 generated by GNU Autoconf 2.69.  Invocation command line was
41978
41979   CONFIG_FILES    = $CONFIG_FILES
41980   CONFIG_HEADERS  = $CONFIG_HEADERS
41981   CONFIG_LINKS    = $CONFIG_LINKS
41982   CONFIG_COMMANDS = $CONFIG_COMMANDS
41983   $ $0 $@
41984
41985 on `(hostname || uname -n) 2>/dev/null | sed 1q`
41986 "
41987
41988 _ACEOF
41989
41990 case $ac_config_files in *"
41991 "*) set x $ac_config_files; shift; ac_config_files=$*;;
41992 esac
41993
41994 case $ac_config_headers in *"
41995 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
41996 esac
41997
41998
41999 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42000 # Files that config.status was made for.
42001 config_files="$ac_config_files"
42002 config_headers="$ac_config_headers"
42003 config_commands="$ac_config_commands"
42004
42005 _ACEOF
42006
42007 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42008 ac_cs_usage="\
42009 \`$as_me' instantiates files and other configuration actions
42010 from templates according to the current configuration.  Unless the files
42011 and actions are specified as TAGs, all are instantiated by default.
42012
42013 Usage: $0 [OPTION]... [TAG]...
42014
42015   -h, --help       print this help, then exit
42016   -V, --version    print version number and configuration settings, then exit
42017       --config     print configuration, then exit
42018   -q, --quiet, --silent
42019                    do not print progress messages
42020   -d, --debug      don't remove temporary files
42021       --recheck    update $as_me by reconfiguring in the same conditions
42022       --file=FILE[:TEMPLATE]
42023                    instantiate the configuration file FILE
42024       --header=FILE[:TEMPLATE]
42025                    instantiate the configuration header FILE
42026
42027 Configuration files:
42028 $config_files
42029
42030 Configuration headers:
42031 $config_headers
42032
42033 Configuration commands:
42034 $config_commands
42035
42036 Report bugs to <wx-dev@lists.wxwidgets.org>."
42037
42038 _ACEOF
42039 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42040 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42041 ac_cs_version="\\
42042 wxWidgets config.status 2.9.5
42043 configured by $0, generated by GNU Autoconf 2.69,
42044   with options \\"\$ac_cs_config\\"
42045
42046 Copyright (C) 2012 Free Software Foundation, Inc.
42047 This config.status script is free software; the Free Software Foundation
42048 gives unlimited permission to copy, distribute and modify it."
42049
42050 ac_pwd='$ac_pwd'
42051 srcdir='$srcdir'
42052 INSTALL='$INSTALL'
42053 test -n "\$AWK" || AWK=awk
42054 _ACEOF
42055
42056 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42057 # The default lists apply if the user does not specify any file.
42058 ac_need_defaults=:
42059 while test $# != 0
42060 do
42061   case $1 in
42062   --*=?*)
42063     ac_option=`expr "X$1" : 'X\([^=]*\)='`
42064     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42065     ac_shift=:
42066     ;;
42067   --*=)
42068     ac_option=`expr "X$1" : 'X\([^=]*\)='`
42069     ac_optarg=
42070     ac_shift=:
42071     ;;
42072   *)
42073     ac_option=$1
42074     ac_optarg=$2
42075     ac_shift=shift
42076     ;;
42077   esac
42078
42079   case $ac_option in
42080   # Handling of the options.
42081   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
42082     ac_cs_recheck=: ;;
42083   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
42084     $as_echo "$ac_cs_version"; exit ;;
42085   --config | --confi | --conf | --con | --co | --c )
42086     $as_echo "$ac_cs_config"; exit ;;
42087   --debug | --debu | --deb | --de | --d | -d )
42088     debug=: ;;
42089   --file | --fil | --fi | --f )
42090     $ac_shift
42091     case $ac_optarg in
42092     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
42093     '') as_fn_error $? "missing file argument" ;;
42094     esac
42095     as_fn_append CONFIG_FILES " '$ac_optarg'"
42096     ac_need_defaults=false;;
42097   --header | --heade | --head | --hea )
42098     $ac_shift
42099     case $ac_optarg in
42100     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
42101     esac
42102     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42103     ac_need_defaults=false;;
42104   --he | --h)
42105     # Conflict between --help and --header
42106     as_fn_error $? "ambiguous option: \`$1'
42107 Try \`$0 --help' for more information.";;
42108   --help | --hel | -h )
42109     $as_echo "$ac_cs_usage"; exit ;;
42110   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
42111   | -silent | --silent | --silen | --sile | --sil | --si | --s)
42112     ac_cs_silent=: ;;
42113
42114   # This is an error.
42115   -*) as_fn_error $? "unrecognized option: \`$1'
42116 Try \`$0 --help' for more information." ;;
42117
42118   *) as_fn_append ac_config_targets " $1"
42119      ac_need_defaults=false ;;
42120
42121   esac
42122   shift
42123 done
42124
42125 ac_configure_extra_args=
42126
42127 if $ac_cs_silent; then
42128   exec 6>/dev/null
42129   ac_configure_extra_args="$ac_configure_extra_args --silent"
42130 fi
42131
42132 _ACEOF
42133 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42134 if \$ac_cs_recheck; then
42135   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
42136   shift
42137   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
42138   CONFIG_SHELL='$SHELL'
42139   export CONFIG_SHELL
42140   exec "\$@"
42141 fi
42142
42143 _ACEOF
42144 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42145 exec 5>>config.log
42146 {
42147   echo
42148   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
42149 ## Running $as_me. ##
42150 _ASBOX
42151   $as_echo "$ac_log"
42152 } >&5
42153
42154 _ACEOF
42155 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42156 #
42157 # INIT-COMMANDS
42158 #
42159
42160             CPP="$CPP"
42161             infile="$srcdir/include/wx/msw/genrcdefs.h"
42162             outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
42163
42164
42165  TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42166  TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42167  TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42168                      LN_S="${LN_S}"
42169
42170
42171 _ACEOF
42172
42173 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42174
42175 # Handling of arguments.
42176 for ac_config_target in $ac_config_targets
42177 do
42178   case $ac_config_target in
42179     "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
42180     "rcdefs.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
42181     "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
42182     "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
42183     "utils/ifacecheck/rungccxml.sh") CONFIG_FILES="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
42184     "version-script") CONFIG_FILES="$CONFIG_FILES version-script" ;;
42185     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
42186     "wx-config") CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
42187     "$mk") CONFIG_FILES="$CONFIG_FILES $mk" ;;
42188
42189   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
42190   esac
42191 done
42192
42193
42194 # If the user did not use the arguments to specify the items to instantiate,
42195 # then the envvar interface is used.  Set only those that are not.
42196 # We use the long form for the default assignment because of an extremely
42197 # bizarre bug on SunOS 4.1.3.
42198 if $ac_need_defaults; then
42199   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
42200   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
42201   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
42202 fi
42203
42204 # Have a temporary directory for convenience.  Make it in the build tree
42205 # simply because there is no reason against having it here, and in addition,
42206 # creating and moving files from /tmp can sometimes cause problems.
42207 # Hook for its removal unless debugging.
42208 # Note that there is a small window in which the directory will not be cleaned:
42209 # after its creation but before its name has been assigned to `$tmp'.
42210 $debug ||
42211 {
42212   tmp= ac_tmp=
42213   trap 'exit_status=$?
42214   : "${ac_tmp:=$tmp}"
42215   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
42216 ' 0
42217   trap 'as_fn_exit 1' 1 2 13 15
42218 }
42219 # Create a (secure) tmp directory for tmp files.
42220
42221 {
42222   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42223   test -d "$tmp"
42224 }  ||
42225 {
42226   tmp=./conf$$-$RANDOM
42227   (umask 077 && mkdir "$tmp")
42228 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
42229 ac_tmp=$tmp
42230
42231 # Set up the scripts for CONFIG_FILES section.
42232 # No need to generate them if there are no CONFIG_FILES.
42233 # This happens for instance with `./config.status config.h'.
42234 if test -n "$CONFIG_FILES"; then
42235
42236
42237 ac_cr=`echo X | tr X '\015'`
42238 # On cygwin, bash can eat \r inside `` if the user requested igncr.
42239 # But we know of no other shell where ac_cr would be empty at this
42240 # point, so we can use a bashism as a fallback.
42241 if test "x$ac_cr" = x; then
42242   eval ac_cr=\$\'\\r\'
42243 fi
42244 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
42245 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
42246   ac_cs_awk_cr='\\r'
42247 else
42248   ac_cs_awk_cr=$ac_cr
42249 fi
42250
42251 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
42252 _ACEOF
42253
42254
42255 {
42256   echo "cat >conf$$subs.awk <<_ACEOF" &&
42257   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
42258   echo "_ACEOF"
42259 } >conf$$subs.sh ||
42260   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
42261 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
42262 ac_delim='%!_!# '
42263 for ac_last_try in false false false false false :; do
42264   . ./conf$$subs.sh ||
42265     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
42266
42267   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
42268   if test $ac_delim_n = $ac_delim_num; then
42269     break
42270   elif $ac_last_try; then
42271     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
42272   else
42273     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
42274   fi
42275 done
42276 rm -f conf$$subs.sh
42277
42278 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42279 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
42280 _ACEOF
42281 sed -n '
42282 h
42283 s/^/S["/; s/!.*/"]=/
42284 p
42285 g
42286 s/^[^!]*!//
42287 :repl
42288 t repl
42289 s/'"$ac_delim"'$//
42290 t delim
42291 :nl
42292 h
42293 s/\(.\{148\}\)..*/\1/
42294 t more1
42295 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
42296 p
42297 n
42298 b repl
42299 :more1
42300 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
42301 p
42302 g
42303 s/.\{148\}//
42304 t nl
42305 :delim
42306 h
42307 s/\(.\{148\}\)..*/\1/
42308 t more2
42309 s/["\\]/\\&/g; s/^/"/; s/$/"/
42310 p
42311 b
42312 :more2
42313 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
42314 p
42315 g
42316 s/.\{148\}//
42317 t delim
42318 ' <conf$$subs.awk | sed '
42319 /^[^""]/{
42320   N
42321   s/\n//
42322 }
42323 ' >>$CONFIG_STATUS || ac_write_fail=1
42324 rm -f conf$$subs.awk
42325 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42326 _ACAWK
42327 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
42328   for (key in S) S_is_set[key] = 1
42329   FS = "\a"
42330
42331 }
42332 {
42333   line = $ 0
42334   nfields = split(line, field, "@")
42335   substed = 0
42336   len = length(field[1])
42337   for (i = 2; i < nfields; i++) {
42338     key = field[i]
42339     keylen = length(key)
42340     if (S_is_set[key]) {
42341       value = S[key]
42342       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
42343       len += length(value) + length(field[++i])
42344       substed = 1
42345     } else
42346       len += 1 + keylen
42347   }
42348
42349   print line
42350 }
42351
42352 _ACAWK
42353 _ACEOF
42354 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42355 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
42356   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
42357 else
42358   cat
42359 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
42360   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
42361 _ACEOF
42362
42363 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
42364 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
42365 # trailing colons and then remove the whole line if VPATH becomes empty
42366 # (actually we leave an empty line to preserve line numbers).
42367 if test "x$srcdir" = x.; then
42368   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
42369 h
42370 s///
42371 s/^/:/
42372 s/[      ]*$/:/
42373 s/:\$(srcdir):/:/g
42374 s/:\${srcdir}:/:/g
42375 s/:@srcdir@:/:/g
42376 s/^:*//
42377 s/:*$//
42378 x
42379 s/\(=[   ]*\).*/\1/
42380 G
42381 s/\n//
42382 s/^[^=]*=[       ]*$//
42383 }'
42384 fi
42385
42386 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42387 fi # test -n "$CONFIG_FILES"
42388
42389 # Set up the scripts for CONFIG_HEADERS section.
42390 # No need to generate them if there are no CONFIG_HEADERS.
42391 # This happens for instance with `./config.status Makefile'.
42392 if test -n "$CONFIG_HEADERS"; then
42393 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
42394 BEGIN {
42395 _ACEOF
42396
42397 # Transform confdefs.h into an awk script `defines.awk', embedded as
42398 # here-document in config.status, that substitutes the proper values into
42399 # config.h.in to produce config.h.
42400
42401 # Create a delimiter string that does not exist in confdefs.h, to ease
42402 # handling of long lines.
42403 ac_delim='%!_!# '
42404 for ac_last_try in false false :; do
42405   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
42406   if test -z "$ac_tt"; then
42407     break
42408   elif $ac_last_try; then
42409     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
42410   else
42411     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
42412   fi
42413 done
42414
42415 # For the awk script, D is an array of macro values keyed by name,
42416 # likewise P contains macro parameters if any.  Preserve backslash
42417 # newline sequences.
42418
42419 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
42420 sed -n '
42421 s/.\{148\}/&'"$ac_delim"'/g
42422 t rset
42423 :rset
42424 s/^[     ]*#[    ]*define[       ][      ]*/ /
42425 t def
42426 d
42427 :def
42428 s/\\$//
42429 t bsnl
42430 s/["\\]/\\&/g
42431 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
42432 D["\1"]=" \3"/p
42433 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
42434 d
42435 :bsnl
42436 s/["\\]/\\&/g
42437 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
42438 D["\1"]=" \3\\\\\\n"\\/p
42439 t cont
42440 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
42441 t cont
42442 d
42443 :cont
42444 n
42445 s/.\{148\}/&'"$ac_delim"'/g
42446 t clear
42447 :clear
42448 s/\\$//
42449 t bsnlc
42450 s/["\\]/\\&/g; s/^/"/; s/$/"/p
42451 d
42452 :bsnlc
42453 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
42454 b cont
42455 ' <confdefs.h | sed '
42456 s/'"$ac_delim"'/"\\\
42457 "/g' >>$CONFIG_STATUS || ac_write_fail=1
42458
42459 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42460   for (key in D) D_is_set[key] = 1
42461   FS = "\a"
42462 }
42463 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
42464   line = \$ 0
42465   split(line, arg, " ")
42466   if (arg[1] == "#") {
42467     defundef = arg[2]
42468     mac1 = arg[3]
42469   } else {
42470     defundef = substr(arg[1], 2)
42471     mac1 = arg[2]
42472   }
42473   split(mac1, mac2, "(") #)
42474   macro = mac2[1]
42475   prefix = substr(line, 1, index(line, defundef) - 1)
42476   if (D_is_set[macro]) {
42477     # Preserve the white space surrounding the "#".
42478     print prefix "define", macro P[macro] D[macro]
42479     next
42480   } else {
42481     # Replace #undef with comments.  This is necessary, for example,
42482     # in the case of _POSIX_SOURCE, which is predefined and required
42483     # on some systems where configure will not decide to define it.
42484     if (defundef == "undef") {
42485       print "/*", prefix defundef, macro, "*/"
42486       next
42487     }
42488   }
42489 }
42490 { print }
42491 _ACAWK
42492 _ACEOF
42493 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42494   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
42495 fi # test -n "$CONFIG_HEADERS"
42496
42497
42498 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
42499 shift
42500 for ac_tag
42501 do
42502   case $ac_tag in
42503   :[FHLC]) ac_mode=$ac_tag; continue;;
42504   esac
42505   case $ac_mode$ac_tag in
42506   :[FHL]*:*);;
42507   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
42508   :[FH]-) ac_tag=-:-;;
42509   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
42510   esac
42511   ac_save_IFS=$IFS
42512   IFS=:
42513   set x $ac_tag
42514   IFS=$ac_save_IFS
42515   shift
42516   ac_file=$1
42517   shift
42518
42519   case $ac_mode in
42520   :L) ac_source=$1;;
42521   :[FH])
42522     ac_file_inputs=
42523     for ac_f
42524     do
42525       case $ac_f in
42526       -) ac_f="$ac_tmp/stdin";;
42527       *) # Look for the file first in the build tree, then in the source tree
42528          # (if the path is not absolute).  The absolute path cannot be DOS-style,
42529          # because $ac_f cannot contain `:'.
42530          test -f "$ac_f" ||
42531            case $ac_f in
42532            [\\/$]*) false;;
42533            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
42534            esac ||
42535            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
42536       esac
42537       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
42538       as_fn_append ac_file_inputs " '$ac_f'"
42539     done
42540
42541     # Let's still pretend it is `configure' which instantiates (i.e., don't
42542     # use $as_me), people would be surprised to read:
42543     #    /* config.h.  Generated by config.status.  */
42544     configure_input='Generated from '`
42545           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
42546         `' by configure.'
42547     if test x"$ac_file" != x-; then
42548       configure_input="$ac_file.  $configure_input"
42549       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
42550 $as_echo "$as_me: creating $ac_file" >&6;}
42551     fi
42552     # Neutralize special characters interpreted by sed in replacement strings.
42553     case $configure_input in #(
42554     *\&* | *\|* | *\\* )
42555        ac_sed_conf_input=`$as_echo "$configure_input" |
42556        sed 's/[\\\\&|]/\\\\&/g'`;; #(
42557     *) ac_sed_conf_input=$configure_input;;
42558     esac
42559
42560     case $ac_tag in
42561     *:-:* | *:-) cat >"$ac_tmp/stdin" \
42562       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
42563     esac
42564     ;;
42565   esac
42566
42567   ac_dir=`$as_dirname -- "$ac_file" ||
42568 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42569          X"$ac_file" : 'X\(//\)[^/]' \| \
42570          X"$ac_file" : 'X\(//\)$' \| \
42571          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
42572 $as_echo X"$ac_file" |
42573     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
42574             s//\1/
42575             q
42576           }
42577           /^X\(\/\/\)[^/].*/{
42578             s//\1/
42579             q
42580           }
42581           /^X\(\/\/\)$/{
42582             s//\1/
42583             q
42584           }
42585           /^X\(\/\).*/{
42586             s//\1/
42587             q
42588           }
42589           s/.*/./; q'`
42590   as_dir="$ac_dir"; as_fn_mkdir_p
42591   ac_builddir=.
42592
42593 case "$ac_dir" in
42594 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
42595 *)
42596   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
42597   # A ".." for each directory in $ac_dir_suffix.
42598   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
42599   case $ac_top_builddir_sub in
42600   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
42601   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
42602   esac ;;
42603 esac
42604 ac_abs_top_builddir=$ac_pwd
42605 ac_abs_builddir=$ac_pwd$ac_dir_suffix
42606 # for backward compatibility:
42607 ac_top_builddir=$ac_top_build_prefix
42608
42609 case $srcdir in
42610   .)  # We are building in place.
42611     ac_srcdir=.
42612     ac_top_srcdir=$ac_top_builddir_sub
42613     ac_abs_top_srcdir=$ac_pwd ;;
42614   [\\/]* | ?:[\\/]* )  # Absolute name.
42615     ac_srcdir=$srcdir$ac_dir_suffix;
42616     ac_top_srcdir=$srcdir
42617     ac_abs_top_srcdir=$srcdir ;;
42618   *) # Relative name.
42619     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
42620     ac_top_srcdir=$ac_top_build_prefix$srcdir
42621     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42622 esac
42623 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
42624
42625
42626   case $ac_mode in
42627   :F)
42628   #
42629   # CONFIG_FILE
42630   #
42631
42632   case $INSTALL in
42633   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
42634   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
42635   esac
42636 _ACEOF
42637
42638 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42639 # If the template does not know about datarootdir, expand it.
42640 # FIXME: This hack should be removed a few years after 2.60.
42641 ac_datarootdir_hack=; ac_datarootdir_seen=
42642 ac_sed_dataroot='
42643 /datarootdir/ {
42644   p
42645   q
42646 }
42647 /@datadir@/p
42648 /@docdir@/p
42649 /@infodir@/p
42650 /@localedir@/p
42651 /@mandir@/p'
42652 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
42653 *datarootdir*) ac_datarootdir_seen=yes;;
42654 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
42655   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
42656 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
42657 _ACEOF
42658 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42659   ac_datarootdir_hack='
42660   s&@datadir@&$datadir&g
42661   s&@docdir@&$docdir&g
42662   s&@infodir@&$infodir&g
42663   s&@localedir@&$localedir&g
42664   s&@mandir@&$mandir&g
42665   s&\\\${datarootdir}&$datarootdir&g' ;;
42666 esac
42667 _ACEOF
42668
42669 # Neutralize VPATH when `$srcdir' = `.'.
42670 # Shell code in configure.ac might set extrasub.
42671 # FIXME: do we really want to maintain this feature?
42672 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42673 ac_sed_extra="$ac_vpsub
42674 $extrasub
42675 _ACEOF
42676 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42677 :t
42678 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
42679 s|@configure_input@|$ac_sed_conf_input|;t t
42680 s&@top_builddir@&$ac_top_builddir_sub&;t t
42681 s&@top_build_prefix@&$ac_top_build_prefix&;t t
42682 s&@srcdir@&$ac_srcdir&;t t
42683 s&@abs_srcdir@&$ac_abs_srcdir&;t t
42684 s&@top_srcdir@&$ac_top_srcdir&;t t
42685 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
42686 s&@builddir@&$ac_builddir&;t t
42687 s&@abs_builddir@&$ac_abs_builddir&;t t
42688 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
42689 s&@INSTALL@&$ac_INSTALL&;t t
42690 $ac_datarootdir_hack
42691 "
42692 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
42693   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42694
42695 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
42696   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
42697   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
42698       "$ac_tmp/out"`; test -z "$ac_out"; } &&
42699   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
42700 which seems to be undefined.  Please make sure it is defined" >&5
42701 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
42702 which seems to be undefined.  Please make sure it is defined" >&2;}
42703
42704   rm -f "$ac_tmp/stdin"
42705   case $ac_file in
42706   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
42707   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
42708   esac \
42709   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42710  ;;
42711   :H)
42712   #
42713   # CONFIG_HEADER
42714   #
42715   if test x"$ac_file" != x-; then
42716     {
42717       $as_echo "/* $configure_input  */" \
42718       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
42719     } >"$ac_tmp/config.h" \
42720       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42721     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
42722       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
42723 $as_echo "$as_me: $ac_file is unchanged" >&6;}
42724     else
42725       rm -f "$ac_file"
42726       mv "$ac_tmp/config.h" "$ac_file" \
42727         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42728     fi
42729   else
42730     $as_echo "/* $configure_input  */" \
42731       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
42732       || as_fn_error $? "could not create -" "$LINENO" 5
42733   fi
42734  ;;
42735
42736   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
42737 $as_echo "$as_me: executing $ac_file commands" >&6;}
42738  ;;
42739   esac
42740
42741
42742   case $ac_file$ac_mode in
42743     "rcdefs.h":C)
42744             mkdir -p $outdir &&
42745             $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
42746          ;;
42747     "lib/wx/config/${TOOLCHAIN_FULLNAME}":F)  chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME}  ;;
42748     "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F)  chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}  ;;
42749     "utils/ifacecheck/rungccxml.sh":F)  chmod +x utils/ifacecheck/rungccxml.sh  ;;
42750     "wx-config":C)  rm -f wx-config
42751                      ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
42752                     ;;
42753
42754   esac
42755 done # for ac_tag
42756
42757
42758 as_fn_exit 0
42759 _ACEOF
42760 ac_clean_files=$ac_clean_files_save
42761
42762 test $ac_write_fail = 0 ||
42763   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
42764
42765
42766 # configure is writing to config.log, and then calls config.status.
42767 # config.status does its own redirection, appending to config.log.
42768 # Unfortunately, on DOS this fails, as config.log is still kept open
42769 # by configure, so config.status won't be able to write to it; its
42770 # output is simply discarded.  So we exec the FD to /dev/null,
42771 # effectively closing config.log, so it can be properly (re)opened and
42772 # appended to by config.status.  When coming back to configure, we
42773 # need to make the FD available again.
42774 if test "$no_create" != yes; then
42775   ac_cs_success=:
42776   ac_config_status_args=
42777   test "$silent" = yes &&
42778     ac_config_status_args="$ac_config_status_args --quiet"
42779   exec 5>/dev/null
42780   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
42781   exec 5>>config.log
42782   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
42783   # would make configure fail if this is the last instruction.
42784   $ac_cs_success || as_fn_exit 1
42785 fi
42786
42787 #
42788 # CONFIG_SUBDIRS section.
42789 #
42790 if test "$no_recursion" != yes; then
42791
42792   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
42793   # so they do not pile up.
42794   ac_sub_configure_args=
42795   ac_prev=
42796   eval "set x $ac_configure_args"
42797   shift
42798   for ac_arg
42799   do
42800     if test -n "$ac_prev"; then
42801       ac_prev=
42802       continue
42803     fi
42804     case $ac_arg in
42805     -cache-file | --cache-file | --cache-fil | --cache-fi \
42806     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
42807       ac_prev=cache_file ;;
42808     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
42809     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
42810     | --c=*)
42811       ;;
42812     --config-cache | -C)
42813       ;;
42814     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
42815       ac_prev=srcdir ;;
42816     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42817       ;;
42818     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
42819       ac_prev=prefix ;;
42820     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42821       ;;
42822     --disable-option-checking)
42823       ;;
42824     *)
42825       case $ac_arg in
42826       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42827       esac
42828       as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
42829     esac
42830   done
42831
42832   # Always prepend --prefix to ensure using the same prefix
42833   # in subdir configurations.
42834   ac_arg="--prefix=$prefix"
42835   case $ac_arg in
42836   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42837   esac
42838   ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
42839
42840   # Pass --silent
42841   if test "$silent" = yes; then
42842     ac_sub_configure_args="--silent $ac_sub_configure_args"
42843   fi
42844
42845   # Always prepend --disable-option-checking to silence warnings, since
42846   # different subdirs can have different --enable and --with options.
42847   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
42848
42849   ac_popdir=`pwd`
42850   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
42851
42852     # Do not complain, so a configure script can configure whichever
42853     # parts of a large source tree are present.
42854     test -d "$srcdir/$ac_dir" || continue
42855
42856     ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
42857     $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
42858     $as_echo "$ac_msg" >&6
42859     as_dir="$ac_dir"; as_fn_mkdir_p
42860     ac_builddir=.
42861
42862 case "$ac_dir" in
42863 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
42864 *)
42865   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
42866   # A ".." for each directory in $ac_dir_suffix.
42867   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
42868   case $ac_top_builddir_sub in
42869   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
42870   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
42871   esac ;;
42872 esac
42873 ac_abs_top_builddir=$ac_pwd
42874 ac_abs_builddir=$ac_pwd$ac_dir_suffix
42875 # for backward compatibility:
42876 ac_top_builddir=$ac_top_build_prefix
42877
42878 case $srcdir in
42879   .)  # We are building in place.
42880     ac_srcdir=.
42881     ac_top_srcdir=$ac_top_builddir_sub
42882     ac_abs_top_srcdir=$ac_pwd ;;
42883   [\\/]* | ?:[\\/]* )  # Absolute name.
42884     ac_srcdir=$srcdir$ac_dir_suffix;
42885     ac_top_srcdir=$srcdir
42886     ac_abs_top_srcdir=$srcdir ;;
42887   *) # Relative name.
42888     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
42889     ac_top_srcdir=$ac_top_build_prefix$srcdir
42890     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42891 esac
42892 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
42893
42894
42895     cd "$ac_dir"
42896
42897     # Check for guested configure; otherwise get Cygnus style configure.
42898     if test -f "$ac_srcdir/configure.gnu"; then
42899       ac_sub_configure=$ac_srcdir/configure.gnu
42900     elif test -f "$ac_srcdir/configure"; then
42901       ac_sub_configure=$ac_srcdir/configure
42902     elif test -f "$ac_srcdir/configure.in"; then
42903       # This should be Cygnus configure.
42904       ac_sub_configure=$ac_aux_dir/configure
42905     else
42906       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
42907 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
42908       ac_sub_configure=
42909     fi
42910
42911     # The recursion is here.
42912     if test -n "$ac_sub_configure"; then
42913       # Make the cache file name correct relative to the subdirectory.
42914       case $cache_file in
42915       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
42916       *) # Relative name.
42917         ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
42918       esac
42919
42920       { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
42921 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
42922       # The eval makes quoting arguments work.
42923       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
42924            --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
42925         as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
42926     fi
42927
42928     cd "$ac_popdir"
42929   done
42930 fi
42931 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
42932   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
42933 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42934 fi
42935
42936
42937 echo
42938 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
42939 echo ""
42940 echo "  Which GUI toolkit should wxWidgets use?                 ${TOOLKIT_DESC}"
42941 echo "  Should wxWidgets be compiled into single library?       ${wxUSE_MONOLITHIC:-yes}"
42942 echo "  Should wxWidgets be linked as a shared library?         ${wxUSE_SHARED:-no}"
42943 echo $ECHO_N "  Should wxWidgets support Unicode?                       ${wxUSE_UNICODE:-no}$ECHO_C"
42944 if test "$wxUSE_UNICODE" = "yes"; then
42945     if test "$wxUSE_UNICODE_UTF8" = "yes"; then
42946         echo " (using UTF-8)"
42947     else
42948         echo " (using wchar_t)"
42949     fi
42950 else
42951     echo
42952 fi
42953
42954 echo "  What level of wxWidgets compatibility should be enabled?"
42955 echo "                                       wxWidgets 2.6      ${WXWIN_COMPATIBILITY_2_6:-no}"
42956 echo "                                       wxWidgets 2.8      ${WXWIN_COMPATIBILITY_2_8:-yes}"
42957
42958 echo "  Which libraries should wxWidgets use?"
42959 echo "                                       STL                ${wxUSE_STL}"
42960 echo "                                       jpeg               ${wxUSE_LIBJPEG-none}"
42961 echo "                                       png                ${wxUSE_LIBPNG-none}"
42962 echo "                                       regex              ${wxUSE_REGEX}"
42963 echo "                                       tiff               ${wxUSE_LIBTIFF-none}"
42964 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
42965 echo "                                       xpm                ${wxUSE_LIBXPM-none}"
42966 fi
42967 echo "                                       zlib               ${wxUSE_ZLIB}"
42968 echo "                                       expat              ${wxUSE_EXPAT}"
42969 echo "                                       libmspack          ${wxUSE_LIBMSPACK}"
42970 echo "                                       sdl                ${wxUSE_LIBSDL}"
42971
42972 echo ""
42973