X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fld-version-script.m4;h=aec2f41c1ef96c3052f1dd790b02ce8e0cf36060;hb=ce38c27828c6a3286e99e312d50fe140a1ec334b;hp=43b725b4a602051deba9fde1d5a804cdd3dd022f;hpb=2d4d7d9d00fe33b6f5291e00a30b6c1016775b74;p=gnulib.git diff --git a/m4/ld-version-script.m4 b/m4/ld-version-script.m4 index 43b725b4a..aec2f41c1 100644 --- a/m4/ld-version-script.m4 +++ b/m4/ld-version-script.m4 @@ -1,5 +1,5 @@ -# ld-version-script.m4 serial 1 -dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc. +# ld-version-script.m4 serial 2 +dnl Copyright (C) 2008-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -34,7 +34,7 @@ VERS_2 { global: sym; } VERS_1; EOF - AC_LINK_IFELSE(AC_LANG_PROGRAM([], []), + AC_LINK_IFELSE([AC_LANG_PROGRAM([], [])], [have_ld_version_script=yes], [have_ld_version_script=no]) rm -f conftest.map LDFLAGS="$save_LDFLAGS"