use if instead of ifdef
authorewt <devnull@localhost>
Fri, 17 Jan 1997 15:41:28 +0000 (15:41 +0000)
committerewt <devnull@localhost>
Fri, 17 Jan 1997 15:41:28 +0000 (15:41 +0000)
CVS patchset: 1307
CVS date: 1997/01/17 15:41:28

misc/intl.h

index 29d5469..ae2920e 100644 (file)
@@ -2,7 +2,7 @@
 
 #include "misc-config.h"
 
-#ifdef HAVE_LIBINTL_H
+#if HAVE_LIBINTL_H
 #include <libintl.h>
 #define _(String) gettext((String))
 #else