From f1f5f01fdbacc32f785df43b94acfd6d6dbdfe4b Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Sun, 29 Apr 2001 05:24:11 +0000 Subject: Completely revamp configure so that it preserves the standard make variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving the configure additions to EXTRA_* variables. Also, allow the user to specify NOTEST_* values for all of the above, which eliminates the need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to avoid pointless duplications. Fix the order in which flags are given on the compile and link lines. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88960 13f79535-47bb-0310-9956-ffa450edef68 --- os/beos/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/beos') diff --git a/os/beos/config.m4 b/os/beos/config.m4 index 823ac063ab..4fe95b7509 100644 --- a/os/beos/config.m4 +++ b/os/beos/config.m4 @@ -1,3 +1,3 @@ if test "$OS" = "beos" ; then - CFLAGS="$CFLAGS -DBEOS" + APR_ADDTO(CFLAGS,-DBEOS) fi -- cgit v1.2.3