** Changed in: hugin
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1802790

Title:
  [PATCH] proper check for sys/sysctl.h at build time

Status in Hugin:
  Fix Released

Bug description:
  The "platform" part of "hugin_utils" has an hardcoded list of platforms where 
sys/sysctl.h is not present (basically Windows, and Solaris). This is because 
sys/sysctl.h is not a standard POSIX header.
  OTOH, there are more platforms without that header, for example GNU/Hurd.

  A better way is to check whether sys/sysctl.h exists, and include it
  only in that case. Attached there is a hg commit that does this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1802790/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~hugin-devs
Post to     : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to