diff options
author | althekiller <althekiller@svn> | 2010-05-13 08:02:22 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2010-05-13 08:02:22 +0000 |
commit | 0931728acaee1f416309803e4910bb4e716125fe (patch) | |
tree | e72e35d865d75848e3ad1d2857c09718caca2779 /configure.in | |
parent | 34749d32f6ac61f39f56e823eed55558456a67b3 (diff) |
removed: Old cruft, pcre is required now.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30116 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in index d5efe4acc8..1bce79b1d1 100644 --- a/configure.in +++ b/configure.in @@ -276,9 +276,6 @@ use_external_libass="yes" ### End of external library options -# PCRE is a requirement -use_pcre="yes" - # Checks for programs. PASSED_CXXFLAGS=$CXXFLAGS # Hack to override autoconf default values AC_PROG_CXX @@ -986,12 +983,6 @@ else final_message="$final_message\n GOOM:\t\tNo" fi -if test "$use_pcre" = "yes"; then - final_message="$final_message\n PCRE Support:\tYes" -else - final_message="$final_message\n PCRE Support:\tNo" -fi - if test "$use_mid" = "yes"; then final_message="$final_message\n MID Support:\tYes" SDL_DEFINES="$SDL_DEFINES -DMID" |