Message ID | 1300876019-26388-2-git-send-email-martin@martin.st |
---|---|
State | Superseded |
Headers | show |
Martin Storsjö <martin@martin.st> writes: > It is automatically disabled due to the lack of fork. > --- > configure | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index 7219083..fdc8408 100755 > --- a/configure > +++ b/configure > @@ -2410,7 +2410,6 @@ case $target_os in > LIBTARGET=arm-wince > fi > shlibdir_default="$bindir_default" > - disable ffserver > SLIBPREF="" > SLIBSUF=".dll" > SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)' > -- > 1.7.3.1 OK Can the same change be made for DOS too?
On Wed, 23 Mar 2011, Måns Rullgård wrote: > Martin Storsjö <martin@martin.st> writes: > > > It is automatically disabled due to the lack of fork. > > --- > > configure | 1 - > > 1 files changed, 0 insertions(+), 1 deletions(-) > > > > diff --git a/configure b/configure > > index 7219083..fdc8408 100755 > > --- a/configure > > +++ b/configure > > @@ -2410,7 +2410,6 @@ case $target_os in > > LIBTARGET=arm-wince > > fi > > shlibdir_default="$bindir_default" > > - disable ffserver > > SLIBPREF="" > > SLIBSUF=".dll" > > SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)' > > -- > > 1.7.3.1 > > OK > > Can the same change be made for DOS too? Yes, I missed that one. // Martin
diff --git a/configure b/configure index 7219083..fdc8408 100755 --- a/configure +++ b/configure @@ -2410,7 +2410,6 @@ case $target_os in LIBTARGET=arm-wince fi shlibdir_default="$bindir_default" - disable ffserver SLIBPREF="" SLIBSUF=".dll" SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)'