summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/replace/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index e1ac8b9ba9..30c1f129aa 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -312,8 +312,8 @@ def configure(conf):
if conf.CHECK_FUNCS('getpass getpassphrase'):
# if we have both, then we prefer getpassphrase
- conf.DEFINE(REPLACE_GETPASS_BY_GETPASSPHRASE, 1)
- conf.DEFINE(REPLACE_GETPASS, 1)
+ conf.DEFINE('REPLACE_GETPASS_BY_GETPASSPHRASE', 1)
+ conf.DEFINE('REPLACE_GETPASS', 1)
conf.CHECK_CODE('''#include "getpass.c"
int main(void) { return 0; }''',