FS-9662 #resolves [mod_opal] Fix version number in old OPAL error

This commit is contained in:
David Matson 2016-10-24 12:10:21 -07:00
parent 34238d2bd0
commit fb6f9a454e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#endif
#if !OPAL_CHECK_VERSION(3,12,8)
#error OPAL is too old to use, must be >= 2.12.8
#error OPAL is too old to use, must be >= 3.12.8
#endif
#include <ep/localep.h>