]> git.lyx.org Git - lyx.git/blobdiff - sigc++/configure.in
Mostly fixed the 'empty paragraph deletion kills the cursor' problem; and initialise...
[lyx.git] / sigc++ / configure.in
index f0d21b711a3db58d9df9fd9f26ff6060ac9fa5ed..0e4c619fefe09e9ce6fd429012317d355049ac4c 100644 (file)
@@ -33,7 +33,7 @@ dnl
 dnl Source packaging numbers
 SIGC_MAJOR_VERSION=1
 SIGC_MINOR_VERSION=0
-SIGC_MICRO_VERSION=0
+SIGC_MICRO_VERSION=3
 
 dnl Library extension
 SIGC_RELEASE=1.0
@@ -87,8 +87,8 @@ else
   AC_SUBST(USE_INCLUDED_SIGC)
 
 AC_ARG_ENABLE(threads,
-[  --disable-threads       disables support threading.],
-enable_threads=$enableval,enable_threads="yes")
+[  --enable-threads       enables support threading.],
+enable_threads=$enableval,enable_threads="no")
 AC_ARG_ENABLE(checks,
 [  --disable-checks        disables unnecessary tests needed for bug reports.],
 enable_checks=$enableval,enable_checks="yes"
@@ -609,7 +609,7 @@ ac_thread_mutex_impl_size=
 ac_thread_thread_attr_size=
 ac_thread_thread_impl_size=
 ac_thread_key_impl_size=
-' > ac_thread.sh
+' > ./ac_thread.sh
    AC_MSG_ERROR(
 [You are attempting a cross compile, but the necessary information regarding
 your thread library is not available.  Please fill out the ac_thread.sh file.