diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-01-30 15:40:32 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-01-30 15:40:32 +0000 |
| commit | 34c39f3ffdbb1999e38ce873132cd02204e7fe3b (patch) | |
| tree | a5d80ba258342d920576a6d3e025c691cfb30ee8 | |
| parent | Don't reverse object order when creating a marker. (diff) | |
| download | inkscape-34c39f3ffdbb1999e38ce873132cd02204e7fe3b.tar.gz inkscape-34c39f3ffdbb1999e38ce873132cd02204e7fe3b.zip | |
Restore default configure.ac, modified version committed by accident.
(bzr r12988)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 944a58266..dbffcfbde 100644 --- a/configure.ac +++ b/configure.ac @@ -101,7 +101,7 @@ if test "$GCC" = "yes"; then fi # Uncomment for SVG2 stuff - CPPFLAGS="-DWITH_MESH -DWITH_CSSBLEND -DWITH_CSSCOMPOSITE $CPPFLAGS" + # CPPFLAGS="-DWITH_MESH -DWITH_CSSBLEND -DWITH_CSSCOMPOSITE $CPPFLAGS" #### # C-specific flags... |
