diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-09-27 17:02:55 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-09-27 17:02:55 +0000 |
| commit | cd33a76511a3c081428dd0115147fcc4d8e24533 (patch) | |
| tree | 9f82d0d004b5138eafc8eeda0c948997f690f3e9 /config.h.cmake | |
| parent | Fixed problem with font names that contain spaces. (diff) | |
| download | inkscape-cd33a76511a3c081428dd0115147fcc4d8e24533.tar.gz inkscape-cd33a76511a3c081428dd0115147fcc4d8e24533.zip | |
remove stray comma causing build warnings.
(bzr r10650)
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index a20bedf76..6227c1f4f 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -132,7 +132,7 @@ #cmakedefine POPPLER_NEW_COLOR_SPACE_API 1 /* GfxPatch no longer uses GfxColor in >= 0.15.1 */ -#cmakedefine POPPLER_NEW_GFXPATCH, 1 +#cmakedefine POPPLER_NEW_GFXPATCH 1 /* Define to 1 if you have the `pow' function. */ #cmakedefine HAVE_POW 1 |
