X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=c15e133d407843bd299c67166e24225934a43e78;hb=4011e8678d85310eedf19fd00aa5d96a9a60770a;hp=a168db1a1d93f85c3d2b60203c9c2c4931981348;hpb=fe9e5e2c4e6f21e2503788c94c32dc7efafb36c9;p=xboard.git diff --git a/configure.ac b/configure.ac index a168db1..c15e133 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl| configure.in dnl| dnl| Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, 2007, -dnl| 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. +dnl| 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. dnl| dnl| GNU XBoard is free software: you can redistribute it and/or modify dnl| it under the terms of the GNU General Public License as published by @@ -476,7 +476,7 @@ dnl| add some libs for OS X fi FRONTEND_LIBS="$FRONTEND_LIBS -headerpad_max_install_names " if test x"$enable_OSXAPP" = x"yes" ; then - FRONTEND_LIBS="$FRONTEND_LIBS -lgtkmacintegration" + FRONTEND_LIBS="$FRONTEND_LIBS -lgtkmacintegration-gtk2" fi FRONTEND_CFLAGS="$FRONTEND_CFLAGS -I/opt/local/include -L/opt/local/lib" ;;