diff options
| author | Kees Cook <kees@outflux.net> | 2007-01-13 03:07:14 +0000 |
|---|---|---|
| committer | keescook <keescook@users.sourceforge.net> | 2007-01-13 03:07:14 +0000 |
| commit | b7acf888dc97b47b0774700f68625d061de1181d (patch) | |
| tree | d969018a0ace51c20761c636dc968eb175b0c1d7 | |
| parent | overwritten heap, wrong casts fixed. Closes SF#1575829 (diff) | |
| download | inkscape-b7acf888dc97b47b0774700f68625d061de1181d.tar.gz inkscape-b7acf888dc97b47b0774700f68625d061de1181d.zip | |
drop unneeded ascii fix, breaking tests
(bzr r2199)
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index d0ac46389..c8b283a32 100644 --- a/configure.ac +++ b/configure.ac @@ -510,8 +510,6 @@ dnl ****************************** dnl Unconditional dependencies dnl ****************************** -dnl *** NOTE: when we move to gtk 2.6 or later, we can remove the -dnl ********* the override for g_ascii_strtod below... dnl sigc++-2.0 >= 2.0.12: using "visit_each" not available in 2.0.10 if test $cc_vers_major -gt 3; then min_sigc_version=2.0.12 @@ -753,9 +751,6 @@ fi AM_CONDITIONAL(USE_MMX, test x$use_mmx_asm = xyes) -dnl Override the default g_ascii_strtod -AC_DEFINE(g_ascii_strtod, fixed_g_ascii_strtod, [Pre-1.107 gstrfuncs.c version of g_ascii_strtod is broken]) - dnl Figure out where the datadir actually is dnl http://autoconf-archive.cryp.to/ac_define_dir.html prefix_NONE= |
