diff options
Diffstat (limited to 'sim/rx')
-rw-r--r-- | sim/rx/ChangeLog | 4 | ||||
-rw-r--r-- | sim/rx/config.in | 3 | ||||
-rwxr-xr-x | sim/rx/configure | 6 |
3 files changed, 5 insertions, 8 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 35a9791..9137d63 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger <vapier@gentoo.org> + + * config.in, configure: Regenerate. + 2021-06-13 Mike Frysinger <vapier@gentoo.org> * Makefile.in (SIM_EXTRA_CFLAGS): Set to @sim_cycle_accurate_flags@. diff --git a/sim/rx/config.in b/sim/rx/config.in index c3a5c27..da7824e 100644 --- a/sim/rx/config.in +++ b/sim/rx/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/rx/configure b/sim/rx/configure index 151def5..e1befb3 100755 --- a/sim/rx/configure +++ b/sim/rx/configure @@ -11306,11 +11306,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 |