diff --git a/configure.ac b/configure.ac index 260fc480b7..dbab184811 100644 --- a/configure.ac +++ b/configure.ac @@ -1794,6 +1794,9 @@ if test "x$with_mac_twain" != xno; then AC_TRY_CPP([ #include #include +#ifdef __x86_64__ +#error Please somebody port this to non-deprecated and non-removed APIs +#endif ], mac_twain_ok=yes) AC_MSG_RESULT($mac_twain_ok) fi