]> git.lyx.org Git - lyx.git/blobdiff - sigc++/configure.in
last try ... sigh
[lyx.git] / sigc++ / configure.in
index cb9f2ee23c2e7d12b81e8ac42779c009fa843aae..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"
@@ -589,7 +589,7 @@ int main()
     return 0;
   }
 ],[
- . ac_thread.sh
+ . ./ac_thread.sh
  rm ac_thread.sh
 AC_MSG_RESULT(found)
 ],[
@@ -609,13 +609,13 @@ 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.
 ])
   else
-    . ac_thread.sh
+    . ./ac_thread.sh
   fi
 ])
   AC_DEFINE_UNQUOTED(SIGC_PTHREAD_COND_ATTR,$ac_thread_cond_attr_size)