diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-04-06 14:27:28 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-04-06 14:28:15 -0700 |
commit | 17604d29b952ae5be48d8d2617d4b91bbe107d84 (patch) | |
tree | 3a0b5edae1e045f6a6b1313df01d75463125991e /site | |
parent | 379a4b8cc4000e705be4841fbfcf379d83eaca1f (diff) |
Add ac_cv_sys_symbol_underscore to site/ for gnupg
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'site')
-rw-r--r-- | site/common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/common b/site/common index c14ad80d66..2cde4138d6 100644 --- a/site/common +++ b/site/common @@ -6,3 +6,5 @@ ac_cv_file__dev_random=${ac_cv_file__dev_random=yes} # does compiler handle IEEE math? rd_cv_ieee_works=${rd_cv_ieee_works=yes} + +ac_cv_sys_symbol_underscore=no |