diff options
author | Justin Clift <jclift@redhat.com> | 2013-07-04 18:33:50 +0100 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-07-15 00:13:35 -0700 |
commit | a2a01c565328e57b05a2e4700f402c351adc9372 (patch) | |
tree | 7ac4a733e70ec38171bf427c5a7356032a47617a /configure.ac | |
parent | 74f67e3a86a1dc5324cd41d4fab78858718db1d2 (diff) |
Adjust configure.ac to honor existing CFLAGS env variable
Change-Id: I43a8defc7a8c0c2d391e7bd2c0b7bebfcc522a2a
BUG: 961892
Signed-off-by: Justin Clift <jclift@redhat.com>
Reviewed-on: http://review.gluster.org/4979
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 83d5a4ed9c2..896c2415a6f 100644 --- a/configure.ac +++ b/configure.ac @@ -507,7 +507,7 @@ dnl FreeBSD, NetBSD AC_CHECK_MEMBERS([struct stat.st_atimespec.tv_nsec]) case $host_os in *netbsd*) - CFLAGS=-D_INCOMPLETE_XOPEN_C063 + CFLAGS+=" -D_INCOMPLETE_XOPEN_C063" ;; esac AC_CHECK_FUNC([linkat], [have_linkat=yes]) |