--- otp_src_23.3.old/lib/odbc/configure +++ otp_src_23.3/lib/odbc/configure @@ -5100,7 +5100,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for odbc in standard locations" >&5 $as_echo_n "checking for odbc in standard locations... " >&6; } for rdir in /usr/local/odbc /usr/local /usr/odbc \ - /usr /opt/local/pgm/odbc /usr/local/pgm/odbc \ + /usr __META_PRODTREE__/unixodbc \ "$with_odbc"; do test -f "$erl_xcomp_isysroot$rdir/include/sql.h" || continue is_odbc_std_location=yes --- otp_src_23.3.old/lib/odbc/configure.in +++ otp_src_23.3/lib/odbc/configure.in @@ -185,7 +185,7 @@ AC_CHECK_SIZEOF(void *) AC_MSG_CHECKING([for odbc in standard locations]) for rdir in /usr/local/odbc /usr/local /usr/odbc \ - /usr /opt/local/pgm/odbc /usr/local/pgm/odbc \ + /usr __META_PRODTREE__/unixodbc \ "$with_odbc"; do test -f "$erl_xcomp_isysroot$rdir/include/sql.h" || continue is_odbc_std_location=yes