Mercurial > hg > xemacs-beta
comparison configure.in @ 2050:a741f294362b
[xemacs-hg @ 2004-04-30 14:59:15 by james]
Get a good XRegisterIMInstantiateCallback prototype with ICC.
author | james |
---|---|
date | Fri, 30 Apr 2004 14:59:17 +0000 |
parents | 193e76abdf0f |
children | 9402c85dcf6f |
comparison
equal
deleted
inserted
replaced
2049:97d0858a089b | 2050:a741f294362b |
---|---|
2076 xe_cflags_warning="$cflags_warning -Weffc++" | 2076 xe_cflags_warning="$cflags_warning -Weffc++" |
2077 cflags_warning="$cflags_warning -Wshadow -Wmissing-declarations" | 2077 cflags_warning="$cflags_warning -Wshadow -Wmissing-declarations" |
2078 dnl **** If more gcc/g++ flags are added, from here on must handle | 2078 dnl **** If more gcc/g++ flags are added, from here on must handle |
2079 dnl **** cflags_warning and xe_cflags_warning in parallel | 2079 dnl **** cflags_warning and xe_cflags_warning in parallel |
2080 elif test "$__ICC" = "yes"; then | 2080 elif test "$__ICC" = "yes"; then |
2081 cflags_warning="-Wall -w1" | 2081 cflags_warning="-Wall -w1 -we147" |
2082 dnl ### Add optimal cflags_warning support for other compilers HERE! | 2082 dnl ### Add optimal cflags_warning support for other compilers HERE! |
2083 fi | 2083 fi |
2084 fi | 2084 fi |
2085 test -z "$xe_cflags_warning" && xe_cflags_warning="$cflags_warning" | 2085 test -z "$xe_cflags_warning" && xe_cflags_warning="$cflags_warning" |
2086 AC_MSG_RESULT([${xe_cflags_warning}]) | 2086 AC_MSG_RESULT([${xe_cflags_warning}]) |