123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 |
- --- w-openjdk-6-1.orig/icedtea6-1.10/configure 2011-03-02 20:48:44.321157333 +0100
- +++ w-openjdk-6-1/icedtea6-1.10/configure 2011-04-01 16:12:33.091819347 +0200
- @@ -10803,25 +10803,9 @@ else
-
-
- -for ac_header in cups/cups.h cups/ppd.h
- -do :
- - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
- -ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
- -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
- - cat >>confdefs.h <<_ACEOF
- -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
- -_ACEOF
- -
- -
- -else
- - as_fn_error $? "\"CUPS headers were not found -
- - try installing cups-devel.\"" "$LINENO" 5
- -fi
- -
- -done
- -
- for ac_header in X11/X.h
- do :
- ac_fn_c_check_header_mongrel "$LINENO" "X11/X.h" "ac_cv_header_X11_X_h" "$ac_includes_default"
- @@ -10879,46 +10863,6 @@ else
- as_fn_error $? "\"libjpeg not found - try installing libjpeg-devel\"" "$LINENO" 5
- fi
-
- -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgif" >&5
- -$as_echo_n "checking for main in -lgif... " >&6; }
- -if ${ac_cv_lib_gif_main+:} false; then :
- - $as_echo_n "(cached) " >&6
- -else
- - ac_check_lib_save_LIBS=$LIBS
- -LIBS="-lgif $LIBS"
- -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- -/* end confdefs.h. */
- -
- -
- -int
- -main ()
- -{
- -return main ();
- - ;
- - return 0;
- -}
- -_ACEOF
- -if ac_fn_c_try_link "$LINENO"; then :
- - ac_cv_lib_gif_main=yes
- -else
- - ac_cv_lib_gif_main=no
- -fi
- -rm -f core conftest.err conftest.$ac_objext \
- - conftest$ac_exeext conftest.$ac_ext
- -LIBS=$ac_check_lib_save_LIBS
- -fi
- -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_main" >&5
- -$as_echo "$ac_cv_lib_gif_main" >&6; }
- -if test "x$ac_cv_lib_gif_main" = xyes; then :
- - cat >>confdefs.h <<_ACEOF
- -#define HAVE_LIBGIF 1
- -_ACEOF
- -
- - LIBS="-lgif $LIBS"
- -
- -else
- - as_fn_error $? "\"giflib not found - try installing giflib-devel\"" "$LINENO" 5
- -fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lz" >&5
- $as_echo_n "checking for main in -lz... " >&6; }
- @@ -11271,83 +11215,6 @@ fi
-
-
-
- -pkg_failed=no
- -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XINERAMA" >&5
- -$as_echo_n "checking for XINERAMA... " >&6; }
- -
- -if test -n "$XINERAMA_CFLAGS"; then
- - pkg_cv_XINERAMA_CFLAGS="$XINERAMA_CFLAGS"
- - elif test -n "$PKG_CONFIG"; then
- - if test -n "$PKG_CONFIG" && \
- - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xinerama\""; } >&5
- - ($PKG_CONFIG --exists --print-errors "xinerama") 2>&5
- - ac_status=$?
- - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- - test $ac_status = 0; }; then
- - pkg_cv_XINERAMA_CFLAGS=`$PKG_CONFIG --cflags "xinerama" 2>/dev/null`
- -else
- - pkg_failed=yes
- -fi
- - else
- - pkg_failed=untried
- -fi
- -if test -n "$XINERAMA_LIBS"; then
- - pkg_cv_XINERAMA_LIBS="$XINERAMA_LIBS"
- - elif test -n "$PKG_CONFIG"; then
- - if test -n "$PKG_CONFIG" && \
- - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xinerama\""; } >&5
- - ($PKG_CONFIG --exists --print-errors "xinerama") 2>&5
- - ac_status=$?
- - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- - test $ac_status = 0; }; then
- - pkg_cv_XINERAMA_LIBS=`$PKG_CONFIG --libs "xinerama" 2>/dev/null`
- -else
- - pkg_failed=yes
- -fi
- - else
- - pkg_failed=untried
- -fi
- -
- -
- -
- -if test $pkg_failed = yes; then
- - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- -$as_echo "no" >&6; }
- -
- -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
- - _pkg_short_errors_supported=yes
- -else
- - _pkg_short_errors_supported=no
- -fi
- - if test $_pkg_short_errors_supported = yes; then
- - XINERAMA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xinerama" 2>&1`
- - else
- - XINERAMA_PKG_ERRORS=`$PKG_CONFIG --print-errors "xinerama" 2>&1`
- - fi
- - # Put the nasty error message in config.log where it belongs
- - echo "$XINERAMA_PKG_ERRORS" >&5
- -
- - XINERAMA_FOUND=no
- -elif test $pkg_failed = untried; then
- - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- -$as_echo "no" >&6; }
- - XINERAMA_FOUND=no
- -else
- - XINERAMA_CFLAGS=$pkg_cv_XINERAMA_CFLAGS
- - XINERAMA_LIBS=$pkg_cv_XINERAMA_LIBS
- - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- -$as_echo "yes" >&6; }
- - XINERAMA_FOUND=yes
- -
- -fi
- -if test "x${XINERAMA_FOUND}" = xno
- -then
- - as_fn_error $? "Could not find Xinerama - \
- - Try installing libXinerama-devel." "$LINENO" 5
- -fi
- -
- -
- -
- if test "x${ENABLE_XRENDER}" = "xyes"
- then
-
- @@ -11610,79 +11477,6 @@ fi
-
-
-
- -pkg_failed=no
- -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XTST" >&5
- -$as_echo_n "checking for XTST... " >&6; }
- -
- -if test -n "$XTST_CFLAGS"; then
- - pkg_cv_XTST_CFLAGS="$XTST_CFLAGS"
- - elif test -n "$PKG_CONFIG"; then
- - if test -n "$PKG_CONFIG" && \
- - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xtst\""; } >&5
- - ($PKG_CONFIG --exists --print-errors "xtst") 2>&5
- - ac_status=$?
- - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- - test $ac_status = 0; }; then
- - pkg_cv_XTST_CFLAGS=`$PKG_CONFIG --cflags "xtst" 2>/dev/null`
- -else
- - pkg_failed=yes
- -fi
- - else
- - pkg_failed=untried
- -fi
- -if test -n "$XTST_LIBS"; then
- - pkg_cv_XTST_LIBS="$XTST_LIBS"
- - elif test -n "$PKG_CONFIG"; then
- - if test -n "$PKG_CONFIG" && \
- - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xtst\""; } >&5
- - ($PKG_CONFIG --exists --print-errors "xtst") 2>&5
- - ac_status=$?
- - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- - test $ac_status = 0; }; then
- - pkg_cv_XTST_LIBS=`$PKG_CONFIG --libs "xtst" 2>/dev/null`
- -else
- - pkg_failed=yes
- -fi
- - else
- - pkg_failed=untried
- -fi
- -
- -
- -
- -if test $pkg_failed = yes; then
- - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- -$as_echo "no" >&6; }
- -
- -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
- - _pkg_short_errors_supported=yes
- -else
- - _pkg_short_errors_supported=no
- -fi
- - if test $_pkg_short_errors_supported = yes; then
- - XTST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xtst" 2>&1`
- - else
- - XTST_PKG_ERRORS=`$PKG_CONFIG --print-errors "xtst" 2>&1`
- - fi
- - # Put the nasty error message in config.log where it belongs
- - echo "$XTST_PKG_ERRORS" >&5
- -
- - XTST_FOUND=no
- -elif test $pkg_failed = untried; then
- - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- -$as_echo "no" >&6; }
- - XTST_FOUND=no
- -else
- - XTST_CFLAGS=$pkg_cv_XTST_CFLAGS
- - XTST_LIBS=$pkg_cv_XTST_LIBS
- - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- -$as_echo "yes" >&6; }
- - XTST_FOUND=yes
- -fi
- -if test "x${XTST_FOUND}" = xno
- -then
- - as_fn_error $? "Could not find Xtst - \
- - Try installing libXtst-devel." "$LINENO" 5
- -fi
-
-
-
- @@ -11764,85 +11558,6 @@ fi
-
-
-
- -if test "x${BUILD_OS_DIR}" = "xlinux"
- -then
- -
- -pkg_failed=no
- -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ALSA" >&5
- -$as_echo_n "checking for ALSA... " >&6; }
- -
- -if test -n "$ALSA_CFLAGS"; then
- - pkg_cv_ALSA_CFLAGS="$ALSA_CFLAGS"
- - elif test -n "$PKG_CONFIG"; then
- - if test -n "$PKG_CONFIG" && \
- - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa\""; } >&5
- - ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
- - ac_status=$?
- - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- - test $ac_status = 0; }; then
- - pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa" 2>/dev/null`
- -else
- - pkg_failed=yes
- -fi
- - else
- - pkg_failed=untried
- -fi
- -if test -n "$ALSA_LIBS"; then
- - pkg_cv_ALSA_LIBS="$ALSA_LIBS"
- - elif test -n "$PKG_CONFIG"; then
- - if test -n "$PKG_CONFIG" && \
- - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa\""; } >&5
- - ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
- - ac_status=$?
- - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- - test $ac_status = 0; }; then
- - pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa" 2>/dev/null`
- -else
- - pkg_failed=yes
- -fi
- - else
- - pkg_failed=untried
- -fi
- -
- -
- -
- -if test $pkg_failed = yes; then
- - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- -$as_echo "no" >&6; }
- -
- -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
- - _pkg_short_errors_supported=yes
- -else
- - _pkg_short_errors_supported=no
- -fi
- - if test $_pkg_short_errors_supported = yes; then
- - ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "alsa" 2>&1`
- - else
- - ALSA_PKG_ERRORS=`$PKG_CONFIG --print-errors "alsa" 2>&1`
- - fi
- - # Put the nasty error message in config.log where it belongs
- - echo "$ALSA_PKG_ERRORS" >&5
- -
- - ALSA_FOUND=no
- -elif test $pkg_failed = untried; then
- - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- -$as_echo "no" >&6; }
- - ALSA_FOUND=no
- -else
- - ALSA_CFLAGS=$pkg_cv_ALSA_CFLAGS
- - ALSA_LIBS=$pkg_cv_ALSA_LIBS
- - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- -$as_echo "yes" >&6; }
- - ALSA_FOUND=yes
- -fi
- - if test "x${ALSA_FOUND}" = xno
- - then
- - as_fn_error $? "Could not find alsa - \
- - Try installing alsa-lib-devel." "$LINENO" 5
- - fi
- -
- -
- -fi
-
- if test "x${enable_pulse_java}" = "xyes"
- then
|