Merge pull request #734 from rklabs/fix_make_odbc_error_msg

Enhancing error message to show correct way to setup libodbc path
This commit is contained in:
Aleksandar Fabijanic 2015-03-06 09:11:10 -06:00
commit e83e2ae908

View File

@ -58,6 +58,6 @@ COMMONFLAGS += -DPOCO_IODBC -I/usr/include/iodbc
COMMONFLAGS += -Wno-deprecated-declarations
else
$(error No ODBC library found. Please install unixODBC or iODBC or specify POCO_ODBC_LIB and try again)
$(error No ODBC library found. Please install unixODBC or iODBC or specify POCO_ODBC_LIB or set the correct libodbc library path by using --odbc-lib as option to 'configure' script and try again)
endif