diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c
index 68d528b8c65af2d106deedff5efad0b461d15852..458482ed5112d2ed093c7a6a44b1cb4afda685e2 100644
--- a/src/bin/pg_dump/pg_restore.c
+++ b/src/bin/pg_dump/pg_restore.c
@@ -88,7 +88,7 @@ static char* _cleanupName(char* name);
 
 typedef struct option optType;
 
-#ifdef HAVE_GETOPT_H
+#ifdef HAVE_GETOPT_LONG
 struct option cmdopts[] = {	
 				{ "clean", 0, NULL, 'c' },
 				{ "create", 0, NULL, 'C' },