when --enable-debug is used to set debug options with gcc, use -Wno-long-long
authorDaniel Stenberg <daniel@haxx.se>
Tue, 19 Aug 2003 15:38:20 +0000 (15:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 Aug 2003 15:38:20 +0000 (15:38 +0000)
commit0496598e77c6b735a3a5c0ab77c2b33c95c76834
tree949a2509938b3fceeca0ecef60711d7e67a1111e
parentfb3eee5f0bf02585b337268612f788acfe729598
when --enable-debug is used to set debug options with gcc, use -Wno-long-long
to inhibit long long warnings (ISO C90 does not support `long long')
configure.ac