diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2009-01-29 20:13:23 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2009-01-29 20:13:23 (GMT) |
commit | 5f3d8499c05e9eb512b72d296073041ac4da6f4d (patch) | |
tree | 0653bda058f25d9420dd6ddcaf4edc28781a8aa4 /configure | |
parent | a0924f7d469a42ab962763ce34ea5fabc73da9d7 (diff) | |
download | Doxygen-5f3d8499c05e9eb512b72d296073041ac4da6f4d.zip Doxygen-5f3d8499c05e9eb512b72d296073041ac4da6f4d.tar.gz Doxygen-5f3d8499c05e9eb512b72d296073041ac4da6f4d.tar.bz2 |
Release-1.5.8-20090129
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -543,7 +543,7 @@ EOF EOF fi fi -if test "$f_platform" = "hpux-g++"; then +if test "$f_platform" = "hpux-g++" -o "$f_platform" = "linux-g++"; then cat >> .tmakeconfig <<EOF TMAKE_CXXFLAGS += -D_LARGEFILE_SOURCE EOF |