diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2008-08-18 16:21:18 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2008-08-18 16:21:18 +0000 |
commit | 3c7c6d39d0edaf25eb66363efc37c1dc0ada736d (patch) | |
tree | ba438f5f36ebb16c04ae367df2037d34beebecbf /libstdc++-v3/configure | |
parent | 9c02cf684cc13bf6b9e88a5a55b02bc2ccac7a7a (diff) | |
download | gcc-3c7c6d39d0edaf25eb66363efc37c1dc0ada736d.zip gcc-3c7c6d39d0edaf25eb66363efc37c1dc0ada736d.tar.gz gcc-3c7c6d39d0edaf25eb66363efc37c1dc0ada736d.tar.bz2 |
configure.ac: Do not hardcode HAVE_S_ISREG and HAVE_S_IFREG for newlib.
2008-08-18 Paolo Carlini <paolo.carlini@oracle.com>
* configure.ac: Do not hardcode HAVE_S_ISREG and HAVE_S_IFREG for
newlib.
* configure: Regenerate.
From-SVN: r139203
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index d9d257e..c6a408c 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -43813,15 +43813,6 @@ _ACEOF cat >>confdefs.h <<\_ACEOF -#define HAVE_S_ISREG 1 -_ACEOF - - cat >>confdefs.h <<\_ACEOF -#define HAVE_S_IFREG 1 -_ACEOF - - - cat >>confdefs.h <<\_ACEOF #define HAVE_ICONV 1 _ACEOF |