Mercurial > hg > octave-nkf
comparison configure.in @ 8641:2264092e9f39
add -lgdi32 to LIBS on windows target
author | Benjamin Lindner <lindnerb@users.sourceforge.net> |
---|---|
date | Fri, 30 Jan 2009 13:56:24 -0500 |
parents | bef8f001032f |
children | fac8c78b4fb9 |
comparison
equal
deleted
inserted
replaced
8640:34b9a5743388 | 8641:2264092e9f39 |
---|---|
1421 *-*-cygwin*) | 1421 *-*-cygwin*) |
1422 AC_CHECK_LIB(wsock32, gethostname) | 1422 AC_CHECK_LIB(wsock32, gethostname) |
1423 LIBS="$LIBS -lwsock32" | 1423 LIBS="$LIBS -lwsock32" |
1424 ;; | 1424 ;; |
1425 *-*-msdosmsvc* | *-*-mingw*) | 1425 *-*-msdosmsvc* | *-*-mingw*) |
1426 LIBS="$LIBS -lws2_32 -lkernel32" | 1426 LIBS="$LIBS -lgdi32 -lws2_32 -lkernel32" |
1427 ;; | 1427 ;; |
1428 esac | 1428 esac |
1429 | 1429 |
1430 ### Type stuff. | 1430 ### Type stuff. |
1431 | 1431 |