diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-08-28 17:33:56 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-08-28 17:33:56 +0000 |
| commit | e77a5d14d831a5cc247396aa6911f31371d2e2d3 (patch) | |
| tree | 91fe3e1feb9f29677a81ab1d825422b1a685f7ee /configure.in | |
| parent | 5156431137c00d526b9ddafab694db9a05a9f7fe (diff) | |
wsock32 static lib dependency removal from win build files.
error msg if wsock load fails changed by Fl::fatal() API use.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b0a287091..a73c40002 100644 --- a/configure.in +++ b/configure.in @@ -618,7 +618,7 @@ case $uname in CXXFLAGS="-mwindows -DWIN32 $CXXFLAGS" LDFLAGS="-mwindows $LDFLAGS" DSOFLAGS="-mwindows $DSOFLAGS" - LIBS="$LIBS -lole32 -luuid -lcomctl32 -lwsock32" + LIBS="$LIBS -lole32 -luuid -lcomctl32" if test "x$with_optim" = x; then dnl Avoid -Os optimization on Cygwin/Mingw with_optim="-O3" |
