Fix typo in PPC macro.

This commit is contained in:
joerg 2015-06-03 10:00:55 +00:00
parent b2a4d4f392
commit 9f6289a4f6
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the <fenv.h> header file. */
#ifndef __powerpc
#ifndef __powerpc__
#define HAVE_FENV_H 1
#endif