OSDN Git Service

* loop-invariant.c: Include tm_p.h.
[pf3gnuchains/gcc-fork.git] / libjava / configure
index 8b3a80b..71c5084 100755 (executable)
@@ -4654,7 +4654,7 @@ fi
 
 
 
-if test "$use_gtk_awt" = yes; then
+if test "$use_qt_awt" = yes; then
   QT_AWT_TRUE=
   QT_AWT_FALSE='#'
 else
@@ -4772,6 +4772,9 @@ if test "$use_gtk_awt" != yes; then
 fi
 if test "$use_qt_awt" != yes; then
   ac_configure_args="$ac_configure_args --disable-qt-peer"
+else
+  # We need this as qt is disabled by default in classpath.
+  ac_configure_args="$ac_configure_args --enable-qt-peer"
 fi
 
 # Only use libltdl for non-newlib builds.
@@ -5586,7 +5589,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
 case $host in
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 5589 "configure"' > conftest.$ac_ext
+  echo '#line 5592 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -6589,7 +6592,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then
   :
 else
   cat > conftest.$ac_ext << EOF
-#line 6592 "configure"
+#line 6595 "configure"
 struct S { ~S(); };
 void bar();
 void foo()