From: Alexandre Oliva Date: Thu, 11 Mar 1999 02:26:29 +0000 (+0000) Subject: * ltconfig.in (dlfcn.h): function definition may cause warnings; X-Git-Tag: release-1-2f~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=507c5bf602661d2024aec2cedfcc663cebf31aab;p=thirdparty%2Flibtool.git * ltconfig.in (dlfcn.h): function definition may cause warnings; define variable instead --- diff --git a/ChangeLog b/ChangeLog index 381008dae..c59ea688b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-03-10 Alexandre Oliva + * ltconfig.in (dlfcn.h): function definition may cause warnings; + define variable instead + * ltmain.in: properly create an export file for a program, avoiding error messages about not finding it diff --git a/ltconfig.in b/ltconfig.in index 1a4b57b88..2cec09902 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -2144,7 +2144,7 @@ else cat > conftest.$ac_ext < -int fnord() { return 0; } +int fnord = 0; EOF ac_try="$ac_compile conftest.$ac_ext >/dev/null 2>conftest.out" { (eval echo configure:2269: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }