]> granicus.if.org Git - postgis/commitdiff
Fixed handling of --with-proj handling
authorSandro Santilli <strk@keybit.net>
Tue, 1 Nov 2005 11:37:19 +0000 (11:37 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 1 Nov 2005 11:37:19 +0000 (11:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2015 b70326c6-7e19-0410-871a-916f4a2858ee

configure.in

index 901fa3368fc3aa26f8f3707a4d01cf7fec3b31c1..dbde252a79224c44aced4997e173984c304868f6 100644 (file)
@@ -201,6 +201,7 @@ AC_ARG_WITH(proj,
        if test "$with_proj" = "no"; then
                USE_PROJ=0
        else
+               USE_PROJ=1
                if test "$with_proj" != "yes"; then
                        PROJ_DIR=$with_proj
                fi