diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-09 23:34:57 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-09 23:34:57 +0000 |
| commit | 736ea295294427e5f07f79e1bc31871d34edbe69 (patch) | |
| tree | 4a806d3f4dab8466d0d6cd27d601167f9c8755b0 /configure.ac | |
| parent | 70ab51af6699f7b967645b19772dfecab4ef959a (diff) | |
| download | pcsxr-736ea295294427e5f07f79e1bc31871d34edbe69.tar.gz | |
libbz2 is not needed
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47720 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 23638b28..0aef9912 100644 --- a/configure.ac +++ b/configure.ac @@ -80,10 +80,6 @@ AC_CHECK_HEADER(zlib.h, have_zlib=yes, have_zlib=no) if test "x$have_zlib" = xno; then AC_MSG_ERROR([unable to find libz headers]) fi -AC_CHECK_HEADER(bzlib.h, have_bzlib=yes, have_bzlib=no) -if test "x$have_bzlib" = xno; then - AC_MSG_ERROR([unable to find libbz2 headers]) -fi AC_CHECK_HEADER(X11/extensions/Xv.h, have_xv=yes, have_xv=no) if test "x$have_xv" = xno; then AC_MSG_ERROR([unable to find xv headers]) |
