1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

fix type in LDFLAGS

This commit is contained in:
Emmanuel Bouthenot
2005-10-29 23:59:44 +00:00
parent dec92aeba6
commit 24ceb3bb95
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -32,8 +32,7 @@ AM_PROG_LIBTOOL
# Add some flags for some OS
case "$host_os" in
freebsd* | openbsd*)
CFLAGS="$CFLAGS -I/usr/local/include"
LFLAGS="$LFLAGS -L/usr/local/lib"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
;;
*)
;;
+1 -2
View File
@@ -32,8 +32,7 @@ AM_PROG_LIBTOOL
# Add some flags for some OS
case "$host_os" in
freebsd* | openbsd*)
CFLAGS="$CFLAGS -I/usr/local/include"
LFLAGS="$LFLAGS -L/usr/local/lib"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
;;
*)
;;