]> git.sesse.net Git - vlc/commitdiff
- removed commented out lines in [18277], not really necessary to keep them
authorDamien Fouilleul <damienf@videolan.org>
Wed, 6 Dec 2006 22:26:23 +0000 (22:26 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Wed, 6 Dec 2006 22:26:23 +0000 (22:26 +0000)
configure.ac

index 01b2b5f7bedc0acc942a4f1c2e3eac7e2d3e4ec5..b247aff5fadad580eb2f61e6a848052c4077bab8 100644 (file)
@@ -4791,6 +4791,8 @@ then
       # wxwidgets should provide the following flags but does not
       # the following is required to compile for win32
       VLC_ADD_CXXFLAGS([wxwidgets],[-D_UNICODE -DUNICODE])
+    else
+      AC_MSG_ERROR([You need a unicode build of wxWidgets. Please upgrade and try again. Alternatively you can also configure with --disable-wxwidgets.])
     fi
     if test "$have_libcdio" = "yes"
     then 
@@ -5606,9 +5608,6 @@ dnl  Create the vlc-config script
 dnl
 LDFLAGS_libvlc="${LDFLAGS_libvlc} ${LDFLAGS_builtin}"
 
-dnl following used to be the external libvlc target, what's replacing it now ?
-dnl for i in `echo "${BUILTINS}" | sed -e 's@[^ ]*/@@g'` ; do LDFLAGS_libvlc="${LDFLAGS_libvlc} ${libdir}/vlc/${i}.a `eval echo '$'{LDFLAGS_${i}}`" ; done
-
 dnl
 dnl  Configuration is finished
 dnl