diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-09 20:48:11 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-09 20:48:11 +0000 |
commit | 32652cd6ccd916670df6975cf89aebe93c4f9c31 (patch) | |
tree | 23517231a5dbd3173af007a4f58f1a3e50a13fe9 /site/avr32-common | |
parent | 887d1db73251bb7787a5b110ac79e88100bdf816 (diff) |
avr32-common: Add ac_cv_type_error_t=yes for gnash-0.8.2 built with uclibc 0.9.29.
Diffstat (limited to 'site/avr32-common')
-rw-r--r-- | site/avr32-common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/avr32-common b/site/avr32-common index 5b5fae5e89..db0ca53fb2 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -25,6 +25,9 @@ ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} lf_cv_sane_realloc=yes +#gnash +ac_cv_type_error_t=${ac_cv_type_error_t=yes} + #sudo sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} |