diff --git a/configure.ac b/configure.ac index 016458869..42fe3c0a4 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ case $host_os in darwin*) if test x$enable_x11 = xyes; then host_os_gui="X11" - OPTIM="-U__APPLE__ $OPTIM" + OPTIM="-U__APPLE__ -mmacosx-version-min=10.3 $OPTIM" fi ;; *)