From 8dd5bb763d2469a14b7a1bf2ffe416b8800f484f Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 13 Sep 2006 09:38:06 +0000 Subject: Set default CFLAGS in configure to -O2 -DNDEBUG git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@709 74dad513-b988-da41-8d7b-12977e46ad98 --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 1630dd3c..849e3547 100755 --- a/configure +++ b/configure @@ -1,2 +1,7 @@ #!/bin/sh ./aconfigure $* + +# Note: +# if you're looking for the old configure script, it has been renamed +# to configure-legacy + -- cgit v1.2.3