configure : Remove unnecessary pixman probe code
authorjinhyung.jo <jinhyung.jo@samsung.com>
Fri, 12 Jul 2013 04:52:33 +0000 (13:52 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Fri, 12 Jul 2013 04:52:33 +0000 (13:52 +0900)
QEMU 1.5.1 already has the pixman probe code

Change-Id: I5bf8de719d5f5ea4cb86e95a3c71bf32068ee8cd
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
configure

index e9efe4517d49f66ea432d56ad5ddf38d0ca6e5ed..3f4493fded82dd97ffa7710888fe682969407547 100755 (executable)
--- a/configure
+++ b/configure
@@ -2355,22 +2355,6 @@ else
   pixman_libs="-L\$(BUILD_DIR)/pixman/pixman/.libs -lpixman-1"
 fi
 
-##########################################
-# pixman support probe
-
-if test "$shm" = no; then
-    if $pkg_config pixman-1 > /dev/null 2>&1; then
-        pixman_cflags=`$pkg_config --cflags pixman-1 2>/dev/null`
-        pixman_libs=`$pkg_config --libs pixman-1 2>/dev/null`
-        QEMU_CFLAGS="$pixman_cflags $QEMU_CFLAGS"
-        LIBS="$pixman_libs $LIBS"
-    else
-        echo "Error: pixman-1 check failed"
-        echo "Make sure to have the pixman-1 libs and headers installed"
-        exit 1
-    fi
-fi
-
 ##########################################
 # libcap probe