gphoto2.ds: Don't warn about libjpeg if gphoto support is not enabled.

This commit is contained in:
Alexandre Julliard 2006-11-27 13:47:17 +01:00
parent 57ff710cde
commit 86ba62a563
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
# error You must include config.h first
#endif
#if !defined(HAVE_JPEGLIB_H)
#if defined(HAVE_GPHOTO2) && !defined(HAVE_JPEGLIB_H)
# warning "gphoto2 support in twain needs jpeg development headers"
# undef HAVE_GPHOTO2
#endif