diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2011-07-23 17:22:37 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2011-07-23 17:22:37 +0000 |
| commit | 2f0f94de078115890d86fe1794cb159f54700fbf (patch) | |
| tree | 47a9fb073146fd00fff979b48a3f6355ca059b93 /configure.in | |
| parent | 520eb0f11552759e8eb7488f4e1d2befe10ed252 (diff) | |
| download | PROJ-2f0f94de078115890d86fe1794cb159f54700fbf.tar.gz PROJ-2f0f94de078115890d86fe1794cb159f54700fbf.zip | |
added pkg-config support (#3)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2072 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4e1253e3..a828736e 100644 --- a/configure.in +++ b/configure.in @@ -47,7 +47,7 @@ elif test "$with_jni" != "no" -a "$with_jni" != "" ; then if test \! -r "$with_jni/jni.h" ; then AC_MSG_ERROR(Did not find $with_jni/jni.h) fi - + AC_DEFINE(JNI_ENABLED,1,[Enabled for Java/JNI Support]) AC_MSG_RESULT([enabled]) @@ -59,7 +59,7 @@ elif test "$with_jni" = "" ; then AC_MSG_CHECKING(whether to enable Java/JNI support) - if test "$ac_cv_header_jni_h" = "no" ; then + if test "$ac_cv_header_jni_h" = "no" ; then AC_MSG_RESULT([disabled]) else AC_MSG_RESULT([enabled]) @@ -97,3 +97,5 @@ AC_SUBST(MUTEX_SETTING,$MUTEX_SETTING) AC_OUTPUT(Makefile src/Makefile man/Makefile man/man1/Makefile \ man/man3/Makefile nad/Makefile \ jniwrap/Makefile jniwrap/org/Makefile jniwrap/org/proj4/Makefile) + +AC_OUTPUT(proj.pc) |
