|
@@ -5090,20 +5090,6 @@ if compile_prog "" "" ; then
|
|
|
have_sysmacros=yes
|
|
|
fi
|
|
|
|
|
|
-##########################################
|
|
|
-# check for _Static_assert()
|
|
|
-
|
|
|
-have_static_assert=no
|
|
|
-cat > $TMPC << EOF
|
|
|
-_Static_assert(1, "success");
|
|
|
-int main(void) {
|
|
|
- return 0;
|
|
|
-}
|
|
|
-EOF
|
|
|
-if compile_prog "" "" ; then
|
|
|
- have_static_assert=yes
|
|
|
-fi
|
|
|
-
|
|
|
##########################################
|
|
|
# check for utmpx.h, it is missing e.g. on OpenBSD
|
|
|
|
|
@@ -6035,10 +6021,6 @@ if test "$have_sysmacros" = "yes" ; then
|
|
|
echo "CONFIG_SYSMACROS=y" >> $config_host_mak
|
|
|
fi
|
|
|
|
|
|
-if test "$have_static_assert" = "yes" ; then
|
|
|
- echo "CONFIG_STATIC_ASSERT=y" >> $config_host_mak
|
|
|
-fi
|
|
|
-
|
|
|
if test "$have_utmpx" = "yes" ; then
|
|
|
echo "HAVE_UTMPX=y" >> $config_host_mak
|
|
|
fi
|