1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-19 08:57:12 +02:00
openwrt-packages/bard/patches/0001-remove-configure-hardcode-path.patch
2012-01-30 09:59:45 +08:00

34 lines
800 B
Diff

From 2d451688f5fbacddf39de02f14ed1088f9414dd6 Mon Sep 17 00:00:00 2001
From: Xiangfu <xiangfu@openmobilefree.net>
Date: Mon, 30 Jan 2012 09:57:01 +0800
Subject: [PATCH 1/2] remove-configure-hardcode-path
---
configure.in | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/configure.in b/configure.in
index d1a93e0..9288a3f 100644
--- a/configure.in
+++ b/configure.in
@@ -443,16 +443,6 @@ echo CMU Flite found in $FLITEDIR
AC_SUBST(FLITEDIR)
dnl
-dnl SDL support
-dnl
-if ! test -f /usr/include/SDL/SDL.h; then
- AC_MSG_ERROR("Cannot locate /usr/include/SDL/SDL.h.")
-fi
-if ! test -f /usr/include/SDL/SDL_ttf.h; then
- AC_MSG_ERROR("Cannot locate /usr/include/SDL/SDL_ttf.h.")
-fi
-
-dnl
dnl Find a font.
dnl
if test "x$DEFAULTFONT" = "x"
--
1.7.5.4