* support/regression/tests/structflexarray.c: flexible array members
[fw/sdcc] / sim / ucsim / configure
index 48b58e58519d30f6772a4f22409e5ee9bcfad469..4ebd0401af5bcc61b46f3a5a27e6c8d3938c6e32 100755 (executable)
@@ -1649,7 +1649,7 @@ if test "${enable_portmon+set}" = set; then
     enable_serio="yes"
 fi
 else
-  enable_serio="yes"
+  enable_serio="no"
 fi;
 
 
@@ -14241,9 +14241,10 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   # 1. Remove the extension, and $U if already installed.
   ac_i=`echo "$ac_i" |
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
-  # 2. Add them.
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+  #    will be set to the directory where LIBOBJS objects are built.
+  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 done
 LIBOBJS=$ac_libobjs