Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10475 in orxonox.OLD for trunk/config.h.in


Ignore:
Timestamp:
Jan 29, 2007, 9:32:37 AM (19 years ago)
Author:
bensch
Message:

fixed a compilation bug on tardis machines, now SDL is only searched for with sdl-config if SDL is not found natively by automake algorithms.
the only problem is, that if SDL is really not found, nothing is reported
but at least it works for the moment

please inform me if any problems on other platforms do arise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config.h.in

    r9110 r10475  
    99/* if we have CURL */
    1010#undef HAVE_CURL
     11
     12/* Define to 1 if you have the <curl/curl.h> header file. */
     13#undef HAVE_CURL_CURL_H
    1114
    1215/* Define to 1 if you have the <GL/glew.h> header file. */
Note: See TracChangeset for help on using the changeset viewer.