=== modified file 'configure.ac' --- configure.ac 2013-03-22 16:16:31 +0000 +++ configure.ac 2013-06-20 22:15:23 +0000 @@ -106,31 +106,6 @@ dnl Honor aclocal flags ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" -dnl Verify our GCC version -if test "x$GXX" = "xyes"; then - AC_MSG_CHECKING([GNU compiler version]) - - # Don't pass CXXFLAGS to the following CXX command as some - # of them can't be specified along with '-v'. - cc_version=["`$CXX -v 2>&1 = 3.0 is needed to compile inkscape]) - fi -fi - # Detect a working version of unordered containers. AC_MSG_CHECKING([TR1 unordered_set usability]) AC_COMPILE_IFELSE([ @@ -329,7 +304,6 @@ platform_osx=no fi AC_MSG_RESULT([$platform_osx]) -AM_CONDITIONAL(PLATFORM_OSX, test "$platform_osx" = "yes") AC_MSG_CHECKING([for Solaris platform]) case "$host" in === modified file 'src/Makefile.am' --- src/Makefile.am 2011-06-06 06:43:00 +0000 +++ src/Makefile.am 2013-06-20 22:12:44 +0000 @@ -205,11 +205,7 @@ inkscape_SOURCES += main.cpp $(win32_sources) inkscape_LDADD = $(all_libs) -if PLATFORM_OSX -inkscape_LDFLAGS = --export-dynamic $(kdeldflags) $(mwindows) -else -inkscape_LDFLAGS = -Wl,--export-dynamic $(kdeldflags) $(mwindows) -endif +inkscape_LDFLAGS = $(kdeldflags) $(mwindows) inkview_SOURCES += inkview.cpp $(win32_sources) inkview_LDADD = $(all_libs)