diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-07 08:52:33 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-07 08:52:33 +0000 |
| commit | 90116f62d348e2f367c3e287c86cb868ef1372db (patch) | |
| tree | 64b2b90cd9530b213f1aae2bde1480fe6f521354 /configure | |
| parent | 16a8beed8b4c066a885606f99229cde5159dfd73 (diff) | |
| download | pcsxr-90116f62d348e2f367c3e287c86cb868ef1372db.tar.gz | |
freebsd's shell does not support +=
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54265 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13559,7 +13559,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlsym" >&5 $as_echo "$ac_cv_lib_dl_dlsym" >&6; } if test "x$ac_cv_lib_dl_dlsym" = x""yes; then : - LDFLAGS+="-ldl" + LDFLAGS="$LDFLAGS -ldl" fi |
