File tree 4 files changed +42
-4
lines changed
4 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # From configure.ac 495e922 .
2
+ # From configure.ac 7e23673 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
4
# Generated by GNU Autoconf 2.71 for Eggdrop 1.10.0.
5
5
#
@@ -4104,6 +4104,44 @@ printf "%s\n" "$egg_cv_var_ccwall" >&6; }
4104
4104
fi
4105
4105
fi
4106
4106
4107
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking whether C compiler accepts -std=gnu99" >&5
4108
+ printf %s " checking whether C compiler accepts -std=gnu99... " >&6 ; }
4109
+ if test ${ax_cv_check_cflags___std_gnu99+y}
4110
+ then :
4111
+ printf %s " (cached) " >&6
4112
+ else $as_nop
4113
+
4114
+ ax_check_save_flags=$CFLAGS
4115
+ CFLAGS=" $CFLAGS -std=gnu99"
4116
+ cat confdefs.h - << _ACEOF >conftest.$ac_ext
4117
+ /* end confdefs.h. */
4118
+
4119
+ int
4120
+ main (void)
4121
+ {
4122
+
4123
+ ;
4124
+ return 0;
4125
+ }
4126
+ _ACEOF
4127
+ if ac_fn_c_try_compile " $LINENO "
4128
+ then :
4129
+ ax_cv_check_cflags___std_gnu99=yes
4130
+ else $as_nop
4131
+ ax_cv_check_cflags___std_gnu99=no
4132
+ fi
4133
+ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4134
+ CFLAGS=$ax_check_save_flags
4135
+ fi
4136
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $ax_cv_check_cflags___std_gnu99 " >&5
4137
+ printf " %s\n" " $ax_cv_check_cflags___std_gnu99 " >&6 ; }
4138
+ if test " x$ax_cv_check_cflags___std_gnu99 " = xyes
4139
+ then :
4140
+ CFLAGS=" -std=gnu99 $CFLAGS "
4141
+ else $as_nop
4142
+ :
4143
+ fi
4144
+
4107
4145
4108
4146
4109
4147
# Check for executable extension.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # From configure.ac 495e922 .
2
+ # From configure.ac 7e23673 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
4
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.10.0.
5
5
#
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # From configure.ac 495e922 .
2
+ # From configure.ac 7e23673 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
4
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.10.0.
5
5
#
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # From configure.ac 495e922 .
2
+ # From configure.ac 7e23673 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
4
# Generated by GNU Autoconf 2.71 for Eggdrop Python Module 1.10.0.
5
5
#
You can’t perform that action at this time.
0 commit comments