summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-05-02 10:27:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-05-02 10:27:18 +0000
commit4b9dcf13062cca86e30b199b45e2d98256b103a3 (patch)
tree89d9e97297973abad6ca85fb3dec01a1d568dc8d /RunTest
parentbe4e5a1d64512d389d3a1663a60e063d0e7d3d22 (diff)
downloadpcre-4b9dcf13062cca86e30b199b45e2d98256b103a3.tar.gz
Add code to configure.ac to remove -g from default CFLAGS and CXXFLAGS.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@159 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest6
1 files changed, 3 insertions, 3 deletions
diff --git a/RunTest b/RunTest
index 53ecffe..2d2162f 100755
--- a/RunTest
+++ b/RunTest
@@ -174,11 +174,11 @@ if [ $do3 = yes ] ; then
sed 's/fr_FR/french/' $testdata/testinput3 >test3input
sed 's/fr_FR/french/' $testdata/testoutput3 >test3output
infile=test3input
- outfile=test3output
+ outfile=test3output
else
- locale=
+ locale=
fi
- fi
+ fi
if [ "$locale" != "" ] ; then
echo "Test 3: locale-specific features (using '$locale' locale)"