diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-12 11:16:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-13 09:50:42 +0100 |
commit | 9ca02a663c3eee2698eb360dd5dc7afb1951e743 (patch) | |
tree | 74f765ddf9bdee85fb8778d1e7c8a7d16a7264c2 /scp2 | |
parent | 2a42638c79cf9a8297b822dc9842618f1f2f8779 (diff) |
duplicate SYSTEM_[LIBJPEG|JPEG] tests
we have both a SYSTEM_LIBJPEG and SYSTEM_JPEG but only SYSTEM_JPEG appears to
be used
Change-Id: Ib1a5da4c907222be33465ce06997f111c4fffe87
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/makefile.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk index 0702c7e98b00..b385f8dd1548 100644 --- a/scp2/source/ooo/makefile.mk +++ b/scp2/source/ooo/makefile.mk @@ -453,10 +453,6 @@ SCPDEFS+=-DSYSTEM_GLIB SCPDEFS+=-DSYSTEM_LIBCROCO .ENDIF -.IF "$(SYSTEM_LIBJPEG)" == "YES" -SCPDEFS+=-DSYSTEM_LIBJPEG -.ENDIF - .IF "$(ENABLE_LIBRSVG)" == "INTERNAL" SCPDEFS+=-DENABLE_LIBRSVG .ENDIF |