mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
always use lowercase version of emailadresses.
This commit is contained in:
5
configure
vendored
5
configure
vendored
@@ -12307,7 +12307,7 @@ fi
|
||||
|
||||
for ac_header in errno.h err.h stdlib.h string.h unistd.h stdio.h getopt.h\
|
||||
limits.h stddef.h stdint.h sys/types.h sys/stat.h endian.h \
|
||||
sys/endian.h termios.h arpa/inet.h netinet/in.h
|
||||
sys/endian.h termios.h arpa/inet.h netinet/in.h wctype.h
|
||||
do :
|
||||
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
||||
@@ -12355,7 +12355,8 @@ for ac_func in \
|
||||
tcgetattr \
|
||||
be32toh \
|
||||
htobe32 \
|
||||
umask
|
||||
umask \
|
||||
towlower
|
||||
|
||||
do :
|
||||
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
|
||||
Reference in New Issue
Block a user