Toni Spets <[email protected]> writes: > @@ -1221,7 +1221,7 @@ if test "x$with_cups" != "xno" > then > ac_save_CPPFLAGS="$CPPFLAGS" > ac_cups_cflags=`cups-config --cflags 2>/dev/null` > - ac_cups_libs=`cups-config --ldflags 2>/dev/null` > + ac_cups_libs=`cups-config --ldflags --libs 2>/dev/null` > CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
I'm afraid we can't do that, cups-config --libs returns a lot of crap that will break the build on many platforms. You should fix the OpenBSD libcups build to import the needed libraries. -- Alexandre Julliard [email protected]
