|
@@ -188,7 +188,7 @@ if test "${ac_cv_my_have_jpeg}" != "no"; then |
|
|
fi |
|
|
fi |
|
|
AM_CONDITIONAL(USE_JPEG, test "${ac_cv_my_have_jpeg}" = "yes") |
|
|
AM_CONDITIONAL(USE_JPEG, test "${ac_cv_my_have_jpeg}" = "yes") |
|
|
|
|
|
|
|
|
if test "${ac_cv_my_have_sdl}" = "no" -a "${ac_cv_my_have_imlib2}" = "no" -a "${ac_cv_my_have_opencv}" = "no" -a "${ac_cv_my_have_cocoa}" = "no" -a "${ac_cv_my_have_jpeg}" = "no"; then |
|
|
|
|
|
|
|
|
if test "${ac_cv_my_have_sdl}" = "no" -a "${ac_cv_my_have_imlib2}" = "no" -a "${ac_cv_my_have_opencv}" = "no" -a "${ac_cv_my_have_cocoa}" = "no" -a "${ac_cv_my_have_jpeg}" = "no" -a "${ac_cv_my_have_gdiplus}" = "no"; then |
|
|
AC_MSG_ERROR([[cannot find GDI+, SDL_Image, Imlib2, Cocoa or OpenCV, please install one of them]]) |
|
|
AC_MSG_ERROR([[cannot find GDI+, SDL_Image, Imlib2, Cocoa or OpenCV, please install one of them]]) |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|