Commit 86ba62a5 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 57ff710c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment