diff options
Diffstat (limited to 'sim/rl78/configure')
-rwxr-xr-x | sim/rl78/configure | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sim/rl78/configure b/sim/rl78/configure index 15a737b..95ffabd 100755 --- a/sim/rl78/configure +++ b/sim/rl78/configure @@ -11286,11 +11286,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then |