Fixes : Changed message about configure option for TPRO CTE card.

This commit is contained in:
John M. Penn 2015-07-01 18:10:53 -05:00
parent 5ecc7b2af0
commit 63975d9f89

@ -55,7 +55,7 @@ int Trick::TPROCTEClock::clock_init() {
return 0 ;
#else
message_publish(MSG_ERROR, "TPRO CTE card was not enabled when Trick was compiled.\n\
Please run ${TRICK_HOME}/configure --tprocte=<directory holding CTE>, and recompile Trick\n");
Please run ${TRICK_HOME}/configure --with-tpro=<directory holding CTE>, and recompile Trick\n");
return -1 ;
#endif
}