diff options
| author | nijtmans <nijtmans> | 2010-12-13 22:33:09 (GMT) |
|---|---|---|
| committer | nijtmans <nijtmans> | 2010-12-13 22:33:09 (GMT) |
| commit | dcd684cd73d38aa99f70b59cd06cc3c880c97008 (patch) | |
| tree | 2a927d7f467322e7d1b5dce8fc02c49e157b966a /unix/configure | |
| parent | 1c0db6f4ed767a751ca3f978bbae9f64f0168503 (diff) | |
| download | tcl-dcd684cd73d38aa99f70b59cd06cc3c880c97008.zip tcl-dcd684cd73d38aa99f70b59cd06cc3c880c97008.tar.gz tcl-dcd684cd73d38aa99f70b59cd06cc3c880c97008.tar.bz2 | |
[Bug 3135271] Link error due to hidden symbols (CentOS 4.2)
Diffstat (limited to 'unix/configure')
| -rwxr-xr-x | unix/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index 816e681..5debd0a 100755 --- a/unix/configure +++ b/unix/configure @@ -6545,6 +6545,11 @@ echo "${ECHO_T}$tcl_cv_cc_visibility_hidden" >&6 else + +cat >>confdefs.h <<\_ACEOF +#define NO_VIZ +_ACEOF + hold_cflags=$CFLAGS; CFLAGS="$CFLAGS -Werror" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ |
