Google-Code-Fork / snes9x-gtk

Automatically exported from code.google.com/p/snes9x-gtk
0 stars 0 forks source link

pkg-config check for libpng in gtk/configure.ac is not wrapped around AC_ARG_WITH #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Because the line:

PKG_CHECK_MODULES([LIBPNG],libpng)

Is not behind AC_ARG_WITH in gtk/configure.ac

and you do --without-png (should be --without-screenshot but that's Issue
41 I opened)

The LIBPNG_LIBS get added to LIBS= line regardless and snes9x will
unwantedly link against libpng.

Original issue reported on code.google.com by ssuomi...@unk.fi on 14 Mar 2010 at 4:25

GoogleCodeExporter commented 9 years ago

Original comment by bear...@gmail.com on 14 Mar 2010 at 5:08