aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx30/files/patch-configure
blob: 38d83fce85c5a27d984be9cb2812641d1a9d79ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure~	Fri Jul  1 09:52:28 2005
+++ configure	Tue Jul 12 00:15:36 2005
@@ -19403,7 +19403,7 @@
 
 
 # Add options to compiler command line, if compiler accepts it
-function add_compiler_opts() {
+add_compiler_opts() {
 	for option in $* ; do
 		SAVE_CXXFLAGS="$CXXFLAGS"
 		CXXFLAGS="$CXXFLAGS $option"