]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - conftest.cpp
Merge branch 'deprecate-makefile' into 'master'
[xonotic/netradiant.git] / conftest.cpp
diff --git a/conftest.cpp b/conftest.cpp
new file mode 100644 (file)
index 0000000..1c5721f
--- /dev/null
@@ -0,0 +1,8 @@
+// used by the legacy makefile to test if libraries work
+
+#include <stdio.h> /* jpeglib.h needs it */
+#include CONFTEST_HEADER
+int main(){
+       (void) CONFTEST_SYMBOL;
+       return 0;
+}