Fix typo in last commit.
authorSimon Josefsson <simon@josefsson.org>
Mon, 27 Oct 2008 16:16:19 +0000 (17:16 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 27 Oct 2008 16:16:19 +0000 (17:16 +0100)
lib/sys_stat.in.h

index cb31f44..234b527 100644 (file)
 #  define lstat rpl_lstat
 extern int rpl_lstat (const char *name, struct stat *buf);
 # endif
-#elif define GNULIB_POSIXCHECK
+#elif defined GNULIB_POSIXCHECK
 # undef lstat
 # define lstat(p,b)                                                    \
   (GL_LINK_WARNING ("lstat is unportable - "                           \