Skip to content

Commit

Permalink
Remove special ubuntu gdal
Browse files Browse the repository at this point in the history
I made a mistake in recommending modification of configure.ac before. If a user has their gdal headers in a weird spot, it's much easier if they just modify PKG_GDAL_CPPFLAGS.
  • Loading branch information
Zachary Moratto committed May 27, 2010
1 parent bc206eb commit 8e3b8e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configure.ac
Expand Up @@ -293,10 +293,7 @@ AX_PKG_ONE_OF(GL,
AX_PKG(GLEW, [GL M], [-lGLEW], [GL/glew.h])
AX_PKG(CG, [GL], [-lCg -lCgGL], [Cg/cg.h])

AX_PKG_ONE_OF(GDAL,
GDAL_PLAIN, [AX_PKG(GDAL_PLAIN, [], [-lgdal], [gdal.h])],
GDAL_UBUNTU, [AX_PKG(GDAL_UBUNTU, [],[-lgdal], [gdal/gdal.h])]
)
AX_PKG(GDAL, [], [-lgdal], [gdal.h])

# GDAL requires tiff support, but it can be internal or external.
PKG_CHECK_FUNCTION(GDAL, [TIFFScanlineSize], [External_LibTIFF])
Expand Down

0 comments on commit 8e3b8e4

Please sign in to comment.