]> git.xonotic.org Git - xonotic/netradiant.git/blob - conftest.cpp
no longer use an included libjpeg copy. Use the system one.
[xonotic/netradiant.git] / conftest.cpp
1 #include <stdio.h> /* jpeglib.h needs it */
2 #include CONFTEST_HEADER
3 int main()
4 {
5         (void) CONFTEST_SYMBOL;
6         return 0;
7 }