8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +01:00

Detect env var correctly

This commit is contained in:
paul_reeves 2008-12-24 09:39:36 +00:00
parent e5a5d731d7
commit 3606948a60

View File

@ -136,7 +136,7 @@
#define MinorVer FB_MINOR_VER
#endif
#if Len(GetEnv("FB_REV_VER")) > 0
#if Len(GetEnv("FB_REV_NO")) > 0
#define FB_REV_NO GetEnv("FB_REV_NO")
#endif
#ifdef FB_REV_NO