diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:57 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:57 +0000 |
commit | 6f27a7fc6c8471534c5cee39cffdc2def1388bdc (patch) | |
tree | bcf6145945cff4c721ffc1f9256bffe43e965069 /buildlib/environment.mak.in | |
parent | a246f2dc8c6084d857edb2792ce6b37c794e3d69 (diff) |
Sync
Author: jgg
Date: 1998-09-12 02:46:25 GMT
Sync
Diffstat (limited to 'buildlib/environment.mak.in')
-rw-r--r-- | buildlib/environment.mak.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index 3166c2e7f..4f001cc97 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -3,7 +3,7 @@ # C++ compiler options CC = @CC@ -CPPFLAGS+= @CPPFLAGS@ @DEFS@ +CPPFLAGS+= @CPPFLAGS@ @DEFS@ -D_REENTRANT CXX = @CXX@ CXXFLAGS+= @CXXFLAGS@ @X_CFLAGS@ |