diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-08-24 20:23:55 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-08-24 20:23:55 +0200 |
commit | 99cbdc9673eb252ae1badd77a6ec8424e0d55971 (patch) | |
tree | 0c7e4e3c87e4f83efd08392c9be43bf5ea26fc19 /configure.ac | |
parent | 42869757fc553d6851200a2e01895359fd16b182 (diff) |
configure: NEED_CAIRO is obsolete since f70343bbbb
Change-Id: I730700166ec6f5433bfa93b2344252f2f8408eaa
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 07e3e4d6a879..2d78068e6511 100644 --- a/configure.ac +++ b/configure.ac @@ -11937,7 +11937,6 @@ if test "$test_cairo" = "yes"; then AC_MSG_RESULT([no]) BUILD_TYPE="$BUILD_TYPE CAIRO" - SCPDEFS="$SCPDEFS -DNEED_CAIRO" fi fi |