diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-09 21:28:44 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-09 21:28:44 +0000 |
commit | d6554ccc1ec223c52f33ff034491e64ac1fa92aa (patch) | |
tree | 353003ffc63d684a99a19fcf96b45d4ba4effa1e /configure.ac | |
parent | 36db9a046b5bb3e60968236a0c24c88e4b18fb82 (diff) | |
download | usdx-d6554ccc1ec223c52f33ff034491e64ac1fa92aa.tar.gz usdx-d6554ccc1ec223c52f33ff034491e64ac1fa92aa.tar.xz usdx-d6554ccc1ec223c52f33ff034491e64ac1fa92aa.zip |
FreeBSD compatibility fixes:
- libpng -> libpng12
- arithmetic expressions with no argument do not work $(()) -> check for empty minor/major/release version added (error occurred with portaudio. The version is simply 19)
- duplicates in linker flags removed (-L...)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1356 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 877264f1..9201a86a 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,7 @@ fi # ----------------------------------------- # libpng -PKG_HAVE([libpng], [libpng], yes) +PKG_HAVE([libpng], [libpng12], yes) # find sdl PKG_HAVE([sdl], [sdl], yes) |