You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
298 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -84,7 +84,7 @@ AC_CHECK_FUNCS(select strerror strncpy m
  4. # Select OS specific versions of source files.
  5. AC_SUBST(BUNDLE_HOST)
  6. AC_SUBST(DYN_LIB_EXT)
  7. -BUNDLE_HOST=`uname | sed -e s,/,_,`
  8. +BUNDLE_HOST=Linux
  9. DYN_LIB_EXT="so"
  10. case "$BUNDLE_HOST" in
  11. Darwin)