small fix
authorCédric Villemain <cedric.villemain.debian@gmail.com>
Fri, 7 Aug 2009 22:40:43 +0000 (00:40 +0200)
committerCédric Villemain <cedric.villemain.debian@gmail.com>
Fri, 7 Aug 2009 22:40:43 +0000 (00:40 +0200)
configure

index 1c68a3b8c122a243d7f6a4dedc6c52623b791100..3a06fc61a8ce142da0bff73e02286dd39d99e07d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,6 @@
 #!/bin/sh
 
 PG_VER=`pg_config --version|awk '{print $2}'`
-PG_VER=8.4.0
 
 if [[ ($PG_VER < '8.4.0') ]]
 then